共用方式為


Translations 屬性

Gets the collection of translations associated with a Database.

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

語法

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