Compartir a través de


EventInfo.ParameterDescriptions Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public ReadOnly Property ParameterDescriptions As String()
    Get
'Uso
Dim instance As EventInfo 
Dim value As String()

value = instance.ParameterDescriptions
public string[] ParameterDescriptions { get; }
public:
property array<String^>^ ParameterDescriptions {
    array<String^>^ get ();
}
member ParameterDescriptions : string[]
function get ParameterDescriptions () : String[]

Valor de la propiedad

Tipo: array<System.String[]
A String that contains the description for the parameter.

Vea también

Referencia

EventInfo Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime