ScalarMiningStructureColumn.Translations Property

 

Applies To: SQL Server 2016 Preview

Gets the collection of Translation object associated with the ScalarMiningStructureColumn.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[BrowsableAttribute(false)]
[XmlArrayItemAttribute(typeof(Translation), ElementName = "Translation")]
public TranslationCollection Translations { get; }
public:
[BrowsableAttribute(false)]
[XmlArrayItemAttribute((Translation^::typeid), ElementName = "Translation")]
property TranslationCollection^ Translations {
    TranslationCollection^ get();
}
[<BrowsableAttribute(false)>]
[<XmlArrayItemAttribute(typeof(Translation), ElementName = "Translation")>]
member Translations : TranslationCollection with get
<BrowsableAttribute(False)>
<XmlArrayItemAttribute(GetType(Translation), ElementName := "Translation")>
Public ReadOnly Property Translations As TranslationCollection

Property Value

Type: Microsoft.AnalysisServices.TranslationCollection

A TranslationCollection containing the collection of Translation object associated with the ScalarMiningStructureColumn.

See Also

ScalarMiningStructureColumn Class
Microsoft.AnalysisServices Namespace

Return to top