ClrAssemblyFile.Type Property

 

Applies To: SQL Server (starting with 2016)

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

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

Syntax

public ClrAssemblyFileType Type { get; set; }
public:
property ClrAssemblyFileType Type {
    ClrAssemblyFileType get();
    void set(ClrAssemblyFileType value);
}
member Type : ClrAssemblyFileType with get, set
Public Property Type As ClrAssemblyFileType

Property Value

Type: Microsoft.AnalysisServices.ClrAssemblyFileType

The debug status.

See Also

ClrAssemblyFile Class
Microsoft.AnalysisServices Namespace

Return to top