Compartilhar via


Propriedade do RDL DropAsymmetricKeyStatement.RemoveProviderKey

Gets or sets whether the DROP PROVIDER KEY clause was specified.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public Property RemoveProviderKey As Boolean 
    Get 
    Set
'Uso
Dim instance As DropAsymmetricKeyStatement 
Dim value As Boolean 

value = instance.RemoveProviderKey

instance.RemoveProviderKey = value
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)

Valor da propriedade

Tipo: System.Boolean
True if DROP PROVIDER KEY clause was specified; otherwise, false.

Consulte também

Referência

DropAsymmetricKeyStatement Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom