共用方式為


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 命名空間