Freigeben über


SimpleTableHint.HintKind-Eigenschaft

Ruft die Hinweisart ab bzw. legt sie fest.

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

Syntax

'Declaration
Public Property HintKind As SimpleTableHintKind
    Get
    Set
public SimpleTableHintKind HintKind { get; set; }
public:
property SimpleTableHintKind HintKind {
    SimpleTableHintKind get ();
    void set (SimpleTableHintKind value);
}
member HintKind : SimpleTableHintKind with get, set
function get HintKind () : SimpleTableHintKind
function set HintKind (value : SimpleTableHintKind)

Eigenschaftswert

Typ: Microsoft.Data.Schema.ScriptDom.Sql.SimpleTableHintKind
Gibt einen SimpleTableHintKind-Enumerationswert zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

SimpleTableHint Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace