Partager via


Propriété CloseSymmetricKeyStatement.Name

Gets or sets the name of the symmetric key to be closed if ALL option is not used.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property Name As Identifier 
    Get 
    Set
'Utilisation
Dim instance As CloseSymmetricKeyStatement 
Dim value As Identifier 

value = instance.Name

instance.Name = value
public Identifier Name { get; set; }
public:
property Identifier^ Name {
    Identifier^ get ();
    void set (Identifier^ value);
}
member Name : Identifier with get, set
function get Name () : Identifier 
function set Name (value : Identifier)

Valeur de propriété

Type : Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The name of the symmetric key.

Voir aussi

Référence

CloseSymmetricKeyStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom