Sql100ModelBuilderConstructor Members

Include Protected Members
Include Inherited Members

Defines a Sql100 model builder.

The Sql100ModelBuilderConstructor type exposes the following members.

Constructors

  Name Description
Public method Sql100ModelBuilderConstructor Initializes a new instance of the Sql100ModelBuilderConstructor class.

Top

Methods

  Name Description
Public method Clone Clones a service constructor. (Inherited from ServiceConstructor<TService>.)
Public method ConstructService Calls ConstructServiceImplementation. (Inherited from ServiceConstructor<TService>.)
Protected method ConstructServiceImplementation Constructs a service instance. (Inherited from ServiceConstructor<TService>.)
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Properties

  Name Description
Public property DatabaseSchemaProvider Gets or sets the database schema provider. (Inherited from ServiceConstructor.)
Public property DataSchemaModel Gets or sets the schema manager for the model builder. (Inherited from ModelBuilderConstructor.)
Public property DataSchemaModelController Gets or sets the schema manager controller. (Inherited from ModelBuilderConstructor.)
Public property DefaultDatabaseAuthorizer Gets or sets the default database authorizer. (Inherited from SqlModelBuilderConstructor.)
Public property DefaultServerAuthorizer Gets or sets the default server authorizer. (Inherited from SqlModelBuilderConstructor.)
Public property ModelBuilderOption Gets or sets a model builder option. (Inherited from ModelBuilderConstructor.)
Protected property SqlSchemaModel Gets the SQL schema model. (Inherited from SqlModelBuilderConstructor.)
Public property StatementFilterEnabled Gets or sets whether the statement filter is enabled. (Inherited from SqlModelBuilderConstructor.)

Top

See Also

Reference

Sql100ModelBuilderConstructor Class

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace