Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
Returns the name given to the parameter located in the specified position in the array. This field is read-only.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public ReadOnly Property ParameterNames As String()
Get
'Usage
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[]
Property Value
Type: array<System.String[]
A String that contains the name for the parameter.