Freigeben über


ClrAssemblyFile-Klasse

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

Vererbungshierarchie

System.Object
  Microsoft.AnalysisServices.ClrAssemblyFile

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<GuidAttribute("09AEB310-E5ED-4ba2-A58B-440FA42CB09C")> _
Public NotInheritable Class ClrAssemblyFile _
    Implements ICloneable
'Usage
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

Der ClrAssemblyFile-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ClrAssemblyFile() Initializes a new instance of ClrAssemblyFile using the default values.
Öffentliche Methode ClrAssemblyFile(String) Initializes a new instance of ClrAssemblyFile using a name.
Öffentliche Methode ClrAssemblyFile(String, ClrAssemblyFileType) Initializes a new instance of ClrAssemblyFile using a name and type.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Data Gets the Data associated with a ClrAssemblyFile.
Öffentliche Eigenschaft Name Contains the name of the ClrAssemblyFile.
Öffentliche Eigenschaft Type Gets or sets the type of ClrAssemblyFile; where type refers to debug status.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Clone Creates a new full copy of an object.
Öffentliche Methode CopyTo Copies a ClrAssemblyFile object to the specified object.
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode LoadData Loads a ClrAssemblyFile data.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode ICloneable.Clone Creates and returns a new object that is a copy of the current instance of this ClrAssemblyFile object.

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.AnalysisServices-Namespace