Compartir a través de


EnvironmentVariable.Key Constructor

Initializes a new instance of the EnvironmentVariable.Key class that takes the key 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 ( _
    managedInstanceName As String _
)
'Uso
Dim managedInstanceName As String 

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

Parámetros

  • managedInstanceName
    Tipo: System.String
    The name of the managed instance.

Vea también

Referencia

EnvironmentVariable.Key Clase

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices