Класс 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.) | |
Finalize | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
LoadData | ||
MemberwiseClone | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.