Visual Basic (Declaration) | |
---|---|
Public Overloads Function GetRestoreSet( _ ByVal archiveDB As String, _ ByVal restoreGuid As Guid, _ ByVal connectionString As String _ ) As RestoreSet |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As WorkflowManagementServer Dim archiveDB As String Dim restoreGuid As Guid Dim connectionString As String Dim value As RestoreSet value = instance.GetRestoreSet(archiveDB, restoreGuid, connectionString) |
C# | |
---|---|
public RestoreSet GetRestoreSet( string archiveDB, Guid restoreGuid, string connectionString ) |
C++/CLI | |
---|---|
public: RestoreSet^ GetRestoreSet( String^ archiveDB, Guid restoreGuid, String^ connectionString ) |
Parameters
- archiveDB
- restoreGuid
- connectionString
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