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.