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