SchemaPayloadOption.IsStandard-Eigenschaft

Gibt zurück, ob es sich um ein STANDARD-Schema handelt.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property IsStandard As Boolean
    Get
    Set
public bool IsStandard { get; set; }
public:
property bool IsStandard {
    bool get ();
    void set (bool value);
}
member IsStandard : bool with get, set
function get IsStandard () : boolean
function set IsStandard (value : boolean)

Eigenschaftswert

Typ: System.Boolean
Gibt true zurück, wenn es sich um ein STANDARD-Schema handelt, und false bei einem NONE-Schema.

.NET Framework-Sicherheit

Siehe auch

Referenz

SchemaPayloadOption Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace