SPRemoteBlobStorageSettings.SetActiveProviderName Method

Sets the name of the SQL Remote Blob Storage provider to use. This must be one of the names listed by GetProviderNames() or null.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Sub SetActiveProviderName ( _
    providerName As String _
)
'Usage
Dim instance As SPRemoteBlobStorageSettings
Dim providerName As String

instance.SetActiveProviderName(providerName)
public void SetActiveProviderName(
    string providerName
)

Parameters

  • providerName
    Type: System.String

    The name of the provider to use (see GetProviderNames). This can be null if new files should not be stored using SQL Remote Blob Storage.

See Also

Reference

SPRemoteBlobStorageSettings Class

SPRemoteBlobStorageSettings Members

Microsoft.SharePoint.Administration Namespace