共用方式為


MeasureGroupAttribute 類別

Represents the relationship between an attribute and a measure group.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
<GuidAttribute("7B6B477F-41B9-4310-84E0-E0C4F57A55D9")> _
Public NotInheritable Class MeasureGroupAttribute _
    Inherits ModelComponent _
    Implements ICloneable
'用途
Dim instance As MeasureGroupAttribute
[GuidAttribute("7B6B477F-41B9-4310-84E0-E0C4F57A55D9")]
public sealed class MeasureGroupAttribute : ModelComponent, 
    ICloneable
[GuidAttribute(L"7B6B477F-41B9-4310-84E0-E0C4F57A55D9")]
public ref class MeasureGroupAttribute sealed : public ModelComponent, 
    ICloneable
[<SealedAttribute>]
[<GuidAttribute("7B6B477F-41B9-4310-84E0-E0C4F57A55D9")>]
type MeasureGroupAttribute =  
    class
        inherit ModelComponent
        interface ICloneable
    end
public final class MeasureGroupAttribute extends ModelComponent implements ICloneable

繼承階層

System. . :: . .Object
  System. . :: . .MarshalByRefObject
    System.ComponentModel. . :: . .Component
      Microsoft.AnalysisServices. . :: . .ModelComponent
        Microsoft.AnalysisServices..::..MeasureGroupAttribute

執行緒安全性

這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。