Свойство IDTSParameterAssignments.Count
Gets or sets the number of IDTSParameterAssignment objects in the collection.
Пространство имен: Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Сборка: Microsoft.SqlServer.ExecPackageTaskWrap (в Microsoft.SqlServer.ExecPackageTaskWrap.dll)
Синтаксис
'Декларация
ReadOnly Property Count As Integer
Get
'Применение
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
Значение свойства
Тип: System.Int32
The number of IDTSParameterAssignment objects in the collection.
См. также
Справочник
IDTSParameterAssignments Интерфейс
Пространство имен Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask