EventInfo.ParameterDescriptions Property

 

Applies To: SQL Server 2016 Preview

Returns the description given to the parameter located in the specified position in the array. This field is read-only.

Namespace:   Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

public string[] ParameterDescriptions { get; }
public:
property array<String^>^ ParameterDescriptions {
    array<String^>^ get();
}
member ParameterDescriptions : string[] with get
Public ReadOnly Property ParameterDescriptions As String()

Property Value

Type: System.String[]

A String that contains the description for the parameter.

See Also

EventInfo Class
Microsoft.SqlServer.Dts.Runtime Namespace

Return to top