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)
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