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 | |
---|---|---|
ObjectProperty | Initializes a new instance of the ObjectProperty class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
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.. | |
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. | |
ExtendedType | Gets or sets a Boolean property value that specifies whether the property is an extended property or not. | |
KeyIndex | Gets or sets the property key index. | |
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. | |
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. | |
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. | |
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. | |
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.. | |
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.. | |
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.. | |
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.. | |
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. | |
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 | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
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.