Condividi tramite


Proprietà AlterSymmetricKeyStatement.IsAdd

Gets or sets a value that indicates whether the AlterSymmetricKeyStatement objet adds the encryption mechanisms.

Spazio dei nomi  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintassi

'Dichiarazione
Public Property IsAdd As Boolean 
    Get 
    Set
'Utilizzo
Dim instance As AlterSymmetricKeyStatement 
Dim value As Boolean 

value = instance.IsAdd

instance.IsAdd = value
public bool IsAdd { get; set; }
public:
property bool IsAdd {
    bool get ();
    void set (bool value);
}
member IsAdd : bool with get, set
function get IsAdd () : boolean 
function set IsAdd (value : boolean)

Valore proprietà

Tipo: System.Boolean
true if the object adds the encryption mechanisms; false if dropping.

Vedere anche

Riferimento

AlterSymmetricKeyStatement Classe

Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom