DeploymentTechnology Constructor (String, String, String)

Applies To: System Center Configuration Manager 2012, System Center Configuration Manager 2012

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes a new instance of the deployment technology class that has the specified installer technology and default hosting technology.

Namespace: Microsoft.ConfigurationManagement.ApplicationManagement
Assembly: Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Usage

'Usage
Dim id As String
Dim installerTechId As String
Dim hostingTechId As String

Dim instance As New DeploymentTechnology(id, installerTechId, hostingTechId)

Syntax

'Declaration
Protected Sub New ( _
    id As String, _
    installerTechId As String, _
    hostingTechId As String _
)
protected DeploymentTechnology (
    string id,
    string installerTechId,
    string hostingTechId
)
protected:
DeploymentTechnology (
    String^ id, 
    String^ installerTechId, 
    String^ hostingTechId
)
protected DeploymentTechnology (
    String id, 
    String installerTechId, 
    String hostingTechId
)
protected function DeploymentTechnology (
    id : String, 
    installerTechId : String, 
    hostingTechId : String
)

Parameters

  • id
    The identifier of the deployment technology.
  • installerTechId
    The identifier of the installer technology that will be used by the deployment technology.
  • hostingTechId
    The identifier of the hosting technology id that will be used as the default hosting technology for the deployment technology.

Remarks

The installer technology identified by the installerTechId parameter must have been registered by using the InstallerTechnologyRegistrar property.

The hosting technology identified by the hostingTechId parameter must have been registered by using the HostingTechnologyRegistrar property.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

DeploymentTechnology Class
DeploymentTechnology Members
Microsoft.ConfigurationManagement.ApplicationManagement Namespace