Compartilhar via


Construtor EnvironmentInfo.Key

Initializes a new instance of the EnvironmentInfo.Key class that takes the key name.

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

Sintaxe

'Declaração
Public Sub New ( _
    managedInstanceName As String _
)
'Uso
Dim managedInstanceName As String 

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

Parâmetros

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

Consulte também

Referência

EnvironmentInfo.Key Classe

Namespace Microsoft.SqlServer.Management.IntegrationServices