Partager via


Propriété PackageOptions.RefactorLogPath

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

Espace de noms :  Microsoft.SqlServer.Dac
Assembly :  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Syntaxe

'Déclaration
Public Property RefactorLogPath As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.String

Voir aussi

Référence

PackageOptions Classe

Espace de noms Microsoft.SqlServer.Dac