ICreatable.Create 方法
Tests whether the state is managed and creates a server and connection if in the managed state.
命名空间: Microsoft.SqlServer.Management.Utility
程序集: Microsoft.SqlServer.Management.Utility(在 Microsoft.SqlServer.Management.Utility.dll 中)
语法
声明
Private Sub Create Implements ICreatable.Create
用法
Dim instance As ManagedInstance
CType(instance, ICreatable).Create()
void ICreatable.Create()
private:
virtual void Create() sealed = ICreatable::Create
private abstract Create : unit -> unit
private override Create : unit -> unit
JScript 支持使用显式接口实现,但不支持声明新显式接口实现。