次の方法で共有


ComAssembly Class

ComAssembly の管理と利用が可能になります。このクラスは継承できません。

名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (microsoft.analysisservices.dll 内)

構文

'宣言
<GuidAttribute("EB79D51C-7F27-46f6-A089-43DD46C6D6F3")> _
Public NotInheritable Class ComAssembly
    Inherits Assembly
    Implements IMajorObject, INamedComponent, IModelComponent, IComponent, _
    IDisposable
[GuidAttribute("EB79D51C-7F27-46f6-A089-43DD46C6D6F3")] 
public sealed class ComAssembly : Assembly, IMajorObject, INamedComponent, IModelComponent, 
    IComponent, IDisposable
[GuidAttribute(L"EB79D51C-7F27-46f6-A089-43DD46C6D6F3")] 
public ref class ComAssembly sealed : public Assembly, IMajorObject, INamedComponent, IModelComponent, 
    IComponent, IDisposable
/** @attribute GuidAttribute("EB79D51C-7F27-46f6-A089-43DD46C6D6F3") */ 
public final class ComAssembly extends Assembly implements IMajorObject, INamedComponent, 
    IModelComponent, IComponent, IDisposable
GuidAttribute("EB79D51C-7F27-46f6-A089-43DD46C6D6F3") 
public final class ComAssembly extends Assembly implements IMajorObject, INamedComponent, 
    IModelComponent, IComponent, IDisposable

解説

新規 :2006 年 7 月 17 日

継承階層

System.Object
   System.MarshalByRefObject
     System.ComponentModel.Component
       Microsoft.AnalysisServices.ModelComponent
         Microsoft.AnalysisServices.NamedComponent
           Microsoft.AnalysisServices.MajorObject
             Microsoft.AnalysisServices.Assembly
              Microsoft.AnalysisServices.ComAssembly

スレッド セーフ

この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

ComAssembly Members
Microsoft.AnalysisServices Namespace