ICreatable.Create-Methode
Tests whether the state is managed and creates a server and connection if in the managed state.
Namespace: Microsoft.SqlServer.Management.Utility
Assembly: Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)
Syntax
'Declaration
Private Sub Create Implements ICreatable.Create
'Usage
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 unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.