Translations プロパティ
ScalarMiningStructureColumn に関連付けられている Translation オブジェクトのコレクションを取得します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
<BrowsableAttribute(False)> _
Public ReadOnly Property Translations As TranslationCollection
Get
'使用
Dim instance As ScalarMiningStructureColumn
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
ScalarMiningStructureColumn に関連付けられている Translation オブジェクトのコレクションを表す TranslationCollection です。