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 | |
---|---|---|
SfcReferenceAttribute(Type) | Initializes a new instance of the SfcReferenceAttribute class with the specified resolver type. | |
SfcReferenceAttribute(Type, array<String[]) | Initializes a new instance of the SfcReferenceAttribute class with the specified resolver type and parameters. | |
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. | |
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. | |
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. | |
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 | |
---|---|---|
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. | |
InstanceResolver | Gets the custom resolver interface. | |
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. | |
Resolver | Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
Type | 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.) | |
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 | |
---|---|---|
Equals | (hérité de Attribute.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Attribute.) | |
GetType | (hérité de Object.) | |
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. | |
IsDefaultAttribute | (hérité de Attribute.) | |
Match | (hérité de Attribute.) | |
MemberwiseClone | (hérité de Object.) | |
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. | |
Resolve<T, S>(S) | Resolves a strongly-typed single target instance from the given source instance. | |
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