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.