Udostępnij przez


Właściwość IDTSEventInfo100.ParameterNames

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Aby uzyskać więcej informacji, zobacz temat EventInfo.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Zestaw:  Microsoft.SqlServer.DTSRuntimeWrap (w Microsoft.SqlServer.DTSRuntimeWrap.dll)

Składnia

'Deklaracja
ReadOnly Property ParameterNames As String()
    Get
'Użycie
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[]

Wartość właściwości

Typ: array<System.String[]