Initializes a new instance of the EnvironmentVariable.Key class that takes the key name.
네임스페이스: Microsoft.SqlServer.Management.IntegrationServices
어셈블리: Microsoft.SqlServer.Management.IntegrationServices(Microsoft.SqlServer.Management.IntegrationServices.dll)
구문
‘선언
Public Sub New ( _
managedInstanceName As String _
)
‘사용 방법
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
)
매개 변수
- managedInstanceName
유형: System.String
The name of the managed instance.