Constructeur DataFileAdapter
Initializes a new instance of the DataFileAdapter class with the specified file.
Espace de noms : Microsoft.SqlServer.Management.Utility
Assembly : Microsoft.SqlServer.Management.Utility (en Microsoft.SqlServer.Management.Utility.dll)
Syntaxe
'Déclaration
Public Sub New ( _
file As DataFile _
)
'Utilisation
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
)
Paramètres
- file
Type : Microsoft.SqlServer.Management.Smo. . :: . .DataFile
A DataFile object value that specifies the data file.
Notes
Provide the name of the parent Computer object and the name of the processor.