ParameterCount Propiedad
Esta API admite la infraestructura de y no está prevista su utilización directa desde el código.
For more information, see EventInfo.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
ReadOnly Property ParameterCount As Integer
Get
'Uso
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
Valor de la propiedad
Tipo: System. . :: . .Int32
Vea también