TableMiningStructureColumn.Translations Property

 

Applies To: SQL Server 2016 Preview

Gets the collection of translations associated with a TableMiningStructureColumn object.

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.TranslationCollection

A collection of translations.

See Also

TableMiningStructureColumn Class
Microsoft.AnalysisServices Namespace

Return to top