Sdílet prostřednictvím


EventDeclaration.EventDeclarationActionParameters – vlastnost

Získá seznam parametrů prohlášení událostí klauzule akce.

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Deklarace
Public ReadOnly Property EventDeclarationActionParameters As IList(Of EventSessionObjectName)
    Get
public IList<EventSessionObjectName> EventDeclarationActionParameters { get; }
public:
property IList<EventSessionObjectName^>^ EventDeclarationActionParameters {
    IList<EventSessionObjectName^>^ get ();
}
member EventDeclarationActionParameters : IList<EventSessionObjectName>
function get EventDeclarationActionParameters () : IList<EventSessionObjectName>

Hodnota vlastnosti

Typ: System.Collections.Generic.IList<EventSessionObjectName>

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

EventDeclaration Třída

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů