Compartir a través de


GetCount Method

[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]

Namespace:  System.Dataflow
Assembly:  System.Dataflow (in System.Dataflow.dll)

Syntax

'Declaration
PublicMustOverrideFunctionGetCount ( _
    storeAsGraphStore, _
    storeKeyAsObject _
) AsInteger
'Usage
DiminstanceAsGraphStoreDictionaryAdapterDimstoreAsGraphStoreDimstoreKeyAsObjectDimreturnValueAsIntegerreturnValue = instance.GetCount(store, _
    storeKey)
publicabstractintGetCount(
    GraphStorestore,
    ObjectstoreKey
)
public:
virtualintGetCount(
    GraphStore^ store, 
    Object^ storeKey
) abstract
publicabstractfunctionGetCount(
    store : GraphStore, 
    storeKey : Object
) : int

Parameters

Return Value

Type: System. . :: . .Int32

.NET Framework Security

See Also

Reference

GraphStoreDictionaryAdapter Class

GraphStoreDictionaryAdapter Members

System.Dataflow Namespace