Partager via


SqlScriptDomGeneratorConstructor.SupportingStatementOption, propriété

Obtient ou définit les options des instructions de prise en charge qui permettent aux appelants de demander des instructions susceptibles de disposer d'instructions de prise en charge (telles que des autorisations) ou de demander uniquement les instructions disposant effectivement d'instructions de prise en charge.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

SqlScriptDomGeneratorConstructor Classe

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms