Compartilhar via


Construtor ParameterInfo.Key

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

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxe

'Declaração
Public Sub New ( _
    name As String _
)
'Uso
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
)

Parâmetros

Consulte também

Referência

ParameterInfo.Key Classe

Namespace Microsoft.SqlServer.Management.IntegrationServices