ParameterInfo.Key Constructor
Initializes a new instance of the ParameterInfo.Key class with the specified name.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public Sub New ( _
name As String _
)
'Usage
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
)
Parameters
- name
Type: System.String
The specified name.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace