Share via


DataFileAdapter Class

The DataFileAdapter type represents information about a data file.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Utility.DataFileAdapter

Namespace:  Microsoft.SqlServer.Management.Utility
Assembly:  Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)

Syntax

'Declaration
Public Class DataFileAdapter _
    Implements IDataFilePerformanceFacet, IDmfFacet, IDmfAdapter
'Usage
Dim instance As DataFileAdapter
public class DataFileAdapter : IDataFilePerformanceFacet, 
    IDmfFacet, IDmfAdapter
public ref class DataFileAdapter : IDataFilePerformanceFacet, 
    IDmfFacet, IDmfAdapter
type DataFileAdapter =  
    class
        interface IDataFilePerformanceFacet
        interface IDmfFacet
        interface IDmfAdapter
    end
public class DataFileAdapter implements IDataFilePerformanceFacet, IDmfFacet, IDmfAdapter

The DataFileAdapter type exposes the following members.

Constructors

  Name Description
Public method DataFileAdapter Initializes a new instance of the DataFileAdapter class with the specified file.

Top

Properties

  Name Description
Public property SpaceUtilization Gets the parent action sequence.

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.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Remarks

The DataFileAdapter object represents information about a data file. By using the DataFileAdapter object, you can determine the space used by the data file.

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.