Compartir a través de


ContainsLabel 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
PublicMustOverrideFunctionContainsLabel ( _
    storeAsGraphStore, _
    storeKeyAsObject, _
    labelAsLabel _
) AsBoolean
'Usage
DiminstanceAsGraphStoreEdgeCollectionAdapterDimstoreAsGraphStoreDimstoreKeyAsObjectDimlabelAsLabelDimreturnValueAsBooleanreturnValue = instance.ContainsLabel(store, _
    storeKey, label)
publicabstractboolContainsLabel(
    GraphStorestore,
    ObjectstoreKey,
    Labellabel
)
public:
virtualboolContainsLabel(
    GraphStore^ store, 
    Object^ storeKey, 
    Label^ label
) abstract
publicabstractfunctionContainsLabel(
    store : GraphStore, 
    storeKey : Object, 
    label : Label
) : boolean

Parameters

Return Value

Type: System. . :: . .Boolean

.NET Framework Security

See Also

Reference

GraphStoreEdgeCollectionAdapter Class

GraphStoreEdgeCollectionAdapter Members

System.Dataflow Namespace