OwnsKey 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.]**This member overrides GraphStore. . :: . .OwnsKey(Object).

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

Syntax

'Declaration
PublicOverridesFunctionOwnsKey ( _
    keyAsObject _
) AsBoolean
'Usage
DiminstanceAsDefaultGraphStoreDimkeyAsObjectDimreturnValueAsBooleanreturnValue = instance.OwnsKey(key)
publicoverrideboolOwnsKey(
    Objectkey
)
public:
virtualboolOwnsKey(
    Object^ key
) override
publicoverridefunctionOwnsKey(
    key : Object
) : boolean

Parameters

Return Value

Type: System. . :: . .Boolean

.NET Framework Security

See Also

Reference

DefaultGraphStore Class

DefaultGraphStore Members

System.Dataflow Namespace