Freigeben über


SfcVersionAttribute.EndVersion-Eigenschaft

Gets the version on which support for this property ended. Null if open-ended. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

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

Eigenschaftswert

Typ: System.Version
The ended version.

Siehe auch

Verweis

SfcVersionAttribute Klasse

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