EnvironmentInfo 构造函数

Initializes a new instance of the EnvironmentInfo class with the specified parent, name and description.

命名空间:  Microsoft.SqlServer.Management.IntegrationServices
程序集:  Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

语法

声明
Public Sub New ( _
    parent As CatalogFolder, _
    name As String, _
    description As String _
)
用法
Dim parent As CatalogFolder 
Dim name As String 
Dim description As String 

Dim instance As New EnvironmentInfo(parent, _
    name, description)
public EnvironmentInfo(
    CatalogFolder parent,
    string name,
    string description
)
public:
EnvironmentInfo(
    CatalogFolder^ parent, 
    String^ name, 
    String^ description
)
new : 
        parent:CatalogFolder * 
        name:string * 
        description:string -> EnvironmentInfo
public function EnvironmentInfo(
    parent : CatalogFolder, 
    name : String, 
    description : String
)

参数

  • description
    类型:System.String
    The description of the environment.

请参阅

参考

EnvironmentInfo 类

Microsoft.SqlServer.Management.IntegrationServices 命名空间