INamedComponent インターフェイス
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
<GuidAttribute("BBCC5A46-0217-4a45-ACAE-189239F101BF")> _
Public Interface INamedComponent _
Inherits IModelComponent, IComponent, IDisposable
'使用
Dim instance As INamedComponent
[GuidAttribute("BBCC5A46-0217-4a45-ACAE-189239F101BF")]
public interface INamedComponent : IModelComponent,
IComponent, IDisposable
[GuidAttribute(L"BBCC5A46-0217-4a45-ACAE-189239F101BF")]
public interface class INamedComponent : IModelComponent,
IComponent, IDisposable
[<GuidAttribute("BBCC5A46-0217-4a45-ACAE-189239F101BF")>]
type INamedComponent =
interface
interface IModelComponent
interface IComponent
interface IDisposable
end
public interface INamedComponent extends IModelComponent, IComponent, IDisposable
INamedComponent 型は、以下のメンバーを公開しています。
プロパティ
名前 | 説明 | |
---|---|---|
Description | コンポーネントの長い説明を取得または設定します。 | |
FriendlyPath | インフラストラクチャです。このインスタンスの表示パスを取得します。 (IModelComponent から継承されています。) | |
ID | コンポーネントのエンジン ID を取得または設定します。 | |
Name | ユーザーに示されるコンポーネントの名前を取得または設定します。 | |
OwningCollection | インフラストラクチャです。現在のオブジェクトを所有するコレクションを取得または設定します。 (IModelComponent から継承されています。) | |
Parent | インフラストラクチャです。このインスタンスの親 IModelComponent を取得します。 (IModelComponent から継承されています。) | |
Site | (IComponent から継承されています。) |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Dispose | (IDisposable から継承されています。) |
先頭に戻る
イベント
名前 | 説明 | |
---|---|---|
Disposed | (IComponent から継承されています。) |
先頭に戻る