Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the version on which support for this property ended. Null if open-ended. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public ReadOnly Property EndVersion As Version
Get
'Usage
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
Property Value
Type: System.Version
The ended version.