This topic has not yet been rated - Rate this topic

ISchemaFactory Interface

Defines methods that can be used to create schema objects.

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

The ISchemaFactory type exposes the following members.

  NameDescription
Public methodCreate(ISchema)Creates an IMutableSchema object that is a clone of the specified ISchema object.
Public methodCreate(IDatabase, String)Creates an IMutableSchema object that belongs to the specified IDatabase object and has the specified name.
Public methodCreateEmptySchemaCreates an empty ISchema object (all collections are empty).
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.