Compartir a través de


AsymmetricKeyCollection.Add Método

Adds a new Asymmetric Key to a database.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Sub Add ( _
    asymmetricKey As AsymmetricKey _
)
'Uso
Dim instance As AsymmetricKeyCollection 
Dim asymmetricKey As AsymmetricKey

instance.Add(asymmetricKey)
public void Add(
    AsymmetricKey asymmetricKey
)
public:
void Add(
    AsymmetricKey^ asymmetricKey
)
member Add : 
        asymmetricKey:AsymmetricKey -> unit
public function Add(
    asymmetricKey : AsymmetricKey
)

Parámetros

Vea también

Referencia

AsymmetricKeyCollection Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

AsymmetricKeyCollection