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