ClrAssemblyFile Constructors

Definition

Overloads

ClrAssemblyFile()

Initializes a new instance of ClrAssemblyFile using the default values.

ClrAssemblyFile(String)

nitializes a new instance of ClrAssemblyFile using the specified name.

ClrAssemblyFile(String, ClrAssemblyFileType)

nitializes a new instance of ClrAssemblyFile using the specified name and type.

ClrAssemblyFile()

Initializes a new instance of ClrAssemblyFile using the default values.

public ClrAssemblyFile ();
Public Sub New ()

Applies to

ClrAssemblyFile(String)

nitializes a new instance of ClrAssemblyFile using the specified name.

public ClrAssemblyFile (string name);
new Microsoft.AnalysisServices.ClrAssemblyFile : string -> Microsoft.AnalysisServices.ClrAssemblyFile
Public Sub New (name As String)

Parameters

name
String

A String that contains the name of the ClrAssemblyFile.

Applies to

ClrAssemblyFile(String, ClrAssemblyFileType)

nitializes a new instance of ClrAssemblyFile using the specified name and type.

public ClrAssemblyFile (string name, Microsoft.AnalysisServices.ClrAssemblyFileType type);
new Microsoft.AnalysisServices.ClrAssemblyFile : string * Microsoft.AnalysisServices.ClrAssemblyFileType -> Microsoft.AnalysisServices.ClrAssemblyFile
Public Sub New (name As String, type As ClrAssemblyFileType)

Parameters

name
String

A String that contains the name of the ClrAssemblyFile.

type
ClrAssemblyFileType

An Enumeration indicating the debug status of the ClrAssemblyFile.

Applies to