SPRemoteBlobStorageSettings.GetProviderNames-Methode
Listet die Namen der SQL-Remote-Blob-Speicher-Anbieter für die Inhaltsdatenbank registriert.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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()
Rückgabewert
Typ: System.Collections.Generic.IList<String>
Eine IList<T>.
Siehe auch
Referenz
SPRemoteBlobStorageSettings Klasse