EnvironmentInfo.Key 构造函数
Initializes a new instance of the EnvironmentInfo.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 EnvironmentInfo.Key(managedInstanceName)
public Key(
string managedInstanceName
)
public:
Key(
String^ managedInstanceName
)
new :
managedInstanceName:string -> Key
public function EnvironmentInfo.Key(
managedInstanceName : String
)
参数
- managedInstanceName
类型:System.String
The name of the managed instance.