Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the name of the symmetric key to be closed if ALL option is not used.
Espacio de nombres: Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado: Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxis
'Declaración
Public Property Name As Identifier
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The name of the symmetric key.
Vea también
Referencia
CloseSymmetricKeyStatement Clase
Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom