Classe SfcObjectAttribute
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Hierarquia de herança
System. . :: . .Object
System. . :: . .Attribute
Microsoft.SqlServer.Management.Sdk.Sfc.Metadata. . :: . .SfcRelationshipAttribute
Microsoft.SqlServer.Management.Sdk.Sfc.Metadata..::..SfcObjectAttribute
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
<AttributeUsageAttribute(AttributeTargets.Property, Inherited := True, AllowMultiple := False)> _
Public Class SfcObjectAttribute _
Inherits SfcRelationshipAttribute
'Uso
Dim instance As SfcObjectAttribute
[AttributeUsageAttribute(AttributeTargets.Property, Inherited = true, AllowMultiple = false)]
public class SfcObjectAttribute : SfcRelationshipAttribute
[AttributeUsageAttribute(AttributeTargets::Property, Inherited = true, AllowMultiple = false)]
public ref class SfcObjectAttribute : public SfcRelationshipAttribute
[<AttributeUsageAttribute(AttributeTargets.Property, Inherited = true, AllowMultiple = false)>]
type SfcObjectAttribute =
class
inherit SfcRelationshipAttribute
end
public class SfcObjectAttribute extends SfcRelationshipAttribute
O tipo SfcObjectAttribute expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
SfcObjectAttribute() () () () | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
SfcObjectAttribute(Type) | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
SfcObjectAttribute(SfcObjectCardinality) | Initializes a new instance of the SfcObjectAttribute class with the specified cardinality. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
SfcObjectAttribute(SfcObjectFlags) | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
SfcObjectAttribute(SfcObjectRelationship) | Initializes a new instance of the SfcObjectAttribute class with the specified relationship. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
SfcObjectAttribute(Type, SfcObjectFlags) | Initializes a new instance of the SfcObjectAttribute class with the specified flag and the type contains. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
SfcObjectAttribute(SfcContainerCardinality, Type) | Initializes a new instance of the SfcObjectAttribute class with the specified type and cardinality. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
SfcObjectAttribute(SfcObjectCardinality, SfcObjectFlags) | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
SfcObjectAttribute(SfcObjectRelationship, SfcObjectCardinality) | Initializes a new instance of the SfcObjectAttribute class with the specified relationship and cardinality to its parent. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
SfcObjectAttribute(SfcObjectRelationship, SfcObjectFlags) | Initializes a new instance of the SfcObjectAttribute class with the specified flag and relationship to its parent. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
SfcObjectAttribute(SfcContainerCardinality, Type, SfcObjectFlags) | Initializes a new instance of the SfcObjectAttribute class with the specified type and cardinality. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
SfcObjectAttribute(SfcContainerRelationship, SfcContainerCardinality, Type) | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
SfcObjectAttribute(SfcObjectRelationship, SfcObjectCardinality, SfcObjectFlags) | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
SfcObjectAttribute(SfcContainerRelationship, SfcContainerCardinality, Type, SfcObjectFlags) | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Cardinality | Gets or sets the cardinality of the type in relationship to its parent. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcRelationshipAttribute.) | |
ContainsType | Gets or sets the type that container holds. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcRelationshipAttribute.) | |
Deploy | Gets or sets a value indicating whether to deploy the specified flags. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
Design | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
Flags | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
NaturalOrder | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
Relationship | Gets or sets the relationship to its parent. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcRelationshipAttribute.) | |
TypeId | (Herdado de Attribute.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Attribute.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Attribute.) | |
GetType | (Herdado de Object.) | |
IsDefaultAttribute | (Herdado de Attribute.) | |
Match | (Herdado de Attribute.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
_Attribute. . :: . .GetIDsOfNames | (Herdado de Attribute.) | |
_Attribute. . :: . .GetTypeInfo | (Herdado de Attribute.) | |
_Attribute. . :: . .GetTypeInfoCount | (Herdado de Attribute.) | |
_Attribute. . :: . .Invoke | (Herdado de Attribute.) |
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.