Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Checks the package for various expected conditions.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
public void Validate()
public:
void Validate()
member Validate : unit -> unit
Public Sub Validate
Remarks
Validate throws DeploymentException under the following conditions:
The Metadata property is null.
The Metadata in the package does not contain exactly one model.
The package contains master data, but the version of the data does not match the version of the Metadata.
The business rule set in the package explicitly contains BRActions, BRConditions, or BRConditionTreeNodes.
See Also
Package Class
Microsoft.MasterDataServices.Deployment Namespace
Return to top