Count propriété
Gets the number of IDTSPath100 objects contained in the collection.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (dans Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntaxe
'Déclaration
ReadOnly Property Count As Integer
Get
'Utilisation
Dim instance As IDTSPathCollection100
Dim value As Integer
value = instance.Count
int Count { get; }
property int Count {
int get ();
}
abstract Count : int
function get Count () : int
Valeur de la propriété
Type : System. . :: . .Int32
The number of IDTSPathCollection100 objects in the collection.