Share via


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)

Syntax

'Declaration
Public Interface IServerFactory
'Usage
Dim instance As IServerFactory
public interface IServerFactory
public interface class IServerFactory
type IServerFactory =  interface end
public interface IServerFactory

Methods

  Name Description
Public method Create(IServer) Creates an IMutableServer that is a clone of the specified IServer object.
Public method Create(String, CollationInfo) Creates an IMutableServer object that has the specified name.

Top