MiningModel.Translations 属性

Gets the collection of Translation objects associated with the MiningModel object.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
<BrowsableAttribute(False)> _
Public ReadOnly Property Translations As TranslationCollection 
    Get
用法
Dim instance As MiningModel 
Dim value As TranslationCollection 

value = instance.Translations
[BrowsableAttribute(false)]
public TranslationCollection Translations { get; }
[BrowsableAttribute(false)]
public:
property TranslationCollection^ Translations {
    TranslationCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Translations : TranslationCollection
function get Translations () : TranslationCollection

属性值

类型:Microsoft.AnalysisServices.TranslationCollection
A collection of translations associated with the MiningModel object.

请参阅

参考

MiningModel 类

Microsoft.AnalysisServices 命名空间