EventDeclaration.EventDeclarationSetParameters Property

 

Applies To: SQL Server 2016 Preview

Gets a list of event declaration parameters for a SET clause.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public IList<EventDeclarationSetParameter> EventDeclarationSetParameters { get; }
public:
property IList<EventDeclarationSetParameter^>^ EventDeclarationSetParameters {
    IList<EventDeclarationSetParameter^>^ get();
}
member EventDeclarationSetParameters : IList<EventDeclarationSetParameter> with get
Public ReadOnly Property EventDeclarationSetParameters As IList(Of EventDeclarationSetParameter)

Property Value

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

A list of event declaration parameters for a SET clause.

See Also

EventDeclaration Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top