This topic has not yet been rated - Rate this topic

Sql90ScriptDomGeneratorConstructor Class

Visual Studio 2010

A constructor class that defines a script Document Object Model (DOM) generator for SQL Server 2005.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
public sealed class Sql90ScriptDomGeneratorConstructor : SqlScriptDomGeneratorConstructor

The Sql90ScriptDomGeneratorConstructor type exposes the following members.

  NameDescription
Public methodSql90ScriptDomGeneratorConstructorInitializes a new instance of the Sql90ScriptDomGeneratorConstructor class.
Top
  NameDescription
Public propertyDatabaseSchemaProviderGets or sets the current database schema provider. (Inherited from ServiceConstructor.)
Public propertyGenerateInlineConstraintGets or sets a value that indicates whether to generate inline constraints when CreateTable statements are generated. (Inherited from SqlScriptDomGeneratorConstructor.)
Public propertyKeepBodyScriptFormatGets or sets a value that indicates whether to preserve formatting in the script bodies. (Inherited from SqlScriptDomGeneratorConstructor.)
Public propertySupportingStatementOptionGets or sets supporting statement options that enable callers to request statements that might have supporting statements (such as permissions) or to request only those statements that have supporting statements. (Inherited from SqlScriptDomGeneratorConstructor.)
Top
  NameDescription
Public methodCloneDuplicates the current instance. (Inherited from ServiceConstructor<TService>.)
Public methodConstructServiceCalled by a DatabaseSchemaProvider to create an instance of the specified TService type. (Inherited from ServiceConstructor<TService>.)
Protected methodConstructServiceImplementationCalled by the ConstructService method to return a new instance of the specified TService Type. (Inherited from ServiceConstructor<TService>.)
Public methodEqualsDetermines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.