共用方式為


ParameterAssignmentsClass.Count 屬性

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

命名空間:  Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
組件:  Microsoft.SqlServer.ExecPackageTaskWrap (在 Microsoft.SqlServer.ExecPackageTaskWrap.dll 中)

語法

'宣告
Public Overridable ReadOnly Property Count As Integer 
    Get
'用途
Dim instance As ParameterAssignmentsClass 
Dim value As Integer 

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

屬性值

型別:System.Int32
The number of ParameterAssignmentClass objects in the collection.

實作

IDTSParameterAssignments.Count

請參閱

參考

ParameterAssignmentsClass 類別

Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask 命名空間