Partager via


Constructeur EnvironmentVariable.Key

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

Espace de noms :  Microsoft.SqlServer.Management.IntegrationServices
Assembly :  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    managedInstanceName As String _
)
'Utilisation
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
)

Paramètres

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

Voir aussi

Référence

EnvironmentVariable.Key Classe

Espace de noms Microsoft.SqlServer.Management.IntegrationServices