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
- role
Type: System.String
- farmId
Type: System.Int32
Return value
Type: System.Collections.Generic.Dictionary<String, String>