Constructeur RestoreInfo (String)
Initializes a new instance of RestoreInfo using file parameter.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Sub New ( _
file As String _
)
'Utilisation
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
)
Paramètres
- file
Type : System. . :: . .String
Name of the file for which information is to be restored.
Voir aussi