Partilhar via


Classe SfcVersionAttribute

Represents an SfcVersionAttribute class to specify supported version of a property or class. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Hierarquia de herança

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

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Property, Inherited := True,  _
    AllowMultiple := False)> _
Public Class SfcVersionAttribute _
    Inherits Attribute
'Uso
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

O tipo SfcVersionAttribute expõe os membros a seguir.

Construtores

  Nome Descrição
Método público SfcVersionAttribute(Int32) Initializes a new instance of the SfcVersionAttribute class with the specified begin major parameter. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Método público SfcVersionAttribute(Int32, Int32) Initializes a new instance of the SfcVersionAttribute class with the specified property versions. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Método público SfcVersionAttribute(Int32, Int32, Int32, Int32) Initializes a new instance of the SfcVersionAttribute class with the specified property versions. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Método público SfcVersionAttribute(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32) Initializes a new instance of the SfcVersionAttribute class with the specified property versions. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Início

Propriedades

  Nome Descrição
Propriedade pública BeginVersion Gets the version on which support for this property started. Null if start version is undefined. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Propriedade pública EndVersion Gets the version on which support for this property ended. Null if open-ended. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Propriedade pública TypeId (Herdado de Attribute.)

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Attribute.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Attribute.)
Método público GetType (Herdado de Object.)
Método público IsDefaultAttribute (Herdado de Attribute.)
Método público Match (Herdado de Attribute.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Implementações de interfaces explícitas

  Nome Descrição
Implementações de interfaces explícitasMétodo privado _Attribute.GetIDsOfNames (Herdado de Attribute.)
Implementações de interfaces explícitasMétodo privado _Attribute.GetTypeInfo (Herdado de Attribute.)
Implementações de interfaces explícitasMétodo privado _Attribute.GetTypeInfoCount (Herdado de Attribute.)
Implementações de interfaces explícitasMétodo privado _Attribute.Invoke (Herdado de Attribute.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.SqlServer.Management.Sdk.Sfc.Metadata