共用方式為


SPRemoteBlobStorageSettings.GetProviderNames method

列出內容資料庫上註冊 SQL 遠端 Blob 存放區提供者的名稱。

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

Syntax

'宣告
Public Function GetProviderNames As IList(Of String)
'用途
Dim instance As SPRemoteBlobStorageSettings
Dim returnValue As IList(Of String)

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

傳回值

Type: System.Collections.Generic.IList<String>
IList<T> 中。

請參閱

參照

SPRemoteBlobStorageSettings class

SPRemoteBlobStorageSettings members

Microsoft.SharePoint.Administration namespace