次の方法で共有


ClrAssembly Class

これにより、:Microsoft.AnalysisServices.ClrAssembly を管理し、利用できるようになります。このクラスは継承できません。

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

構文

'宣言
<GuidAttribute("247B8E26-41E3-460f-9996-F174511341D5")> _
Public NotInheritable Class ClrAssembly
    Inherits Assembly
    Implements IMajorObject, INamedComponent, IModelComponent, IComponent, _
    IDisposable
[GuidAttribute("247B8E26-41E3-460f-9996-F174511341D5")] 
public sealed class ClrAssembly : Assembly, IMajorObject, INamedComponent, IModelComponent, 
    IComponent, IDisposable
[GuidAttribute(L"247B8E26-41E3-460f-9996-F174511341D5")] 
public ref class ClrAssembly sealed : public Assembly, IMajorObject, INamedComponent, IModelComponent, 
    IComponent, IDisposable
/** @attribute GuidAttribute("247B8E26-41E3-460f-9996-F174511341D5") */ 
public final class ClrAssembly extends Assembly implements IMajorObject, INamedComponent, 
    IModelComponent, IComponent, IDisposable
GuidAttribute("247B8E26-41E3-460f-9996-F174511341D5") 
public final class ClrAssembly extends Assembly implements IMajorObject, INamedComponent, 
    IModelComponent, IComponent, IDisposable

継承階層

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

スレッド セーフ

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

プラットフォーム

開発プラットフォーム

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

対象プラットフォーム

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

参照

関連項目

ClrAssembly Members
Microsoft.AnalysisServices Namespace