StoreKey Property

[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.]

Gets the node's key in the backing store.

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

Syntax

'Declaration
PublicReadOnlyPropertyStoreKeyAsObjectGet
'Usage
DiminstanceAsNodeDimvalueAsObjectvalue = instance.StoreKey
publicObjectStoreKey { get; }
public:
propertyObject^ StoreKey {
    Object^ get ();
}
function getStoreKey () : Object

Property Value

Type: System. . :: . .Object
The node's key in the backing store.

.NET Framework Security

See Also

Reference

Node Structure

Node Members

System.Dataflow Namespace