ClrAssemblyFile Class
Applies To: SQL Server (starting with 2016)
Contains the name, debug type and block of data for a ClrAssemblyFile. This class cannot be inherited.
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates a new full copy of an object. |
![]() | CopyTo(ClrAssemblyFile^) | Copies a ClrAssemblyFile object to the specified object. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | LoadData(String^) | Loads a ClrAssemblyFile data. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICloneable::Clone() | Creates and returns a new object that is a copy of the current instance of this ClrAssemblyFile object. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



