Condividi tramite


Proprietà DropAsymmetricKeyStatement.RemoveProviderKey

Ottiene o imposta un valore che indica se è specificata la clausola DROP PROVIDER KEY.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
Public Property RemoveProviderKey As Boolean
    Get
    Set
public bool RemoveProviderKey { get; set; }
public:
property bool RemoveProviderKey {
    bool get ();
    void set (bool value);
}
member RemoveProviderKey : bool with get, set
function get RemoveProviderKey () : boolean
function set RemoveProviderKey (value : boolean)

Valore proprietà

Tipo: System.Boolean
Restituisce true se è specificata la clausola DROP PROVIDER KEY; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DropAsymmetricKeyStatement Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql