次の方法で共有


Translation.CollectionCaption プロパティ

翻訳のコレクションのキャプションを取得または設定します。

名前空間:  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
翻訳のコレクションのキャプションです。

関連項目

参照

Translation クラス

Microsoft.AnalysisServices 名前空間