ProductionTermMap 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
PublicPropertyProductionTermMapAsInteger()
    GetSet
'Usage
DiminstanceAsParserFactoryDimvalueAsInteger()

value = instance.ProductionTermMap

instance.ProductionTermMap = value
publicint[] ProductionTermMap { get; set; }
public:
propertyarray<int>^ ProductionTermMap {
    array<int>^ get ();
    voidset (array<int>^ value);
}
function getProductionTermMap () : int[]
function setProductionTermMap (value : int[])

Property Value

Type: array<System. . :: . .Int32> [] () [] []

.NET Framework Security

See Also

Reference

ParserFactory Class

ParserFactory Members

System.Dataflow Namespace