SetBrand 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. . :: . .SetBrand(Node, Identifier).

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

Syntax

'Declaration
PublicOverridesSubSetBrand ( _
    nodeAsNode, _
    brandAsIdentifier _
)
'Usage
DiminstanceAsDefaultGraphStoreDimnodeAsNodeDimbrandAsIdentifier

instance.SetBrand(node, brand)
publicoverridevoidSetBrand(
    Nodenode,
    Identifierbrand
)
public:
virtualvoidSetBrand(
    Nodenode, 
    Identifier^ brand
) override
publicoverridefunctionSetBrand(
    node : Node, 
    brand : Identifier
)

Parameters

.NET Framework Security

See Also

Reference

DefaultGraphStore Class

DefaultGraphStore Members

System.Dataflow Namespace