ActiveDirectorySchemaProperty Classe
Definição
A classe ActiveDirectorySchemaProperty representa uma definição de propriedade de esquema contida na partição de esquema.The ActiveDirectorySchemaProperty class represents a schema property definition that is contained in the schema partition.
public ref class ActiveDirectorySchemaProperty : IDisposable
public class ActiveDirectorySchemaProperty : IDisposable
type ActiveDirectorySchemaProperty = class
interface IDisposable
Public Class ActiveDirectorySchemaProperty
Implements IDisposable
- Herança
-
ActiveDirectorySchemaProperty
- Implementações
Construtores
| ActiveDirectorySchemaProperty(DirectoryContext, String) |
Inicializa uma nova instância da classe ActiveDirectorySchemaProperty.Initializes a new instance of the ActiveDirectorySchemaProperty class. |
Propriedades
| CommonName |
Obtém ou define o CN (Nome comum) do objeto ActiveDirectorySchemaProperty.Gets or sets the Common Name (CN) of the ActiveDirectorySchemaProperty object. |
| Description |
Obtém ou define uma descrição do objeto ActiveDirectorySchemaProperty.Gets or sets a description of the ActiveDirectorySchemaProperty object. |
| IsDefunct |
Obtém ou define um valor que indica se o objeto ActiveDirectorySchemaProperty está expirado.Gets or sets a value indicating whether the ActiveDirectorySchemaProperty object is defunct. |
| IsInAnr |
Obtém ou define um valor que indica se a propriedade do esquema está no ANR definido.Gets or sets a value indicating whether the schema property is in the ANR set. |
| IsIndexed |
Obtém ou define um valor que indica se a propriedade de esquema é indexada no repositório do Active Directory Domain Services.Gets or sets a value indicating whether the schema property is indexed in the Active Directory Domain Services store. |
| IsIndexedOverContainer |
Obtém ou define um valor que indica se a propriedade de esquema é indexada em todos os contêineres.Gets or sets a value indicating whether the schema property is indexed in all containers. |
| IsInGlobalCatalog |
Obtém ou define um valor que indica se a propriedade de esquema está contida no catálogo global.Gets or sets a value indicating whether the schema property is contained in the global catalog. |
| IsOnTombstonedObject |
Obtém ou define um valor que indica se a propriedade de esquema está no objeto de marca de exclusão que contém as propriedades excluídas.Gets or sets a value indicating whether the schema property is in the tombstone object that contains deleted properties. |
| IsSingleValued |
Obtém ou define um valor que indica se a propriedade do esquema é o valor único.Gets or sets a value indicating whether the schema property is single-valued. |
| IsTupleIndexed |
Obtém ou define um valor que indica se há um índice de tupla para essa propriedade de esquema.Gets or sets a value indicating whether there is a tuple index for this schema property. |
| Link |
Obtém um ActiveDirectorySchemaProperty vinculado à propriedade de esquema atual.Gets an ActiveDirectorySchemaProperty that links to the current schema property. |
| LinkId |
Obtém ou define o valor para o identificador de link quando a propriedade de esquema está vinculada.Gets or sets the value for the link identifier when the schema property is linked. |
| Name |
Obtém o ldapDisplayName do objeto ActiveDirectorySchemaProperty.Gets the ldapDisplayName of the ActiveDirectorySchemaProperty object. |
| Oid |
Obtém ou define o OID da propriedade de esquema.Gets or sets the OID of the schema property. |
| RangeLower |
Obtém ou define um valor que representa o valor mínimo ou o comprimento que a propriedade de esquema pode ter.Gets or sets a value that represents the minimum value or length that the schema property can have. |
| RangeUpper |
Obtém ou define um valor que representa o valor máximo ou o comprimento que o objeto ActiveDirectorySchemaProperty pode ter.Gets or sets a value that represents the maximum value or length that the ActiveDirectorySchemaProperty object can have. |
| SchemaGuid |
Obtém ou define o schemaIDGuid para o objeto ActiveDirectorySchemaProperty.Gets or sets the schemaIDGuid for the ActiveDirectorySchemaProperty object. |
| Syntax |
Obtém ou define um objeto ActiveDirectorySyntax que indica o tipo de propriedade (sintaxe) do objeto ActiveDirectorySchemaProperty.Gets or sets an ActiveDirectorySyntax object indicating the property type (syntax) of the ActiveDirectorySchemaProperty object. |
Métodos
| Dispose() |
Libera os recursos usados pelo objeto ActiveDirectorySchemaProperty.Releases the resources that are used by the ActiveDirectorySchemaProperty object. |
| Dispose(Boolean) |
Libera os recursos não gerenciados usados pelo objeto ActiveDirectorySchemaProperty e libera, opcionalmente, os recursos não gerenciados.Releases the unmanaged resources that are used by the ActiveDirectorySchemaProperty 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 ActiveDirectorySchemaProperty na partição de esquema do Active Directory Domain Services que corresponde a um nome e contexto de diretório especificados.Gets an ActiveDirectorySchemaProperty object in the Active Directory Domain Services schema partition that matches a given directory context and name. |
| GetDirectoryEntry() |
Obtém o objeto DirectoryEntry para o objeto ActiveDirectorySchemaProperty.Gets the DirectoryEntry object for the ActiveDirectorySchemaProperty 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 ActiveDirectorySchemaProperty atual para o repositório de diretórios subjacente.Commits all changes to the current ActiveDirectorySchemaProperty object to the underlying directory store. |
| ToString() |
Obtém o nome de exibição LDAP do objeto ActiveDirectorySchemaProperty.Gets the LDAP display name of the ActiveDirectorySchemaProperty object. |