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 から継承されています。)

先頭に戻る

関連項目

参照

Microsoft.AnalysisServices 名前空間