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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.