PackageSettings.DeploymentType 属性

Gets or sets the type of the 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)

属性值

类型:Microsoft.MasterDataServices.Deployment.DeploymentType
The type of the package.

请参阅

参考

PackageSettings 类

Microsoft.MasterDataServices.Deployment 命名空间