Sdílet prostřednictvím


SqlScriptDomGeneratorConstructor.SupportingStatementOption – vlastnost

Získá nebo nastaví podporu možnosti příkazu volající požadovat příkazy, které pravděpodobně podporuje příkazy (například oprávnění) nebo požádat pouze příkazy, které podporuje příkazy.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
Public Property SupportingStatementOption As SupportingStatementOption
    Get
    Set
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)

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

SqlScriptDomGeneratorConstructor Třída

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů