Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Adds a Certificate object to the referenced collection.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub Add ( _
certificate As Certificate _
)
'Usage
Dim instance As CertificateCollection
Dim certificate As Certificate
instance.Add(certificate)
public void Add(
Certificate certificate
)
public:
void Add(
Certificate^ certificate
)
member Add :
certificate:Certificate -> unit
public function Add(
certificate : Certificate
)
Parameters
- certificate
Type: Microsoft.SqlServer.Management.Smo.Certificate
A Certificate object that specifies the object to be added to the collection.