Package.Validate 메서드
Checks the package for various expected conditions.
네임스페이스: Microsoft.MasterDataServices.Deployment
어셈블리: Microsoft.MasterDataServices.Deployment(Microsoft.MasterDataServices.Deployment.dll)
구문
‘선언
Public Sub Validate
‘사용 방법
Dim instance As Package
instance.Validate()
public void Validate()
public:
void Validate()
member Validate : unit -> unit
public function Validate()
주의
Validate throws DeploymentException under the following conditions:
The Metadata property is nullnull 참조(Visual Basic에서는 Nothing).
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.