リファクター ログ コンテンツとして .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)