SfcVersionAttribute コンストラクター (Int32)

指定した開始メジャー パラメーターを使用して、SfcVersionAttribute クラスの新しいインスタンスを初期化します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Public Sub New ( _
    beginMajor As Integer _
)
'使用
Dim beginMajor As Integer 

Dim instance As New SfcVersionAttribute(beginMajor)
public SfcVersionAttribute(
    int beginMajor
)
public:
SfcVersionAttribute(
    int beginMajor
)
new : 
        beginMajor:int -> SfcVersionAttribute
public function SfcVersionAttribute(
    beginMajor : int
)

パラメーター

  • beginMajor
    型: System.Int32
    このプロパティのサポートを開始するバージョンです。

関連項目

参照

SfcVersionAttribute クラス

SfcVersionAttribute オーバーロード

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