Costruttore DataFileAdapter

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

Spazio dei nomi  Microsoft.SqlServer.Management.Utility
Assembly:  Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    file As DataFile _
)
'Utilizzo
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
)

Parametri

Osservazioni

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

Vedere anche

Riferimento

DataFileAdapter Classe

Spazio dei nomi Microsoft.SqlServer.Management.Utility