SPServiceDsnObjectProvider.GetContentDatabase method
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function GetContentDatabase ( _
id As Guid _
) As SPContentDatabase
'Usage
Dim id As Guid
Dim returnValue As SPContentDatabase
returnValue = SPServiceDsnObjectProvider.GetContentDatabase(id)
public static SPContentDatabase GetContentDatabase(
Guid id
)
Parameters
- id
Type: System.Guid
Return value
Type: Microsoft.SharePoint.Administration.SPContentDatabase
See also
Reference
SPServiceDsnObjectProvider class