Classe SfcRelationshipAttribute
Represents a base class for various classes. 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.SfcIgnoreAttribute
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 MustInherit Class SfcRelationshipAttribute _
Inherits Attribute
'Uso
Dim instance As SfcRelationshipAttribute
[AttributeUsageAttribute(AttributeTargets.Property, Inherited = true, AllowMultiple = false)]
public abstract class SfcRelationshipAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Property, Inherited = true, AllowMultiple = false)]
public ref class SfcRelationshipAttribute abstract : public Attribute
[<AbstractClassAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Property, Inherited = true, AllowMultiple = false)>]
type SfcRelationshipAttribute =
class
inherit Attribute
end
public abstract class SfcRelationshipAttribute extends Attribute
O tipo SfcRelationshipAttribute expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
SfcRelationshipAttribute() | Initializes a new instance of the SfcRelationshipAttribute class. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
SfcRelationshipAttribute(SfcRelationship) | Initializes a new instance of the SfcRelationshipAttribute class with the specified relationship to its parent. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
SfcRelationshipAttribute(SfcRelationship, SfcCardinality) | Initializes a new instance of the SfcRelationshipAttribute class with the specified cardinality and relationship to its parent. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
SfcRelationshipAttribute(SfcRelationship, SfcCardinality, Type) | Initializes a new instance of the SfcRelationshipAttribute class with the specified cardinality and relationship to its parent. 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. | |
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. | |
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. | |
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.