SqlScriptDomGenerator Members

Include Protected Members
Include Inherited Members

Represents the SQL-specific script DOM generator.

The SqlScriptDomGenerator type exposes the following members.

Constructors

  Name Description
Protected method SqlScriptDomGenerator Initializes a new instance of the SqlScriptDomGenerator class.

Top

Methods

  Name Description
Public methodStatic member AddAssemblySourceToAssemblyParameter Adds an assembly source to an assembly parameter.
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 GenerateScriptDom Generates a script DOM. (Inherited from ScriptDomGenerator.)
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.)
Public method IsSupported Returns whether the script DOM operation is supported for this element type. (Overrides ScriptDomGenerator.IsSupported(ElementClass, ScriptDomOperation).)
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.)
Public method TryGenerateScriptDom Creates a script DOM for the given element and given operation. (Overrides ScriptDomGenerator.TryGenerateScriptDom(IModelElement, ScriptDomOperation, IScriptFragment%).)

Top

Properties

  Name Description
Protected property GenerateInlineConstraint Gets whether to generate inline constraints.
Protected property KeepBodyScriptFormat Gets whether to keep the body script format.
Protected property Schema Gets the model schema.
Protected property SupportingStatementOption Gets supporting statement options value.

Top

See Also

Reference

SqlScriptDomGenerator Class

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