SPRemoteBlobStorageSettings.Installed Method
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