DataFileAdapter Constructor
Initializes a new instance of the DataFileAdapter class with the specified file.
Espacio de nombres: Microsoft.SqlServer.Management.Utility
Ensamblado: Microsoft.SqlServer.Management.Utility (en Microsoft.SqlServer.Management.Utility.dll)
Sintaxis
'Declaración
Public Sub New ( _
file As DataFile _
)
'Uso
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
)
Parámetros
- file
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .DataFile
A DataFile object value that specifies the data file.
Comentarios
Provide the name of the parent Computer object and the name of the processor.
Vea también