ParameterInfo.Key 构造函数

Initializes a new instance of the ParameterInfo.Key class with the specified name.

命名空间:  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 命名空间