Classe Account
The Account object is associated with dimensions of type Account. This class cannot be inherited.
Hierarquia de herança
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .ModelComponent
Microsoft.AnalysisServices..::..Account
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
<GuidAttribute("B1BDF6CB-FA26-4991-8417-E1571977DDD7")> _
Public NotInheritable Class Account _
Inherits ModelComponent _
Implements ICloneable
'Uso
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
O tipo Account expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
Account() () () () | Initializes a new instance of Account using the default values. | |
Account(String) | Initializes a new instance of Account using an account type parameter. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
AccountType | Gets or sets the AccountType, which must be one of a set of fixed valid account types. | |
AggregationFunction | Gets or sets the aggregation function to use for a specified Account type. | |
Aliases | Gets the alias for the account type in Account. | |
Annotations | Gets a collection within which you can store custom data. (Herdado de ModelComponent.) | |
CanRaiseEvents | (Herdado de Component.) | |
Container | (Herdado de Component.) | |
DesignMode | (Herdado de Component.) | |
Events | (Herdado de Component.) | |
FriendlyName | Infraestrutura. (Herdado de ModelComponent.) | |
KeyForCollection | Infraestrutura. (Herdado de ModelComponent.) | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. (Herdado de ModelComponent.) | |
Parent | Gets the parent Database of the Account object. | |
ParentServer | Gets the Server object that is the parent of the Account object. | |
Site | (Herdado de Component.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
AddToContainer | Infraestrutura. (Herdado de ModelComponent.) | |
AfterInsert | Infraestrutura. (Herdado de ModelComponent.) | |
AfterMove | Infraestrutura. (Herdado de ModelComponent.) | |
AfterRemove | Infraestrutura. (Herdado de ModelComponent.) | |
BeforeRemove | Infraestrutura. (Herdado de ModelComponent.) | |
Clone | Creates a new full copy of an object. | |
CopyTo(Account) | Copies an Account object to the specified object. | |
CopyTo(ModelComponent) | Infraestrutura. (Herdado de ModelComponent.) | |
CreateObjRef | (Herdado de MarshalByRefObject.) | |
Dispose() () () () | (Herdado de Component.) | |
Dispose(Boolean) | (Herdado de Component.) | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Component.) | |
GetHashCode | (Herdado de Object.) | |
GetLifetimeService | (Herdado de MarshalByRefObject.) | |
GetService | (Herdado de Component.) | |
GetType | (Herdado de Object.) | |
InitializeLifetimeService | (Herdado de MarshalByRefObject.) | |
MemberwiseClone() () () () | (Herdado de Object.) | |
MemberwiseClone(Boolean) | (Herdado de MarshalByRefObject.) | |
RemoveFromContainer | Infraestrutura. (Herdado de ModelComponent.) | |
Reset | Infraestrutura. (Herdado de ModelComponent.) | |
Submit() () () () | Infraestrutura. (Herdado de ModelComponent.) | |
Submit(Boolean) | Infraestrutura. (Herdado de ModelComponent.) | |
ToString | Infraestrutura. (Herdado de ModelComponent.) | |
Validate(ValidationErrorCollection) | Validates the element to which it is appended; returns any errors encountered in a collection. (Herdado de ModelComponent.) | |
Validate(ValidationErrorCollection, Boolean) | Validates the element to which it is appended; returns any errors encountered in a collection. Also contains a parameter to enable return of detailed errors. (Herdado de ModelComponent.) | |
Validate(ValidationErrorCollection, Boolean, ServerEdition) | (Herdado de ModelComponent.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
ICloneable. . :: . .Clone | ||
IHostableComponent. . :: . .Host | (Herdado de ModelComponent.) | |
IModelComponent. . :: . .FriendlyPath | (Herdado de ModelComponent.) | |
IModelComponent. . :: . .OwningCollection | (Herdado de ModelComponent.) |
Início
Comentários
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.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.