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 네임스페이스