Dela via


ISql100EventSessionDefinitions.AttributeSettings Property

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
ReadOnly Property AttributeSettings As IList(Of ISql100EventSessionSetting)
'Usage
Dim instance As ISql100EventSessionDefinitions 
Dim value As IList(Of ISql100EventSessionSetting)

value = instance.AttributeSettings
IList<ISql100EventSessionSetting> AttributeSettings { get; }
property IList<ISql100EventSessionSetting^>^ AttributeSettings {
    IList<ISql100EventSessionSetting^>^ get ();
}
function get AttributeSettings () : IList<ISql100EventSessionSetting>

Property Value

Type: System.Collections.Generic.IList<ISql100EventSessionSetting>

.NET Framework Security

See Also

Reference

ISql100EventSessionDefinitions Interface

ISql100EventSessionDefinitions Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace