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
)
매개 변수
- name
유형: System.String
The name of the environment.
- environmentFolderName
유형: System.String
The name of the environment folder.