SfcVersionAttribute.EndVersion プロパティ

このプロパティのサポートが終了するバージョンを取得します。 終了の制約がない場合は NULL です。 このメンバーをコード内で直接参照しないでください。このメンバーは、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
終了バージョンです。

関連項目

参照

SfcVersionAttribute クラス

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