DataFileAdapter(DataFile) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the DataFileAdapter class with the specified file.
public:
DataFileAdapter(Microsoft::SqlServer::Management::Smo::DataFile ^ file);
public DataFileAdapter(Microsoft.SqlServer.Management.Smo.DataFile file);
new Microsoft.SqlServer.Management.Utility.DataFileAdapter : Microsoft.SqlServer.Management.Smo.DataFile -> Microsoft.SqlServer.Management.Utility.DataFileAdapter
Public Sub New (file As DataFile)
Parameters
Remarks
Provide the name of the parent Computer object and the name of the processor.