Compartir a través de


GetLabels 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
PublicMustOverrideFunctionGetLabels ( _
    storeAsGraphStore, _
    storeKeyAsObject _
) AsIEnumerable(OfLabel)
'Usage
DiminstanceAsGraphStoreEdgeCollectionAdapterDimstoreAsGraphStoreDimstoreKeyAsObjectDimreturnValueAsIEnumerable(OfLabel)

returnValue = instance.GetLabels(store, _
    storeKey)
publicabstractIEnumerable<Label> GetLabels(
    GraphStorestore,
    ObjectstoreKey
)
public:
virtualIEnumerable<Label^>^ GetLabels(
    GraphStore^ store, 
    Object^ storeKey
) abstract
publicabstractfunctionGetLabels(
    store : GraphStore, 
    storeKey : Object
) : IEnumerable<Label>

Parameters

Return Value

Type: System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'Label> ) > ) >

.NET Framework Security

See Also

Reference

GraphStoreEdgeCollectionAdapter Class

GraphStoreEdgeCollectionAdapter Members

System.Dataflow Namespace