Share via


SPRemoteBlobStorageSettings.GetProviderNames Method

Lists the names of the SQL Remote Blob Storage providers registered on the content database.

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

Syntax

'Declaration
Public Function GetProviderNames As IList(Of String)
'Usage
Dim instance As SPRemoteBlobStorageSettings
Dim returnValue As IList(Of String)

returnValue = instance.GetProviderNames()
public IList<string> GetProviderNames()

Return Value

Type: System.Collections.Generic.IList<String>
A IList<T>.

See Also

Reference

SPRemoteBlobStorageSettings Class

SPRemoteBlobStorageSettings Members

Microsoft.SharePoint.Administration Namespace