Share via


Account 클래스

The Account object is associated with dimensions of type Account. This class cannot be inherited.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices

구문

‘선언
<GuidAttribute("B1BDF6CB-FA26-4991-8417-E1571977DDD7")> _
Public NotInheritable Class Account _
    Inherits ModelComponent _
    Implements ICloneable
‘사용 방법
Dim instance As Account
[GuidAttribute("B1BDF6CB-FA26-4991-8417-E1571977DDD7")]
public sealed class Account : ModelComponent, 
    ICloneable
[GuidAttribute(L"B1BDF6CB-FA26-4991-8417-E1571977DDD7")]
public ref class Account sealed : public ModelComponent, 
    ICloneable
[<SealedAttribute>]
[<GuidAttribute("B1BDF6CB-FA26-4991-8417-E1571977DDD7")>]
type Account =  
    class
        inherit ModelComponent
        interface ICloneable
    end
public final class Account extends ModelComponent implements ICloneable

주의

Dimensions of type Account may have an attribute marked as providing the AccountType; the set of valid account types is fixed. See AccountType for details.

상속 계층 구조

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

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.