Share via


ManagedInstance.ICreatable.Create Method

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 supports the use of explicit interface implementations, but not the declarations of new ones.

Implements

ICreatable.Create()

See Also

Reference

ManagedInstance Class

Microsoft.SqlServer.Management.Utility Namespace