Compartir a través de


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

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.