DatabaseIdParameter.Parse Method
Returns a new instance of the DatabaseIdParameter class from the specified database identity string.
Namespace: Microsoft.Exchange.Configuration.Tasks
Assembly: Microsoft.Exchange.Configuration.ObjectModel (in Microsoft.Exchange.Configuration.ObjectModel.dll)
Syntax
'Declaration
Public Shared Function Parse ( _
identity As String _
) As DatabaseIdParameter
'Usage
Dim identity As String
Dim returnValue As DatabaseIdParameter
returnValue = DatabaseIdParameter.Parse(identity)
public static DatabaseIdParameter Parse(
string identity
)
Parameters
- identity
Type: System.String
The identity of a database.
Return Value
Type: Microsoft.Exchange.Configuration.Tasks.DatabaseIdParameter
A new instance of the DatabaseIdParameter class.
Remarks
Calling the Parse(String) method is the same as calling the DatabaseIdParameter(String) constructor. For more information about the valid database identifier formats, see the DatabaseIdParameter(String) constructor.