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