Share via


GetThis 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
PublicMustOverrideFunctionGetThis ( _
    storeAsGraphStore, _
    storeKeyAsObject, _
    indexAsInteger _
) As Node
'Usage
DiminstanceAsGraphStoreListAdapterDimstoreAsGraphStoreDimstoreKeyAsObjectDimindexAsIntegerDimreturnValueAs Node

returnValue = instance.GetThis(store, _
    storeKey, index)
publicabstract Node GetThis(
    GraphStorestore,
    ObjectstoreKey,
    intindex
)
public:
virtual Node GetThis(
    GraphStore^ store, 
    Object^ storeKey, 
    intindex
) abstract
publicabstractfunctionGetThis(
    store : GraphStore, 
    storeKey : Object, 
    index : int
) : Node

Parameters

Return Value

Type: Node

.NET Framework Security

See Also

Reference

GraphStoreListAdapter< (Of < ( <'Node> ) > ) > Class

GraphStoreListAdapter< (Of < ( <'Node> ) > ) > Members

System.Dataflow Namespace