Account クラス
Account オブジェクトが Account の種類のディメンションに関連付けられています。このクラスは継承できません。
継承階層
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .ModelComponent
Microsoft.AnalysisServices..::..Account
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
<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
Account 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
Account() () () () | Account の新しいインスタンスを既定値で初期化します。 | |
Account(String) | accountType パラメータを使用して、Account の新しいインスタンスを初期化します。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
AccountType | AccountType を取得します。値の設定も可能です。ここでは、特定の有効な勘定科目の種類から 1 つを指定する必要があります。 | |
AggregationFunction | 指定されている Account の種類に対して使用される集計関数を取得します。値の設定も可能です。 | |
Aliases | Account の勘定科目の種類の別名を取得します。 | |
Annotations | カスタム データを格納できるコレクションを取得します。 (ModelComponent から継承されています。) | |
CanRaiseEvents | (Component から継承されています。) | |
Container | (Component から継承されています。) | |
DesignMode | (Component から継承されています。) | |
Events | (Component から継承されています。) | |
FriendlyName | インフラストラクチャです。 (ModelComponent から継承されています。) | |
KeyForCollection | インフラストラクチャです。 (ModelComponent から継承されています。) | |
OwningCollection | ModelComponent を格納するコレクションを取得します。値の設定も可能です。 (ModelComponent から継承されています。) | |
Parent | Account オブジェクトの親 Database を取得します。 | |
ParentServer | Account オブジェクトの親である Server オブジェクトを取得します。 | |
Site | (Component から継承されています。) |
先頭に戻る
メソッド
先頭に戻る
明示的なインターフェイスの実装
名前 | 説明 | |
---|---|---|
ICloneable. . :: . .Clone | ||
IHostableComponent. . :: . .Host | (ModelComponent から継承されています。) | |
IModelComponent. . :: . .FriendlyPath | (ModelComponent から継承されています。) | |
IModelComponent. . :: . .OwningCollection | (ModelComponent から継承されています。) |
先頭に戻る
説明
Account の種類のディメンションの属性によっては、AccountType を提供するようにマークされている場合があります。その場合、有効な勘定科目の種類は決まっています。詳細については、「AccountType」を参照してください。
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。