IDTSEventInfo100.ParameterNames Property
This API supports the infrastructure and is not intended to be used directly from your code.
For more information, see EventInfo.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
ReadOnly Property ParameterNames As String()
Get
'Usage
Dim instance As IDTSEventInfo100
Dim value As String()
value = instance.ParameterNames
string[] ParameterNames { get; }
property array<String^>^ ParameterNames {
array<String^>^ get ();
}
abstract ParameterNames : string[]
function get ParameterNames () : String[]
Property Value
Type: array<System.String[]