MembersWithDataCaption 属性

Gets or sets the members with a data caption associated with an AttributeTranslation object.

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

语法

声明
Public Property MembersWithDataCaption As String
    Get
    Set
用法
Dim instance As AttributeTranslation
Dim value As String

value = instance.MembersWithDataCaption

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

属性值

类型:System. . :: . .String
The text assigned to MembersWithDataCaption.