SPFarm.ExternalBinaryStoreClassId, propriété (Microsoft.SharePoint.Administration)

Gets the class id that is associated with the external binary store (EBS).

Espace de noms : Microsoft.SharePoint.Administration
Assembly : Microsoft.SharePoint (dans microsoft.sharepoint.dll)

Syntaxe

'Déclaration
Public Property ExternalBinaryStoreClassId As Guid
'Utilisation
Dim instance As SPFarm
Dim value As Guid

value = instance.ExternalBinaryStoreClassId

instance.ExternalBinaryStoreClassId = value
public Guid ExternalBinaryStoreClassId { get; set; }

Valeur de la propriété

Returns Guid that represents the class id of the binary large object (BLOB).

Notes

Each Web server and timer process that manages specific types of information, such as binary large objects, can use external storage rather than storing them in the Windows SharePoint Services content database.

Voir aussi

Référence

SPFarm, classe
Membres SPFarm
Microsoft.SharePoint.Administration, espace de noms

Autres ressources

External Storing of Binary Large Objects (BLOBs) in Windows SharePoint Services
Installing and Configuring Your BLOB Provider