EnvironmentReference.Key 构造函数

Initializes a new instance of the EnvironmentReference.Key class that takes the environment name and environment folder name.

命名空间:  Microsoft.SqlServer.Management.IntegrationServices
程序集:  Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

语法

声明
Public Sub New ( _
    name As String, _
    environmentFolderName As String _
)
用法
Dim name As String 
Dim environmentFolderName As String 

Dim instance As New EnvironmentReference.Key(name, environmentFolderName)
public Key(
    string name,
    string environmentFolderName
)
public:
Key(
    String^ name, 
    String^ environmentFolderName
)
new : 
        name:string * 
        environmentFolderName:string -> Key
public function EnvironmentReference.Key(
    name : String, 
    environmentFolderName : String
)

参数

  • environmentFolderName
    类型:System.String
    The name of the environment folder.

请参阅

参考

EnvironmentReference.Key 类

Microsoft.SqlServer.Management.IntegrationServices 命名空间