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
)
매개 변수
- file
유형: Microsoft.SqlServer.Management.Smo. . :: . .DataFile
A DataFile object value that specifies the data file.
주의
Provide the name of the parent Computer object and the name of the processor.