Delen via


Sql100SchemaDeploymentOptions.IgnoreCryptographicProviderFilePath Property

Gets or sets a value that indicates whether the file path for the cryptographic provider will be ignored during deployment.

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

Syntax

'Declaration
Public Property IgnoreCryptographicProviderFilePath As Boolean
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)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

Sql100SchemaDeploymentOptions Class

Microsoft.Data.Schema.Sql.Build Namespace