Freigeben über


CryptographicProvider.Create-Methode

Creates a new CryptographicProvider object on the connected server that has the specified name and DLL path.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Sub Create
'Usage
Dim instance As CryptographicProvider

instance.Create()
public void Create()
public:
virtual void Create() sealed
abstract Create : unit -> unit  
override Create : unit -> unit
public final function Create()

Implementiert

ICreatable.Create()

Hinweise

The Name, Parent, and DllPath properties must be set before the Create method can be called.

Siehe auch

Verweis

CryptographicProvider Klasse

Microsoft.SqlServer.Management.Smo-Namespace