共用方式為


ClrAssemblyFile 類別

Contains the name, debug type and block of data for a ClrAssemblyFile. This class cannot be inherited.

繼承階層

System.Object
  Microsoft.AnalysisServices.ClrAssemblyFile

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
<GuidAttribute("09AEB310-E5ED-4ba2-A58B-440FA42CB09C")> _
Public NotInheritable Class ClrAssemblyFile _
    Implements ICloneable
'用途
Dim instance As ClrAssemblyFile
[GuidAttribute("09AEB310-E5ED-4ba2-A58B-440FA42CB09C")]
public sealed class ClrAssemblyFile : ICloneable
[GuidAttribute(L"09AEB310-E5ED-4ba2-A58B-440FA42CB09C")]
public ref class ClrAssemblyFile sealed : ICloneable
[<SealedAttribute>]
[<GuidAttribute("09AEB310-E5ED-4ba2-A58B-440FA42CB09C")>]
type ClrAssemblyFile =  
    class 
        interface ICloneable 
    end
public final class ClrAssemblyFile implements ICloneable

ClrAssemblyFile 型別公開下列成員。

建構函式

  名稱 說明
公用方法 ClrAssemblyFile() Initializes a new instance of ClrAssemblyFile using the default values.
公用方法 ClrAssemblyFile(String) Initializes a new instance of ClrAssemblyFile using a name.
公用方法 ClrAssemblyFile(String, ClrAssemblyFileType) Initializes a new instance of ClrAssemblyFile using a name and type.

上層

屬性

  名稱 說明
公用屬性 Data Gets the Data associated with a ClrAssemblyFile.
公用屬性 Name Contains the name of the ClrAssemblyFile.
公用屬性 Type Gets or sets the type of ClrAssemblyFile; where type refers to debug status.

上層

方法

  名稱 說明
公用方法 Clone Creates a new full copy of an object.
公用方法 CopyTo Copies a ClrAssemblyFile object to the specified object.
公用方法 Equals (繼承自 Object。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
公用方法 LoadData Loads a ClrAssemblyFile data.
公用方法 ToString (繼承自 Object。)

上層

明確 繼承 實作

  名稱 說明
明確介面實作私用方法 ICloneable.Clone Creates and returns a new object that is a copy of the current instance of this ClrAssemblyFile object.

上層

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

Microsoft.AnalysisServices 命名空間