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

このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

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

構文

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

Dim instance As New SfcKeyAttribute(position)
public SfcKeyAttribute(
    int position
)
public:
SfcKeyAttribute(
    int position
)
new : 
        position:int -> SfcKeyAttribute
public function SfcKeyAttribute(
    position : int
)

パラメーター

  • position
    型: System.Int32
    属性の特定の位置です。

関連項目

参照

SfcKeyAttribute クラス

SfcKeyAttribute オーバーロード

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