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 | |
---|---|---|
DataFileAdapter | Initializes a new instance of the DataFileAdapter class with the specified file. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.