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.