Freigeben über


IDTSEventInfo100.ParameterCount-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

For more information, see EventInfo.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
ReadOnly Property ParameterCount As Integer 
    Get
'Usage
Dim instance As IDTSEventInfo100 
Dim value As Integer 

value = instance.ParameterCount
int ParameterCount { get; }
property int ParameterCount {
    int get ();
}
abstract ParameterCount : int
function get ParameterCount () : int

Eigenschaftswert

Typ: System.Int32

Siehe auch

Verweis

IDTSEventInfo100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace