Condividi tramite


Proprietà IDTSParameterAssignments.Count

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly:  Microsoft.SqlServer.ExecPackageTaskWrap (in Microsoft.SqlServer.ExecPackageTaskWrap.dll)

Sintassi

'Dichiarazione
ReadOnly Property Count As Integer 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

IDTSParameterAssignments Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask