Share via


SqlScriptDomGenerator.SupportingStatementOption Property

Gets 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.

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

Syntax

'Declaration
Protected ReadOnly Property SupportingStatementOption As SupportingStatementOption
protected SupportingStatementOption SupportingStatementOption { get; }
protected:
property SupportingStatementOption SupportingStatementOption {
    SupportingStatementOption get ();
}
member SupportingStatementOption : SupportingStatementOption
function get SupportingStatementOption () : SupportingStatementOption

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.SupportingStatementOption

.NET Framework Security

See Also

Reference

SqlScriptDomGenerator Class

Microsoft.Data.Schema.Sql.SchemaModel Namespace