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.