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.
Checks to see if SQL Remote Blob Storage is installed on the content database, updating the value of the Installed property if needed.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Function Installed As Boolean
'Usage
Dim instance As SPRemoteBlobStorageSettings
Dim returnValue As Boolean
returnValue = instance.Installed()
public bool Installed()
Return Value
Type: System.Boolean
A Boolean = true if needed.
See Also
Reference
SPRemoteBlobStorageSettings Class