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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.