EnvironmentInfo.Key(String) 构造函数

定义

初始化具有该键名的 EnvironmentInfo.Key 类的新实例。

public:
 Key(System::String ^ managedInstanceName);
public Key (string managedInstanceName);
new Microsoft.SqlServer.Management.IntegrationServices.EnvironmentInfo.Key : string -> Microsoft.SqlServer.Management.IntegrationServices.EnvironmentInfo.Key
Public Sub New (managedInstanceName As String)

参数

managedInstanceName
String

托管实例的名称。

适用于