Share via


BusinessDataCatalogConnection-Klasse

Repräsentiert eine Verbindung zu einem Datenspeicher von Line-of-Business (LOB).

Vererbungshierarchie

System.Object
  Microsoft.Office.Server.UserProfiles.Connection
    Microsoft.Office.Server.UserProfiles.BusinessDataCatalogConnection

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class BusinessDataCatalogConnection _
    Inherits Connection
'Usage
Dim instance As BusinessDataCatalogConnection
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class BusinessDataCatalogConnection : Connection

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

BusinessDataCatalogConnection-Member

Microsoft.Office.Server.UserProfiles-Namespace