Compartilhar via


Propriedade do RDL DacDeployOptions.IgnoreFileAndLogFilePath

Get or set boolean that specifies whether to exclude the FILENAME option of FILE objects from consideration when comparing the source and target model.

Namespace:  Microsoft.SqlServer.Dac
Assembly:  Microsoft.SqlServer.Dac (em Microsoft.SqlServer.Dac.dll)

Sintaxe

'Declaração
Public Property IgnoreFileAndLogFilePath As Boolean 
    Get 
    Set
'Uso
Dim instance As DacDeployOptions 
Dim value As Boolean 

value = instance.IgnoreFileAndLogFilePath

instance.IgnoreFileAndLogFilePath = value
public bool IgnoreFileAndLogFilePath { get; set; }
public:
property bool IgnoreFileAndLogFilePath {
    bool get ();
    void set (bool value);
}
member IgnoreFileAndLogFilePath : bool with get, set
function get IgnoreFileAndLogFilePath () : boolean 
function set IgnoreFileAndLogFilePath (value : boolean)

Valor da propriedade

Tipo: System.Boolean
True to ignore differences in the FILENAME option of FILE objects; otherwise, false. Default is true.

Consulte também

Referência

DacDeployOptions Classe

Namespace Microsoft.SqlServer.Dac