共用方式為


RelationshipEnd.Translations 屬性

Gets the collection of translations that are associated with an object.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
<BrowsableAttribute(False)> _
Public ReadOnly Property Translations As TranslationCollection 
    Get
'用途
Dim instance As RelationshipEnd 
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.

請參閱

參考

RelationshipEnd 類別

Microsoft.AnalysisServices 命名空間