共用方式為


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 命名空間