Aracılığıyla paylaş


UserStatement.UserOptions Özellik

Kullanıcı seçenekleri listesini alır.

Ad alanı:  Microsoft.Data.Schema.ScriptDom.Sql
Derleme:  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll içinde)

Sözdizimi

'Bildirim
Public ReadOnly Property UserOptions As IList(Of UserOption)
    Get
public IList<UserOption> UserOptions { get; }
public:
property IList<UserOption^>^ UserOptions {
    IList<UserOption^>^ get ();
}
member UserOptions : IList<UserOption>
function get UserOptions () : IList<UserOption>

Özellik Değeri

Tür: System.Collections.Generic.IList<UserOption>

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

UserStatement Sınıf

Microsoft.Data.Schema.ScriptDom.Sql Ad Alanı