PackageOptions.RefactorLogPath 속성
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