DeploymentType プロパティ
このパッケージの種類を取得します。値の設定も可能です。
名前空間: 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
DeploymentType 型の新しいインスタンス。