次の方法で共有


ValidationOperation.Key コンストラクター

指定した識別子を使用して、ValidationOperation.Key クラスの新しいインスタンスを初期化します。

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

構文

'宣言
Public Sub New ( _
    id As Long _
)
'使用
Dim id As Long 

Dim instance As New ValidationOperation.Key(id)
public Key(
    long id
)
public:
Key(
    long long id
)
new : 
        id:int64 -> Key
public function ValidationOperation.Key(
    id : long
)

パラメーター

関連項目

参照

ValidationOperation.Key クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間