IDTSProperties100.Count Property

Definition

Gets the number of elements contained in the IDTSProperties100 instance.

public:
 property int Count { int get(); };
[System.Runtime.InteropServices.DispId(1)]
public int Count { [System.Runtime.InteropServices.DispId(1)] get; }
[<System.Runtime.InteropServices.DispId(1)>]
[<get: System.Runtime.InteropServices.DispId(1)>]
member this.Count : int
Public ReadOnly Property Count As Integer

Property Value

An integer that contains the number of elements contained in the IDTSProperties100 instance.

Attributes

Remarks

For more information, see DtsProperties.

Applies to