Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the type of ClrAssemblyFile; where type refers to debug status.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property Type As ClrAssemblyFileType
Get
Set
'Usage
Dim instance As ClrAssemblyFile
Dim value As ClrAssemblyFileType
value = instance.Type
instance.Type = value
public ClrAssemblyFileType Type { get; set; }
public:
property ClrAssemblyFileType Type {
ClrAssemblyFileType get ();
void set (ClrAssemblyFileType value);
}
member Type : ClrAssemblyFileType with get, set
function get Type () : ClrAssemblyFileType
function set Type (value : ClrAssemblyFileType)
Property Value
Type: Microsoft.AnalysisServices.ClrAssemblyFileType
The debug status.