次の方法で共有


ClrAssembly クラス

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
'使用
Dim instance As ClrAssembly
[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
[<SealedAttribute>]
[<GuidAttribute("247B8E26-41E3-460f-9996-F174511341D5")>]
type ClrAssembly =  
    class
        inherit Assembly
        interface IMajorObject
        interface INamedComponent
        interface IModelComponent
        interface IComponent
        interface IDisposable
    end
public final class ClrAssembly extends Assembly implements IMajorObject, INamedComponent, IModelComponent, IComponent, IDisposable

スレッド セーフ

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