Partilhar via


Classe ObjectProperty

Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.. Specifies attributes of SQL Server Management Objects (SMO) object properties.

Hierarquia de herança

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.ObjectProperty
    Microsoft.SqlServer.Management.Sdk.Sfc.SqlObjectProperty

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class ObjectProperty
'Uso
Dim instance As ObjectProperty
[SerializableAttribute]
[ComVisibleAttribute(false)]
public class ObjectProperty
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class ObjectProperty
[<SerializableAttribute>]
[<ComVisibleAttribute(false)>]
type ObjectProperty =  class end
public class ObjectProperty

O tipo ObjectProperty expõe os membros a seguir.

Construtores

  Nome Descrição
Método público ObjectProperty Initializes a new instance of the ObjectProperty class.

Início

Propriedades

  Nome Descrição
Propriedade pública DefaultValue Gets or sets the default value of the property. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server..
Propriedade pública Expensive Gets or sets a Boolean property value that specifies whether the object property is expensive in terms of time taken to load and initialize.
Propriedade pública ExtendedType Gets or sets a Boolean property value that specifies whether the property is an extended property or not.
Propriedade pública KeyIndex Gets or sets the property key index.
Propriedade pública Name Gets or sets a value that indicates the name of the property. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Propriedade pública PropertyMode Gets or sets a value that indicates the mode of the property. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Propriedade pública ReadOnly Gets or sets the Boolean property value that specifies whether the property is read-only or read/write. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Propriedade pública ReadOnlyAfterCreation Gets or sets a value that indicates whether the property is read only after creation. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Propriedade pública ReferenceKeys Gets or sets the information about the keys that makes up the reference. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server..
Propriedade pública ReferenceTemplate Gets or sets a value that indicates the URN (Uniform Resource Name) template for an object reference. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server..
Propriedade pública ReferenceTemplateParameters Gets or sets the information about the keys that make up the reference. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server..
Propriedade pública ReferenceType Gets or sets the type pointed to by object reference. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server..
Propriedade pública Type Gets or sets a value that indicates the type of the property. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Propriedade pública Usage Gets or sets the accepted usages for the property. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.SqlServer.Management.Sdk.Sfc