Visual Basic (Declaration) | |
---|---|
<ObsoleteAttribute("This method has been deprecated and will be removed in future versions. Use the "Restore(string logDatabase, string archiveDatabase, Guid archiveID, out string[] feedback)" overload instead.")> Public Overloads Sub Restore( _ ByVal connectionString As String, _ ByVal logDatabase As String, _ ByVal archiveDatabase As String, _ ByVal archiveID As Guid _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As WorkflowManagementServer Dim connectionString As String Dim logDatabase As String Dim archiveDatabase As String Dim archiveID As Guid instance.Restore(connectionString, logDatabase, archiveDatabase, archiveID) |
C# | |
---|---|
[Obsolete("This method has been deprecated and will be removed in future versions. Use the "Restore(string logDatabase, string archiveDatabase, Guid archiveID, out string[] feedback)" overload instead.")] public void Restore( string connectionString, string logDatabase, string archiveDatabase, Guid archiveID ) |
C++/CLI | |
---|---|
[Obsolete("This method has been deprecated and will be removed in future versions. Use the "Restore(string logDatabase, string archiveDatabase, Guid archiveID, out string[] feedback)" overload instead.")] public: void Restore( String^ connectionString, String^ logDatabase, String^ archiveDatabase, Guid archiveID ) |
Parameters
- connectionString
- logDatabase
- archiveDatabase
- archiveID
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2