Compartir a través de


Sql100SchemaDeploymentOptions.IgnoreCryptographicProviderFilePath (Propiedad)

Obtiene o establece un valor que indica si se omitirá la ruta de acceso del archivo para el proveedor criptográfico durante la implementación.

Espacio de nombres:  Microsoft.Data.Schema.Sql.Build
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

Sql100SchemaDeploymentOptions Clase

Microsoft.Data.Schema.Sql.Build (Espacio de nombres)