다음을 통해 공유


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 네임스페이스