共用方式為


SfcVersionAttribute.EndVersion 屬性

Gets the version on which support for this property ended. Null if open-ended. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Public ReadOnly Property EndVersion As Version 
    Get
'用途
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

屬性值

型別:System.Version
The ended version.

請參閱

參考

SfcVersionAttribute 類別

Microsoft.SqlServer.Management.Sdk.Sfc.Metadata 命名空間