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