Classe ClrAssemblyFile
Contains the name, debug type and block of data for a ClrAssemblyFile. This class cannot be inherited.
Gerarchia di ereditarietà
System.Object
Microsoft.AnalysisServices.ClrAssemblyFile
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
<GuidAttribute("09AEB310-E5ED-4ba2-A58B-440FA42CB09C")> _
Public NotInheritable Class ClrAssemblyFile _
Implements ICloneable
'Utilizzo
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
Nel tipo ClrAssemblyFile sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
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. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
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. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Clone | Creates a new full copy of an object. | |
CopyTo | Copies a ClrAssemblyFile object to the specified object. | |
Equals | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
LoadData | Loads a ClrAssemblyFile data. | |
ToString | Ereditato da Object. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
ICloneable.Clone | Creates and returns a new object that is a copy of the current instance of this ClrAssemblyFile object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.