DataFileAdapter 构造函数

Initializes a new instance of the DataFileAdapter class with the specified file.

命名空间:  Microsoft.SqlServer.Management.Utility
程序集:  Microsoft.SqlServer.Management.Utility(在 Microsoft.SqlServer.Management.Utility.dll 中)

语法

声明
Public Sub New ( _
    file As DataFile _
)
用法
Dim file As DataFile 

Dim instance As New DataFileAdapter(file)
public DataFileAdapter(
    DataFile file
)
public:
DataFileAdapter(
    DataFile^ file
)
new : 
        file:DataFile -> DataFileAdapter
public function DataFileAdapter(
    file : DataFile
)

参数

注释

Provide the name of the parent Computer object and the name of the processor.

请参阅

参考

DataFileAdapter 类

Microsoft.SqlServer.Management.Utility 命名空间