Compartir a través de


Remove Method (GraphStore, Object, Label)

[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
PublicMustOverrideFunctionRemove ( _
    storeAsGraphStore, _
    storeKeyAsObject, _
    keyAsLabel _
) AsBoolean
'Usage
DiminstanceAsGraphStoreDictionaryAdapterDimstoreAsGraphStoreDimstoreKeyAsObjectDimkeyAsLabelDimreturnValueAsBooleanreturnValue = instance.Remove(store, storeKey, _
    key)
publicabstractboolRemove(
    GraphStorestore,
    ObjectstoreKey,
    Labelkey
)
public:
virtualboolRemove(
    GraphStore^ store, 
    Object^ storeKey, 
    Label^ key
) abstract
publicabstractfunctionRemove(
    store : GraphStore, 
    storeKey : Object, 
    key : Label
) : boolean

Parameters

Return Value

Type: System. . :: . .Boolean

.NET Framework Security

See Also

Reference

GraphStoreDictionaryAdapter Class

GraphStoreDictionaryAdapter Members

Remove Overload

System.Dataflow Namespace