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

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

Syntax

'Declaration
PublicPropertyDisambiguatorAsIDisambiguateGetSet
'Usage
DiminstanceAsParserDimvalueAsIDisambiguatevalue = instance.Disambiguator

instance.Disambiguator = value
publicIDisambiguateDisambiguator { get; set; }
public:
propertyIDisambiguate^ Disambiguator {
    IDisambiguate^ get ();
    voidset (IDisambiguate^ value);
}
function getDisambiguator () : IDisambiguatefunction setDisambiguator (value : IDisambiguate)

Property Value

Type: System.Dataflow. . :: . .IDisambiguate

.NET Framework Security

See Also

Reference

Parser Class

Parser Members

System.Dataflow Namespace