Construtor DataFileAdapter
Initializes a new instance of the DataFileAdapter class with the specified file.
Namespace: Microsoft.SqlServer.Management.Utility
Assembly: Microsoft.SqlServer.Management.Utility (em Microsoft.SqlServer.Management.Utility.dll)
Sintaxe
'Declaração
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.
Comentários
Provide the name of the parent Computer object and the name of the processor.