Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Path to the file to be added as the refactor log content to the .dacpac
Пространство имен: Microsoft.SqlServer.Dac
Сборка: Microsoft.SqlServer.Dac.Extensions (в Microsoft.SqlServer.Dac.Extensions.dll)
Синтаксис
'Декларация
Public Property RefactorLogPath As String
Get
Set
'Применение
Dim instance As PackageOptions
Dim value As String
value = instance.RefactorLogPath
instance.RefactorLogPath = value
public string RefactorLogPath { get; set; }
public:
property String^ RefactorLogPath {
String^ get ();
void set (String^ value);
}
member RefactorLogPath : string with get, set
function get RefactorLogPath () : String
function set RefactorLogPath (value : String)
Значение свойства
Тип: System.String