Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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