Partition クラス
キューブ クラスからのパーティション クラスを表します。このクラスは継承できません。
継承階層
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .ModelComponent
Microsoft.AnalysisServices. . :: . .NamedComponent
Microsoft.AnalysisServices. . :: . .MajorObject
Microsoft.AnalysisServices. . :: . .ProcessableMajorObject
Microsoft.AnalysisServices..::..Partition
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
<GuidAttribute("A5CB30FE-BEF3-4158-9DDC-2D218E8DEDB0")> _
Public NotInheritable Class Partition _
Inherits ProcessableMajorObject _
Implements IMajorObject, INamedComponent, IModelComponent, IComponent, _
IDisposable, ICloneable
'使用
Dim instance As Partition
[GuidAttribute("A5CB30FE-BEF3-4158-9DDC-2D218E8DEDB0")]
public sealed class Partition : ProcessableMajorObject,
IMajorObject, INamedComponent, IModelComponent, IComponent, IDisposable,
ICloneable
[GuidAttribute(L"A5CB30FE-BEF3-4158-9DDC-2D218E8DEDB0")]
public ref class Partition sealed : public ProcessableMajorObject,
IMajorObject, INamedComponent, IModelComponent, IComponent, IDisposable,
ICloneable
[<SealedAttribute>]
[<GuidAttribute("A5CB30FE-BEF3-4158-9DDC-2D218E8DEDB0")>]
type Partition =
class
inherit ProcessableMajorObject
interface IMajorObject
interface INamedComponent
interface IModelComponent
interface IComponent
interface IDisposable
interface ICloneable
end
public final class Partition extends ProcessableMajorObject implements IMajorObject, INamedComponent, IModelComponent, IComponent, IDisposable, ICloneable
Partition 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
Partition() () () () | Partition クラスの新しいインスタンスを初期化します。 | |
Partition(String) | System.String をパーティションの名前として使用して、Partition クラスの新しいインスタンスを初期化します。 | |
Partition(String, String) | System.String name をパーティションの名前として使用し、System.Stringid をオブジェクトの内部名として使用して、Partition クラスの新しいインスタンスを初期化します。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
AggregationDesign | パーティションの集計デザイン オブジェクトを取得します。 | |
AggregationDesignID | パーティションの集計デザインの識別子を取得します。値の設定も可能です。 | |
AggregationInstances | ユーザー定義集計を取得します。 | |
AggregationInstanceSource | ユーザー定義集計のデータ ソース ビューを取得します。値の設定も可能です。 | |
AggregationPrefix | 集計用のテーブルで使用されるプレフィックスを取得します。値の設定も可能です。 | |
Annotations | 現在のオブジェクトに対するすべての注釈のコレクション オブジェクトを取得します。 (MajorObject から継承されています。) | |
CanRaiseEvents | (Component から継承されています。) | |
Container | (Component から継承されています。) | |
CreatedTimestamp | オブジェクトの作成日時を取得します。値の設定も可能です。 (MajorObject から継承されています。) | |
CurrentStorageMode | 現在のパーティション ストレージ モードを取得します。値の設定も可能です。 | |
DataSource | パーティションの DataSource オブジェクトを取得します。 | |
DataSourceView | パーティションの DataSourceView オブジェクトを取得します。 | |
Description | 現在のオブジェクトの説明文字列を取得します。値の設定も可能です。 (MajorObject から継承されています。) | |
DesignMode | (Component から継承されています。) | |
ErrorConfiguration | パーティションの ErrorConfiguration オブジェクトを取得します。値の設定も可能です。 | |
EstimatedRows | パーティション内の推定行数を取得します。値の設定も可能です。 | |
EstimatedSize | パーティションの推定サイズをバイト単位で取得します。 | |
Events | (Component から継承されています。) | |
FriendlyName | (NamedComponent から継承されています。) | |
ID | (NamedComponent から継承されています。) | |
IsLoaded | インフラストラクチャです。 (MajorObject から継承されています。) | |
KeyForCollection | (NamedComponent から継承されています。) | |
LastProcessed | (ProcessableMajorObject から継承されています。) | |
LastSchemaUpdate | 現在のオブジェクト スキーマの最終更新日時を取得します。値の設定も可能です。 (MajorObject から継承されています。) | |
Name | (NamedComponent から継承されています。) | |
OwningCollection | ModelComponent を格納するコレクションを取得します。値の設定も可能です。 (ModelComponent から継承されています。) | |
Parent | 現在のパーティションの親メジャー グループを取得します。 | |
ParentCube | 現在のパーティションの親キューブを取得します。 | |
ParentDatabase | 現在のパーティションの親データベースを取得します。 | |
ParentServer | 現在のパーティションの親サーバーを取得します。 | |
ProactiveCaching | 現在のパーティションの ProactiveCaching オブジェクトを取得します。値の設定も可能です。 | |
ProcessingMode | 現在のパーティションの処理モードを取得します。値の設定も可能です。 | |
ProcessingPriority | 現在のパーティションの処理優先度を取得します。値の設定も可能です。 | |
RemoteDataSource | リモート サーバーを指す DataSource オブジェクトを取得します。 | |
RemoteDataSourceID | 現在のパーティションの RemoteDataSourceID を取得します。値の設定も可能です。 | |
Site | (NamedComponent から継承されています。) | |
SiteID | (NamedComponent から継承されています。) | |
Slice | パーティションの内容を定義するスライスを取得します。値の設定も可能です。 | |
Source | データへの現在のパーティション バインドを取得します。値の設定も可能です。 | |
State | (ProcessableMajorObject から継承されています。) | |
StorageLocation | パーティションのファイル システムのストレージ場所を含む文字列を取得します。値の設定も可能です。 | |
StorageMode | 現在のパーティションのストレージ モードを取得します。値の設定も可能です。 | |
Type | パーティションの種類を Data または Writeback として取得します。値の設定も可能です。 |
先頭に戻る
メソッド
先頭に戻る
明示的なインターフェイスの実装
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。