CreateXmlIndexStatement.Primary-Eigenschaft

Ruft ab oder legt fest, ob das Primary-Schlüsselwort verwendet wird.

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

Syntax

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

Eigenschaftswert

Typ: System.Boolean
Gibt true zurück, wenn das Primary-Schlüsselwort verwendet wird, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

CreateXmlIndexStatement Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace