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.