共用方式為


CryptographicProvider.Create 方法

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

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public Sub Create
'用途
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()

實作

ICreatable.Create()

備註

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

請參閱

參考

CryptographicProvider 類別

Microsoft.SqlServer.Management.Smo 命名空間