CursorOption.OptionKind Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the option kind.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public CursorOptionKind OptionKind { get; set; }
public:
property CursorOptionKind OptionKind {
    CursorOptionKind get();
    void set(CursorOptionKind value);
}
member OptionKind : CursorOptionKind with get, set
Public Property OptionKind As CursorOptionKind

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.CursorOptionKind

The option kind.

See Also

CursorOption Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top