BackupInfo 생성자 (String)
Initializes a new instance of the BackupInfo class using the file name to backup to.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Sub New ( _
file As String _
)
‘사용 방법
Dim file As String
Dim instance As New BackupInfo(file)
public BackupInfo(
string file
)
public:
BackupInfo(
String^ file
)
new :
file:string -> BackupInfo
public function BackupInfo(
file : String
)
매개 변수
- file
유형: System.String
The name of the file to backup to.