次の方法で共有


MiningStructure.Translations プロパティ

MiningStructure に関連付けられている Translation オブジェクトのコレクションを取得します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
<BrowsableAttribute(False)> _
Public ReadOnly Property Translations As TranslationCollection 
    Get
'使用
Dim instance As MiningStructure 
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
MiningStructure に関連付けられている Translation オブジェクトのコレクションを格納する TranslationCollection です。

関連項目

参照

MiningStructure クラス

Microsoft.AnalysisServices 名前空間