EnvironmentInfo(CatalogFolder, String, String) コンストラクター

定義

指定した親、名前、および説明を使用して、EnvironmentInfo クラスの新しいインスタンスを初期化します。

public:
 EnvironmentInfo(Microsoft::SqlServer::Management::IntegrationServices::CatalogFolder ^ parent, System::String ^ name, System::String ^ description);
public EnvironmentInfo (Microsoft.SqlServer.Management.IntegrationServices.CatalogFolder parent, string name, string description);
new Microsoft.SqlServer.Management.IntegrationServices.EnvironmentInfo : Microsoft.SqlServer.Management.IntegrationServices.CatalogFolder * string * string -> Microsoft.SqlServer.Management.IntegrationServices.EnvironmentInfo
Public Sub New (parent As CatalogFolder, name As String, description As String)

パラメーター

parent
CatalogFolder

親。

name
String

環境の名前。

description
String

環境の説明。

適用対象