Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.