Compartir a través de


PackageSettings.DeploymentType Propiedad

Gets or sets the type of the package.

Espacio de nombres:  Microsoft.MasterDataServices.Deployment
Ensamblado:  Microsoft.MasterDataServices.Deployment (en Microsoft.MasterDataServices.Deployment.dll)

Sintaxis

'Declaración
Public Property DeploymentType As DeploymentType 
    Get 
    Set
'Uso
Dim instance As PackageSettings 
Dim value As DeploymentType 

value = instance.DeploymentType

instance.DeploymentType = value
public DeploymentType DeploymentType { get; set; }
public:
property DeploymentType DeploymentType {
    DeploymentType get ();
    void set (DeploymentType value);
}
member DeploymentType : DeploymentType with get, set
function get DeploymentType () : DeploymentType 
function set DeploymentType (value : DeploymentType)

Valor de la propiedad

Tipo: Microsoft.MasterDataServices.Deployment.DeploymentType
The type of the package.

Vea también

Referencia

PackageSettings Clase

Espacio de nombres Microsoft.MasterDataServices.Deployment