SPContentDatabase.RemoteBlobStorageSettings property

Gets an object that holds settings that determine how the content database uses Microsoft SQL Server Remote Blob Storage.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property RemoteBlobStorageSettings As SPRemoteBlobStorageSettings
    Get
'Usage
Dim instance As SPContentDatabase
Dim value As SPRemoteBlobStorageSettings

value = instance.RemoteBlobStorageSettings
public SPRemoteBlobStorageSettings RemoteBlobStorageSettings { get; }

Property value

Type: Microsoft.SharePoint.Administration.SPRemoteBlobStorageSettings
The settings that govern how the content database uses Microsoft SQL Server Remote Blob Storage.

See also

Reference

SPContentDatabase class

SPContentDatabase members

Microsoft.SharePoint.Administration namespace