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 네임스페이스