SPRemoteBlobStorageSettings.SetActiveProviderName 方法
设置要使用的 SQL 远程 Blob 存储提供程序的名称。这必须是一个 GetProviderNames() 或空值的列的名称。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Sub SetActiveProviderName ( _
providerName As String _
)
用法
Dim instance As SPRemoteBlobStorageSettings
Dim providerName As String
instance.SetActiveProviderName(providerName)
public void SetActiveProviderName(
string providerName
)
参数
providerName
类型:System.String要使用的提供程序的名称 (见 GetProviderNames)。这能不应使用 SQL 远程 Blob 存储存储新文件的情况下为空。