Package.Validate Method ()

 

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:

See Also

Package Class
Microsoft.MasterDataServices.Deployment Namespace

Return to top