Microsoft.MasterDataServices.Deployment Namespace

 

Contains types that facilitate MDS installation and configuration.

Classes

Class Description
System_CAPS_pubclass DeploymentException

The exception that is thrown for the Master Data Services deployment errors.

System_CAPS_pubclass DeploymentOperationException

The exception that is thrown for the Master Data Services deployment errors with an embedded collection of services API operation errors.

System_CAPS_pubclass DeploymentStagingException

Obsolete.The exception that is thrown for the Master Data Services deployment errors with an embedded collection of staging batch result errors.

System_CAPS_pubclass ModelDeployer

Creates, clones, or updates a model from a deployment package containing metadata, business rules, and master data.

System_CAPS_pubclass ModelReader

Reads a model's metadata, business rules, and master data and creates a deployment package containing that information.

System_CAPS_pubclass Package

Represents a deployment package.

System_CAPS_pubclass PackageSettings

Contains the settings for a deployment package.

System_CAPS_pubclass ServiceProxyManager

Represents a wrapper for the Services API.

System_CAPS_pubclass Warnings

Represents the model deployment errors that are treated as warnings.

Enumerations

Enumeration Description
System_CAPS_pubenum DeploymentType

Specifies the type of deployment package.

System_CAPS_pubenum VersionStatusFlags

Specifies which VersionStatus type or types to retrieve in GetVersion() calls.

Return to top