Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Path to the file to be added as the refactor log content to the .dacpac
Spazio dei nomi Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Sintassi
'Dichiarazione
Public Property RefactorLogPath As String
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.String