VariablesCollection.Count Property
Gets the number of elements contained in the collection.
Namespace: Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask
Assembly: Microsoft.SqlServer.Exec80PackageTask (in Microsoft.SqlServer.Exec80PackageTask.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Count As Integer
Get
'Usage
Dim instance As VariablesCollection
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
Property Value
Type: System.Int32
The number of elements contained in the collection.