Partager via


Méthode AsymmetricKeyCollection.Add

Adds a new Asymmetric Key to a database.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Sub Add ( _
    asymmetricKey As AsymmetricKey _
)
'Utilisation
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
)

Paramètres

Voir aussi

Référence

AsymmetricKeyCollection Classe

Espace de noms Microsoft.SqlServer.Management.Smo

AsymmetricKeyCollection