Proprietà Translations
Gets the collection of translations that are associated with a Dimension object.
Spazio dei nomi: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
<BrowsableAttribute(False)> _
Public ReadOnly Property Translations As TranslationCollection
Get
'Utilizzo
Dim instance As Dimension
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
Valore proprietà
Tipo: Microsoft.AnalysisServices. . :: . .TranslationCollection
A collection of translations.
Vedere anche