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.

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

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.ClrAssemblyFile

Syntax

[GuidAttribute("09AEB310-E5ED-4ba2-A58B-440FA42CB09C")]
public sealed class ClrAssemblyFile : ICloneable
[GuidAttribute("09AEB310-E5ED-4ba2-A58B-440FA42CB09C")]
public ref class ClrAssemblyFile sealed : ICloneable
[<Sealed>]
[<GuidAttribute("09AEB310-E5ED-4ba2-A58B-440FA42CB09C")>]
type ClrAssemblyFile = 
    class
        interface ICloneable
    end
<GuidAttribute("09AEB310-E5ED-4ba2-A58B-440FA42CB09C")>
Public NotInheritable Class ClrAssemblyFile
    Implements ICloneable

Constructors

Name Description
System_CAPS_pubmethod ClrAssemblyFile()

Initializes a new instance of ClrAssemblyFile using the default values.

System_CAPS_pubmethod ClrAssemblyFile(String)

Initializes a new instance of ClrAssemblyFile using a name.

System_CAPS_pubmethod ClrAssemblyFile(String, ClrAssemblyFileType)

Initializes a new instance of ClrAssemblyFile using a name and type.

Properties

Name Description
System_CAPS_pubproperty Data

Gets the Data associated with a ClrAssemblyFile.

System_CAPS_pubproperty Name

Contains the name of the ClrAssemblyFile.

System_CAPS_pubproperty Type

Gets or sets the type of ClrAssemblyFile; where type refers to debug status.

Methods

Name Description
System_CAPS_pubmethod Clone()

Creates a new full copy of an object.

System_CAPS_pubmethod CopyTo(ClrAssemblyFile)

Copies a ClrAssemblyFile object to the specified object.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod LoadData(String)

Loads a ClrAssemblyFile data.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Explicit Interface Implementations

Name Description
System_CAPS_pubinterfaceSystem_CAPS_privmethod ICloneable.Clone()

Creates and returns a new object that is a copy of the current instance of this ClrAssemblyFile object.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.AnalysisServices Namespace

Return to top