ActiveDirectorySiteLinkBridge Classe
Definição
A classe ActiveDirectorySiteLinkBridge representa um conjunto de links de site que se comunicam por meio de um transporte.The ActiveDirectorySiteLinkBridge class represents a set of site links that communicate through a transport.
public ref class ActiveDirectorySiteLinkBridge : IDisposable
public class ActiveDirectorySiteLinkBridge : IDisposable
type ActiveDirectorySiteLinkBridge = class
interface IDisposable
Public Class ActiveDirectorySiteLinkBridge
Implements IDisposable
- Herança
-
ActiveDirectorySiteLinkBridge
- Implementações
Construtores
| ActiveDirectorySiteLinkBridge(DirectoryContext, String) |
Inicializa uma nova instância da classe ActiveDirectorySiteLinkBridge usando o objeto DirectoryContext e o nome especificados.Initializes a new instance of the ActiveDirectorySiteLinkBridge class using the specified DirectoryContext object and name. |
| ActiveDirectorySiteLinkBridge(DirectoryContext, String, ActiveDirectoryTransportType) |
Inicializa uma instância da classe ActiveDirectorySiteLinkBridge usando o objeto DirectoryContext, o nome e o tipo de transporte especificados.Initializes an instance of the ActiveDirectorySiteLinkBridge class using the specified DirectoryContext object, name, and transport type. |
Propriedades
| Name |
Obtém o nome do objeto ActiveDirectorySiteLinkBridge.Gets the name of the ActiveDirectorySiteLinkBridge object. |
| SiteLinks |
Obtém uma coleção de objetos de link de site associados a um objeto ActiveDirectorySiteLinkBridge.Gets a collection of site link objects that are associated with the ActiveDirectorySiteLinkBridge object. |
| TransportType |
Obtém o tipo de transporte para o objeto ActiveDirectorySiteLinkBridge.Gets the transport type for the ActiveDirectorySiteLinkBridge object. |
Métodos
| Delete() |
Exclui a ponte de link de site.Deletes the site link bridge. |
| Dispose() |
Libera os recursos usados pelo objeto ActiveDirectorySiteLinkBridge.Releases the resources that are used by the ActiveDirectorySiteLinkBridge object. |
| Dispose(Boolean) |
Libera os recursos não gerenciados usados pelo objeto ActiveDirectorySiteLinkBridge e libera, opcionalmente, os recursos não gerenciados.Releases the unmanaged resources that are used by the ActiveDirectorySiteLinkBridge object and, optionally, releases unmanaged resources. |
| Equals(Object) |
Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object. (Herdado de Object) |
| FindByName(DirectoryContext, String) |
Obtém um objeto ActiveDirectorySiteLinkBridge que corresponde a um nome e contexto de diretório apenas para o protocolo de transporte RPC.Gets a ActiveDirectorySiteLinkBridge object that matches a given directory context and name for the RPC transport protocol only. |
| FindByName(DirectoryContext, String, ActiveDirectoryTransportType) |
Obtém um objeto ActiveDirectorySiteLinkBridge que corresponde a um contexto de diretório, nome e tipo de transporte especificados.Gets a ActiveDirectorySiteLinkBridge object that matches a given directory context, name, and transport type. |
| GetDirectoryEntry() |
Obtém o objeto DirectoryEntry para o objeto ActiveDirectorySiteLinkBridge.Gets the DirectoryEntry object for the ActiveDirectorySiteLinkBridge object. |
| GetHashCode() |
Serve como a função de hash padrão.Serves as the default hash function. (Herdado de Object) |
| GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| Save() |
Confirma todas as alterações no objeto ActiveDirectorySiteLinkBridge atual para o repositório de diretórios subjacente.Commits all changes to the current ActiveDirectorySiteLinkBridge object to the underlying directory store. |
| ToString() |
Obtém o nome do objeto ActiveDirectorySiteLinkBridge.Gets the name of the ActiveDirectorySiteLinkBridge object. |