Partager via


Propriété SfcVersionAttribute.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.

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
Public ReadOnly Property EndVersion As Version 
    Get
'Utilisation
Dim instance As SfcVersionAttribute 
Dim value As Version 

value = instance.EndVersion
public Version EndVersion { get; }
public:
property Version^ EndVersion {
    Version^ get ();
}
member EndVersion : Version
function get EndVersion () : Version

Valeur de propriété

Type : System.Version
The ended version.

Voir aussi

Référence

SfcVersionAttribute Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc.Metadata