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

環境フォルダーの名前。

適用対象