EnvironmentReference.Key(String, String) 생성자

정의

환경 이름과 환경 폴더 이름을 가진 EnvironmentReference.Key 클래스의 새 인스턴스를 초기화합니다.

public:
 Key(System::String ^ name, System::String ^ environmentFolderName);
public Key (string name, string environmentFolderName);
new Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReference.Key : string * string -> Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReference.Key
Public Sub New (name As String, environmentFolderName As String)

매개 변수

name
String

환경의 이름입니다.

environmentFolderName
String

환경 폴더의 이름입니다.

적용 대상