共用方式為


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

請參閱

參考

PackageOptions 類別

Microsoft.SqlServer.Dac 命名空間