名前空間 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ : Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
ReadOnly Property Actions As IList(Of ISql100EventSessionAction)
'使用
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>
プロパティ値
型 : System.Collections.Generic.IList<ISql100EventSessionAction>
参照
参照
ISql100EventSessionDefinitions インターフェイス