Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Path to the file to be added as the refactor log content to the .dacpac
Namespace: Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Property RefactorLogPath As String
Get
Set
'Usage
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)
Property Value
Type: System.String