Compartir a través de


SqlScriptDomGeneratorConstructor.SupportingStatementOption (Propiedad)

Obtiene o establece opciones de instrucciones auxiliares que permiten a los llamadores solicitar instrucciones que podrían tener instrucciones auxiliares (como permisos) o solicitar solo aquellas instrucciones que tienen instrucciones auxiliares.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

SqlScriptDomGeneratorConstructor Clase

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)