Partager via


Classe SfcReferenceAttribute

Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Cette API n'est pas conforme CLS. 

Hiérarchie d'héritage

System.Object
  System.Attribute
    Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcReferenceAttribute

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 := True)> _
<CLSCompliantAttribute(False)> _
Public Class SfcReferenceAttribute _
    Inherits Attribute
'Utilisation
Dim instance As SfcReferenceAttribute
[AttributeUsageAttribute(AttributeTargets.Property, Inherited = true, AllowMultiple = true)]
[CLSCompliantAttribute(false)]
public class SfcReferenceAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Property, Inherited = true, AllowMultiple = true)]
[CLSCompliantAttribute(false)]
public ref class SfcReferenceAttribute : public Attribute
[<AttributeUsageAttribute(AttributeTargets.Property, Inherited = true, AllowMultiple = true)>]
[<CLSCompliantAttribute(false)>]
type SfcReferenceAttribute =  
    class 
        inherit Attribute 
    end
public class SfcReferenceAttribute extends Attribute

Le type SfcReferenceAttribute expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique SfcReferenceAttribute(Type) Initializes a new instance of the SfcReferenceAttribute class with the specified resolver type.
Méthode publique SfcReferenceAttribute(Type, array<String[]) Initializes a new instance of the SfcReferenceAttribute class with the specified resolver type and parameters.
Méthode publique SfcReferenceAttribute(Type, String, array<String[]) Initializes a new instance of the SfcReferenceAttribute class with the specified reference type and urn template. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Méthode publique SfcReferenceAttribute(Type, array<String[], String, array<String[]) Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Méthode publique SfcReferenceAttribute(Type, Type, String, array<String[]) Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Méthode publique SfcReferenceAttribute(Type, array<String[], Type, String, array<String[]) 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
Propriété publique Arguments Gets the arguments for the urnTemplate. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Propriété publique InstanceResolver Gets the custom resolver interface.
Propriété publique Keys Gets or sets the keys that participate in the reference. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Propriété publique Resolver Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Propriété publique Type Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Propriété publique TypeId (hérité de Attribute.)
Propriété publique UrnTemplate Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Attribute.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Attribute.)
Méthode publique GetType (hérité de Object.)
Méthode publique GetUrn Gets the Urn reference from the specified instance. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Méthode publique IsDefaultAttribute (hérité de Attribute.)
Méthode publique Match (hérité de Attribute.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique Resolve(Object) Resolves a single target instance from the given source instance. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Méthode publique Resolve<T, S>(S) Resolves a strongly-typed single target instance from the given source instance.
Méthode publique ToString (hérité de Object.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée _Attribute.GetIDsOfNames (hérité de Attribute.)
Implémentation d'interface expliciteMéthode privée _Attribute.GetTypeInfo (hérité de Attribute.)
Implémentation d'interface expliciteMéthode privée _Attribute.GetTypeInfoCount (hérité de Attribute.)
Implémentation d'interface expliciteMéthode privée _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