다음을 통해 공유


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 네임스페이스