Condividi tramite


Proprietà BeginDialogStatement.Options

Gets or sets the collection of dialog options.

Spazio dei nomi  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Options As IList(Of DialogOption)
    Get
'Utilizzo
Dim instance As BeginDialogStatement 
Dim value As IList(Of DialogOption)

value = instance.Options
public IList<DialogOption> Options { get; }
public:
property IList<DialogOption^>^ Options {
    IList<DialogOption^>^ get ();
}
member Options : IList<DialogOption>
function get Options () : IList<DialogOption>

Valore proprietà

Tipo: System.Collections.Generic.IList<DialogOption>
The collection of dialog options.

Vedere anche

Riferimento

BeginDialogStatement Classe

Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom