Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the EnvironmentInfo class with the specified parent, name and description.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public Sub New ( _
parent As CatalogFolder, _
name As String, _
description As String _
)
'Usage
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
)
Parameter
- parent
Typ: Microsoft.SqlServer.Management.IntegrationServices.CatalogFolder
The parent.
- name
Typ: System.String
The name of the environment.
- description
Typ: System.String
The description of the environment.
Siehe auch
Verweis
Microsoft.SqlServer.Management.IntegrationServices-Namespace