SqlScriptDomGenerator.SupportingStatementOption Property

Gets supporting statement options value.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Protected ReadOnly Property SupportingStatementOption As SupportingStatementOptions
    Get
'Usage
Dim value As SupportingStatementOptions

value = Me.SupportingStatementOption
protected SupportingStatementOptions SupportingStatementOption { get; }
protected:
property SupportingStatementOptions SupportingStatementOption {
    SupportingStatementOptions get ();
}
function get SupportingStatementOption () : SupportingStatementOptions
member SupportingStatementOption : SupportingStatementOptions

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.SupportingStatementOptions
Returns a SupportingStatementOptions enumeration value.

.NET Framework Security

See Also

Reference

SqlScriptDomGenerator Class

SqlScriptDomGenerator Members

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