Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Builds a deployment package for a complete model.
Espace de noms : Microsoft.MasterDataServices.Deployment
Assembly : Microsoft.MasterDataServices.Deployment (en Microsoft.MasterDataServices.Deployment.dll)
Syntaxe
'Déclaration
Public Function CreatePackage ( _
includeData As Boolean _
) As Package
'Utilisation
Dim instance As ModelReader
Dim includeData As Boolean
Dim returnValue As Package
returnValue = instance.CreatePackage(includeData)
public Package CreatePackage(
bool includeData
)
public:
Package^ CreatePackage(
bool includeData
)
member CreatePackage :
includeData:bool -> Package
public function CreatePackage(
includeData : boolean
) : Package
Paramètres
- includeData
Type : System.Boolean
true to master data that will be put in the package; otherwise, false.
Valeur de retour
Type : Microsoft.MasterDataServices.Deployment.Package
A new Package containing the metadata and data for the model specified by the ModelId property.
Notes
CreatePackage(Boolean, Boolean) throws DeploymentException if an error occurs validating the created package.
CreatePackage(Boolean, Boolean) throws ServiceAdapterException if errors were returned from a service call.