Deployment Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Deployment() | |
Deployment(ICursor) | |
Deployment(Int32) |
Deployment()
public:
Deployment();
public Deployment ();
Public Sub New ()
Applies to
Deployment(ICursor)
public:
Deployment(Microsoft::Dynamics::AX::DataAccess::Kernel::ICursor ^ ptr1);
public Deployment (Microsoft.Dynamics.AX.DataAccess.Kernel.ICursor ptr1);
new Dynamics.AX.Application.Deployment : Microsoft.Dynamics.AX.DataAccess.Kernel.ICursor -> Dynamics.AX.Application.Deployment
Public Sub New (ptr1 As ICursor)
Parameters
- ptr1
- Microsoft.Dynamics.AX.DataAccess.Kernel.ICursor
Applies to
Deployment(Int32)
public:
Deployment(int num1);
public Deployment (int num1);
new Dynamics.AX.Application.Deployment : int -> Dynamics.AX.Application.Deployment
Public Sub New (num1 As Integer)
Parameters
- num1
- Int32