Aracılığıyla paylaş


EventSessionStatement.SessionOptions Özellik

Olay oturumu seçeneklerin 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 SessionOptions As IList(Of SessionOption)
    Get
public IList<SessionOption> SessionOptions { get; }
public:
property IList<SessionOption^>^ SessionOptions {
    IList<SessionOption^>^ get ();
}
member SessionOptions : IList<SessionOption>
function get SessionOptions () : IList<SessionOption>

Özellik Değeri

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

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

EventSessionStatement Sınıf

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