This documentation is archived and is not being maintained.
ApplicationPartition Class
Visual Studio 2010
The ApplicationPartition class represents an application partition for a particular domain.
System::Object
System.DirectoryServices.ActiveDirectory::ActiveDirectoryPartition
System.DirectoryServices.ActiveDirectory::ApplicationPartition
System.DirectoryServices.ActiveDirectory::ActiveDirectoryPartition
System.DirectoryServices.ActiveDirectory::ApplicationPartition
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
The ApplicationPartition type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ApplicationPartition(DirectoryContext, String) | Initializes a new instance of the ApplicationPartition class, using the specified distinguished name. |
![]() | ApplicationPartition(DirectoryContext, String, String) | Initializes a new instance of the ApplicationPartition class, using the specified distinguished name and object class. |
| Name | Description | |
|---|---|---|
![]() | DirectoryServers | Gets an DirectoryServerCollection object that contains the directory servers that host this application partition. |
![]() | Name | Gets the partition name. (Inherited from ActiveDirectoryPartition.) |
![]() | SecurityReferenceDomain | Gets and sets the security reference domain for this application partition. |
| Name | Description | |
|---|---|---|
![]() | Delete | Deletes this application partition. |
![]() | Dispose() | Releases all managed and unmanaged resources that are held by the object. (Inherited from ActiveDirectoryPartition.) |
![]() | Dispose(Boolean) | Releases the managed resources that are used by the ApplicationPartition object and optionally releases unmanaged resources. (Overrides ActiveDirectoryPartition::Dispose(Boolean).) |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | FindAllDirectoryServers() | Returns a ReadOnlyDirectoryServerCollection object that contains all of the directory servers that host this application partition. |
![]() | FindAllDirectoryServers(String) | Returns an ReadOnlyDirectoryServerCollection object that contains all of the directory servers that host this application partition in the specified site. |
![]() | FindAllDiscoverableDirectoryServers() | Returns a ReadOnlyDirectoryServerCollection object that contains all of the directory servers that have registered either a site-specific DNS record for the current site or a non-site-specific DNS record for the application partition. |
![]() | FindAllDiscoverableDirectoryServers(String) | Returns a ReadOnlyDirectoryServerCollection object that contains all of the directory servers that have registered a site-specific DNS record, for the specified site, for the application partition. |
![]() ![]() | FindByName | Returns an ApplicationPartition object for a given DirectoryContext object and distinguished name. |
![]() | FindDirectoryServer() | Returns a DirectoryServer object for this application partition and current site. |
![]() | FindDirectoryServer(Boolean) | Returns a DirectoryServer object for the application partition and current site with an option to ignore cached information. |
![]() | FindDirectoryServer(String) | Returns a DirectoryServer object for the application partition and a specified site. |
![]() | FindDirectoryServer(String, Boolean) | Returns a DirectoryServer object for this application partition for a specified site, with an option to ignore cached information. |
![]() ![]() | GetApplicationPartition | Returns an ApplicationPartition object for a specified directory context. |
![]() | GetDirectoryEntry | Gets a DirectoryEntry object for this application partition. (Overrides ActiveDirectoryPartition::GetDirectoryEntry().) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Save | Commits all changes to the current application partition object to the underlying directory store. |
![]() | ToString | Retrieves a string representation of the current directory partition. (Inherited from ActiveDirectoryPartition.) |
- DirectoryServicesPermission
Demand value: LinkDemand
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
