SPRemoteBlobStorageSettings.GetProviderNames - Méthode
Répertorie les noms des fournisseurs de stockage Blob distant SQL enregistrés dans la base de données de contenu.
Espace de noms : Microsoft.SharePoint.Administration
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Function GetProviderNames As IList(Of String)
'Utilisation
Dim instance As SPRemoteBlobStorageSettings
Dim returnValue As IList(Of String)
returnValue = instance.GetProviderNames()
public IList<string> GetProviderNames()
Valeur renvoyée
Type : System.Collections.Generic.IList<String>
Un IList<T>.
Voir aussi
Référence
SPRemoteBlobStorageSettings classe