Partager via


Propriété Translation.CollectionCaption

Gets or sets the collection caption of the translation.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Property CollectionCaption As String 
    Get 
    Set
'Utilisation
Dim instance As Translation 
Dim value As String 

value = instance.CollectionCaption

instance.CollectionCaption = value
public string CollectionCaption { get; set; }
public:
property String^ CollectionCaption {
    String^ get ();
    void set (String^ value);
}
member CollectionCaption : string with get, set
function get CollectionCaption () : String 
function set CollectionCaption (value : String)

Valeur de propriété

Type : System.String
The collection caption of the translation.

Voir aussi

Référence

Translation Classe

Espace de noms Microsoft.AnalysisServices