GetRestoreSets(String,String) Method
See Also 
SourceCode.Workflow.Management Namespace > WorkflowManagementServer Class > GetRestoreSets Method : GetRestoreSets(String,String) Method



archiveDB
connectionString

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Function GetRestoreSets( _
   ByVal archiveDB As String, _
   ByVal connectionString As String _
) As RestoreSets
Visual Basic (Usage) Copy Code
Dim instance As WorkflowManagementServer
Dim archiveDB As String
Dim connectionString As String
Dim value As RestoreSets
 
value = instance.GetRestoreSets(archiveDB, connectionString)
C#  
public RestoreSets GetRestoreSets( 
   string archiveDB,
   string connectionString
)
C++/CLI  
public:
RestoreSets^ GetRestoreSets( 
   String^ archiveDB,
   String^ connectionString
) 

Parameters

archiveDB
connectionString

Requirements

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

See Also