Partilhar via


Propriedade Sql100SchemaDeploymentOptions.IgnoreCryptographicProviderFilePath

Obtém ou define um valor que indica se o caminho do arquivo para o provedor de criptografia será ignorado durante a implantação.

Namespace:  Microsoft.Data.Schema.Sql.Build
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
Public Property IgnoreCryptographicProviderFilePath As Boolean
    Get
    Set
public bool IgnoreCryptographicProviderFilePath { get; set; }
public:
property bool IgnoreCryptographicProviderFilePath {
    bool get ();
    void set (bool value);
}
member IgnoreCryptographicProviderFilePath : bool with get, set
function get IgnoreCryptographicProviderFilePath () : boolean
function set IgnoreCryptographicProviderFilePath (value : boolean)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

Sql100SchemaDeploymentOptions Classe

Namespace Microsoft.Data.Schema.Sql.Build