Dela via


ISql100EventSessionDefinitions.Actions Property

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

Syntax

'Declaration
ReadOnly Property Actions As IList(Of ISql100EventSessionAction)
'Usage
Dim instance As ISql100EventSessionDefinitions 
Dim value As IList(Of ISql100EventSessionAction)

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

Property Value

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

.NET Framework Security

See Also

Reference

ISql100EventSessionDefinitions Interface

ISql100EventSessionDefinitions Members

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