Propriedade do RDL CursorDefinition.Options
Gets or sets the collection of cursor options.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public ReadOnly Property Options As IList(Of CursorOption)
Get
'Uso
Dim instance As CursorDefinition
Dim value As IList(Of CursorOption)
value = instance.Options
public IList<CursorOption> Options { get; }
public:
property IList<CursorOption^>^ Options {
IList<CursorOption^>^ get ();
}
member Options : IList<CursorOption>
function get Options () : IList<CursorOption>
Valor da propriedade
Tipo: System.Collections.Generic.IList<CursorOption>
The collection of cursor options.