Classe SfcRelationshipAttribute
Represents a base class for various classes. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Hiérarchie d'héritage
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
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
<AttributeUsageAttribute(AttributeTargets.Property, Inherited := True, AllowMultiple := False)> _
Public MustInherit Class SfcRelationshipAttribute _
Inherits Attribute
'Utilisation
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
Le type SfcRelationshipAttribute expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
SfcRelationshipAttribute() | Initializes a new instance of the SfcRelationshipAttribute class. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
SfcRelationshipAttribute(SfcRelationship) | Initializes a new instance of the SfcRelationshipAttribute class with the specified relationship to its parent. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
SfcRelationshipAttribute(SfcRelationship, SfcCardinality) | Initializes a new instance of the SfcRelationshipAttribute class with the specified cardinality and relationship to its parent. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
SfcRelationshipAttribute(SfcRelationship, SfcCardinality, Type) | Initializes a new instance of the SfcRelationshipAttribute class with the specified cardinality and relationship to its parent. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Cardinality | Gets or sets the cardinality of the type in relationship to its parent. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
ContainsType | Gets or sets the type that container holds. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
Relationship | Gets or sets the relationship to its parent. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
TypeId | (hérité de Attribute.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Attribute.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Attribute.) | |
GetType | (hérité de Object.) | |
IsDefaultAttribute | (hérité de Attribute.) | |
Match | (hérité de Attribute.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Implémentations d'interfaces explicites
Nom | Description | |
---|---|---|
_Attribute.GetIDsOfNames | (hérité de Attribute.) | |
_Attribute.GetTypeInfo | (hérité de Attribute.) | |
_Attribute.GetTypeInfoCount | (hérité de Attribute.) | |
_Attribute.Invoke | (hérité de Attribute.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc.Metadata