Konstruktor RestoreInfo (String)
Inicjuje nowe wystąpienie RestoreInfo za pomocą parametru pliku.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Sub New ( _
file As String _
)
'Użycie
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
)
Parametry
- file
Typ: System.String
Nazwa pliku, dla którego informacje są przywrócone.
Zobacz także