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 option kind.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property OptionKind As CursorOptionKind
Get
Set
'Usage
Dim instance As CursorOption
Dim value As CursorOptionKind
value = instance.OptionKind
instance.OptionKind = value
public CursorOptionKind OptionKind { get; set; }
public:
property CursorOptionKind OptionKind {
CursorOptionKind get ();
void set (CursorOptionKind value);
}
member OptionKind : CursorOptionKind with get, set
function get OptionKind () : CursorOptionKind
function set OptionKind (value : CursorOptionKind)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.CursorOptionKind
The option kind.