SPService.GetPreconfiguredDatabaseInfo method

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Function GetPreconfiguredDatabaseInfo ( _
    role As String, _
    farmId As Integer _
) As Dictionary(Of String, String)
'Usage
Dim role As String
Dim farmId As Integer
Dim returnValue As Dictionary(Of String, String)

returnValue = Me.GetPreconfiguredDatabaseInfo(role, _
    farmId)
protected Dictionary<string, string> GetPreconfiguredDatabaseInfo(
    string role,
    int farmId
)

Parameters

Return value

Type: System.Collections.Generic.Dictionary<String, String>

See also

Reference

SPService class

SPService members

Microsoft.SharePoint.Administration namespace