MeasureGroupID 属性

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

语法

声明
<BrowsableAttribute(False)> _
Public Property MeasureGroupID As String
    Get
    Set
用法
Dim instance As ManyToManyMeasureGroupDimension
Dim value As String

value = instance.MeasureGroupID

instance.MeasureGroupID = value
[BrowsableAttribute(false)]
public string MeasureGroupID { get; set; }
[BrowsableAttribute(false)]
public:
property String^ MeasureGroupID {
    String^ get ();
    void set (String^ value);
}
[<BrowsableAttribute(false)>]
member MeasureGroupID : string with get, set
function get MeasureGroupID () : String
function set MeasureGroupID (value : String)

属性值

类型:System. . :: . .String