Compartir a través de


IDTSParameterAssignments.Count Propiedad

Gets or sets the number of IDTSParameterAssignment objects in the collection.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Ensamblado:  Microsoft.SqlServer.ExecPackageTaskWrap (en Microsoft.SqlServer.ExecPackageTaskWrap.dll)

Sintaxis

'Declaración
ReadOnly Property Count As Integer 
    Get
'Uso
Dim instance As IDTSParameterAssignments 
Dim value As Integer 

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

Valor de la propiedad

Tipo: System.Int32
The number of IDTSParameterAssignment objects in the collection.

Vea también

Referencia

IDTSParameterAssignments Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask