Поделиться через


Свойство EventInfo.ParameterDescriptions

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

Пространство имен:  Microsoft.SqlServer.Dts.Runtime
Сборка:  Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)

Синтаксис

'Декларация
Public ReadOnly Property ParameterDescriptions As String()
    Get
'Применение
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[]

Значение свойства

Тип: array<System.String[]
A String that contains the description for the parameter.

См. также

Справочник

EventInfo Класс

Пространство имен Microsoft.SqlServer.Dts.Runtime