Metodo Add
Adds a new Asymmetric Key to a database.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Sub Add ( _
asymmetricKey As AsymmetricKey _
)
'Utilizzo
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
)
Parametri
- asymmetricKey
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .AsymmetricKey
The AsymmetricKey object represents a SQL Server asymmetric key.
Vedere anche