SPRemoteBlobStorageSettings.GetProviderNames 方法
列出的注册内容数据库的 SQL 远程 Blob 存储提供程序的名称。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Function GetProviderNames As IList(Of String)
用法
Dim instance As SPRemoteBlobStorageSettings
Dim returnValue As IList(Of String)
returnValue = instance.GetProviderNames()
public IList<string> GetProviderNames()
返回值
类型:System.Collections.Generic.IList<String>
IList<T> 。