共用方式為


DeploymentType 屬性

Gets or sets the type of this package.

命名空間:  Microsoft.MasterDataServices.Deployment
組件:  Microsoft.MasterDataServices.Deployment (在 Microsoft.MasterDataServices.Deployment.dll 中)

語法

'宣告
Public Property DeploymentType As DeploymentType
    Get
    Set
'用途
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)