Compartir a través de


ParameterInfo.Key Constructor

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

Espacio de nombres:  Microsoft.SqlServer.Management.IntegrationServices
Ensamblado:  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxis

'Declaración
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

Vea también

Referencia

ParameterInfo.Key Clase

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices