ParameterInfo.Key コンストラクター

指定した名前を使用して、ParameterInfo.Key クラスの新しいインスタンスを初期化します。

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

構文

'宣言
Public Sub New ( _
    name As String _
)
'使用
Dim name As String 

Dim instance As New ParameterInfo.Key(name)
public Key(
    string name
)
public:
Key(
    String^ name
)
new : 
        name:string -> Key
public function ParameterInfo.Key(
    name : String
)

パラメーター

関連項目

参照

ParameterInfo.Key クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間