ActiveDirectoryConnection-Klasse
Definition der LDAP-Verbindung (für beide Active Directory und LDAP-Verbindungen)
Vererbungshierarchie
System.Object
Microsoft.Office.Server.UserProfiles.Connection
Microsoft.Office.Server.UserProfiles.DirectoryServiceConnection
Microsoft.Office.Server.UserProfiles.ActiveDirectoryConnection
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public NotInheritable Class ActiveDirectoryConnection _
Inherits DirectoryServiceConnection
'Usage
Dim instance As ActiveDirectoryConnection
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public sealed class ActiveDirectoryConnection : DirectoryServiceConnection
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.