Compartir a través de


PackageOptions.RefactorLogPath Propiedad

Path to the file to be added as the refactor log content to the .dacpac

Espacio de nombres:  Microsoft.SqlServer.Dac
Ensamblado:  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxis

'Declaración
Public Property RefactorLogPath As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String

Vea también

Referencia

PackageOptions Clase

Espacio de nombres Microsoft.SqlServer.Dac