Classe SqlObjectProperty
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
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
<ComVisibleAttribute(False)> _
Public Class SqlObjectProperty _
Inherits ObjectProperty
'Uso
Dim instance As SqlObjectProperty
[ComVisibleAttribute(false)]
public class SqlObjectProperty : ObjectProperty
[ComVisibleAttribute(false)]
public ref class SqlObjectProperty : public ObjectProperty
[<ComVisibleAttribute(false)>]
type SqlObjectProperty =
class
inherit ObjectProperty
end
public class SqlObjectProperty extends ObjectProperty
O tipo SqlObjectProperty expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
SqlObjectProperty | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Alias | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
DBType | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
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. (Herdado de ObjectProperty.) | |
Expensive | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Gets or sets a Boolean property value that specifies whether the object property is expensive in terms of time taken to load and initialize. (Herdado de ObjectProperty.) | |
ExtendedType | Gets or sets a Boolean property value that specifies whether the property is an extended property or not. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de ObjectProperty.) | |
KeyIndex | Gets or sets the property key index. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de ObjectProperty.) | |
LinkFields | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
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. (Herdado de ObjectProperty.) | |
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. (Herdado de ObjectProperty.) | |
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. (Herdado de ObjectProperty.) | |
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. (Herdado de ObjectProperty.) | |
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. (Herdado de ObjectProperty.) | |
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. (Herdado de ObjectProperty.) | |
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. (Herdado de ObjectProperty.) | |
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. (Herdado de ObjectProperty.) | |
SessionValue | Gets or sets the temporary value. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
Size | 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. (Herdado de ObjectProperty.) | |
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. (Herdado de ObjectProperty.) | |
Value | Gets or sets the tsql value 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 | |
---|---|---|
Add | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
GetValue | Returns the value of the property. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
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.