IServerFactory Interface

 

Defines methods that can be used to create server objects.

Namespace:   Microsoft.SqlServer.Management.SqlParser.MetadataProvider
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

public interface class IServerFactory

NameDescription
System_CAPS_pubmethodCreate(IServer^)

Creates an IMutableServer that is a clone of the specified IServer object.

System_CAPS_pubmethodCreate(String^, CollationInfo^)

Creates an IMutableServer object that has the specified name.

Return to top
Show: