Share via


MpuSqlClrWrapper Class

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. Represents a wrapper class for MPU Shared procedures in SQL Server CLR Integration.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Shared.MpuSql.MpuSqlClrWrapper

Namespace:  Microsoft.SqlServer.Management.Shared.MpuSql
Assembly:  Microsoft.SqlServer.MpuSqlClrWrapper (in Microsoft.SqlServer.MpuSqlClrWrapper.dll)

Syntax

'Declaration
Public NotInheritable Class MpuSqlClrWrapper
'Usage
Dim instance As MpuSqlClrWrapper
public sealed class MpuSqlClrWrapper
public ref class MpuSqlClrWrapper sealed
[<SealedAttribute>]
type MpuSqlClrWrapper =  class end
public final class MpuSqlClrWrapper

The MpuSqlClrWrapper type exposes the following members.

Constructors

  Name Description
Public method MpuSqlClrWrapper Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. Initializes a new instance of the MpuSqlClrWrapper class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public methodStatic member GetVolumeFreeSpaceInKB Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. Gets the amount of free space, in kilobytes (KB), of the volume of the specified file.
Protected method MemberwiseClone (Inherited from Object.)
Public methodStatic member ProcessorUsage Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. Returns the processor usage value using an imported function and the performance counter.
Public method ToString (Inherited from Object.)

Top

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.