Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the EnvironmentVariable.Key class that takes the key name.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public Sub New ( _
managedInstanceName As String _
)
'Usage
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
)
Parameters
- managedInstanceName
Type: System.String
The name of the managed instance.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace