ParameterNames 属性
Returns the name 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 ParameterNames As String()
Get
用法
Dim instance As EventInfo
Dim value As String()
value = instance.ParameterNames
public string[] ParameterNames { get; }
public:
property array<String^>^ ParameterNames {
array<String^>^ get ();
}
member ParameterNames : string[]
function get ParameterNames () : String[]
属性值
类型:array<System. . :: . .String> [] () [] []
A String that contains the name for the parameter.