Clase SfcRelationshipAttribute
Represents a base class for various classes. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Jerarquía de herencia
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
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
<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
El tipo SfcRelationshipAttribute expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
SfcRelationshipAttribute() | Initializes a new instance of the SfcRelationshipAttribute class. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
SfcRelationshipAttribute(SfcRelationship) | Initializes a new instance of the SfcRelationshipAttribute class with the specified relationship to its parent. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
SfcRelationshipAttribute(SfcRelationship, SfcCardinality) | Initializes a new instance of the SfcRelationshipAttribute class with the specified cardinality and relationship to its parent. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
SfcRelationshipAttribute(SfcRelationship, SfcCardinality, Type) | Initializes a new instance of the SfcRelationshipAttribute class with the specified cardinality and relationship to its parent. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Cardinality | Gets or sets the cardinality of the type in relationship to its parent. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
ContainsType | Gets or sets the type that container holds. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
Relationship | Gets or sets the relationship to its parent. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
TypeId | (Se hereda de Attribute.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Attribute.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Attribute.) | |
GetType | (Se hereda de Object.) | |
IsDefaultAttribute | (Se hereda de Attribute.) | |
Match | (Se hereda de Attribute.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
_Attribute.GetIDsOfNames | (Se hereda de Attribute.) | |
_Attribute.GetTypeInfo | (Se hereda de Attribute.) | |
_Attribute.GetTypeInfoCount | (Se hereda de Attribute.) | |
_Attribute.Invoke | (Se hereda de Attribute.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc.Metadata