Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.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