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

环境的说明。

适用于