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.StringThe identity of a database.
Return value
Type: Microsoft.Exchange.Configuration.Tasks.DatabaseIdParameter
A new database identifier.
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.