Método AsymmetricKeyCollection.Add
Adds a new Asymmetric Key to a database.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
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
- asymmetricKey
Tipo: Microsoft.SqlServer.Management.Smo.AsymmetricKey
The AsymmetricKey object represents a SQL Server asymmetric key.
Consulte também
Referência
AsymmetricKeyCollection Classe