Translation.CollectionCaption 属性

Gets or sets the collection caption of the translation.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Property CollectionCaption As String 
    Get 
    Set
用法
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)

属性值

类型:System.String
The collection caption of the translation.

请参阅

参考

Translation 类

Microsoft.AnalysisServices 命名空间