Поделиться через


SqlScriptDomGeneratorConstructor.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
Public Property SupportingStatementOption As SupportingStatementOption
public SupportingStatementOption SupportingStatementOption { get; set; }
public:
property SupportingStatementOption SupportingStatementOption {
    SupportingStatementOption get ();
    void set (SupportingStatementOption value);
}
member SupportingStatementOption : SupportingStatementOption with get, set
function get SupportingStatementOption () : SupportingStatementOption
function set SupportingStatementOption (value : SupportingStatementOption)

Property Value

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

.NET Framework Security

See Also

Reference

SqlScriptDomGeneratorConstructor Class

Microsoft.Data.Schema.Sql.SchemaModel Namespace