Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets the hint kind.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property HintKind As TableHintKind
Get
Set
'Usage
Dim instance As TableHint
Dim value As TableHintKind
value = instance.HintKind
instance.HintKind = value
public TableHintKind HintKind { get; set; }
public:
property TableHintKind HintKind {
TableHintKind get ();
void set (TableHintKind value);
}
member HintKind : TableHintKind with get, set
function get HintKind () : TableHintKind
function set HintKind (value : TableHintKind)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.TableHintKind
The hint kind.