SPContentDatabasePipeBind.Read Method
Retrieves the SPContentDatabase object that corresponds to the parameters that were passed to the current SPContentDatabasePipeBind object when it was constructed.
Namespace: Microsoft.SharePoint.PowerShell
Assembly: Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)
Syntax
'Declaration
Public Function Read As SPContentDatabase
'Usage
Dim instance As SPContentDatabasePipeBind
Dim returnValue As SPContentDatabase
returnValue = instance.Read()
public SPContentDatabase Read()
Return Value
Type: Microsoft.SharePoint.Administration.SPContentDatabase
This method returns the SPContentDatabase object that corresponds to the current pipebind object. If the object cannot be found, this method returns null.
See Also
Reference
SPContentDatabasePipeBind Class