Classe SfcVersionAttribute
Represents an SfcVersionAttribute class to specify supported version of a property or class. 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.SfcVersionAttribute
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.Class Or AttributeTargets.Property, Inherited := True, _
AllowMultiple := False)> _
Public Class SfcVersionAttribute _
Inherits Attribute
'Utilisation
Dim instance As SfcVersionAttribute
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Property, Inherited = true,
AllowMultiple = false)]
public class SfcVersionAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class|AttributeTargets::Property, Inherited = true,
AllowMultiple = false)]
public ref class SfcVersionAttribute : public Attribute
[<AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Property, Inherited = true,
AllowMultiple = false)>]
type SfcVersionAttribute =
class
inherit Attribute
end
public class SfcVersionAttribute extends Attribute
Le type SfcVersionAttribute expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
SfcVersionAttribute(Int32) | Initializes a new instance of the SfcVersionAttribute class with the specified begin major parameter. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
SfcVersionAttribute(Int32, Int32) | Initializes a new instance of the SfcVersionAttribute class with the specified property versions. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
SfcVersionAttribute(Int32, Int32, Int32, Int32) | Initializes a new instance of the SfcVersionAttribute class with the specified property versions. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
SfcVersionAttribute(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32) | Initializes a new instance of the SfcVersionAttribute class with the specified property versions. 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 | |
---|---|---|
BeginVersion | Gets the version on which support for this property started. Null if start version is undefined. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
EndVersion | Gets the version on which support for this property ended. Null if open-ended. 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