The wiki page was successfully created. Add a link to this page by inserting [SQL Server 2012 Master Data Services ] into your wiki markup.
The SQL Server 2012 Master Data Services (MDS) samples are C# or console application samples that demonstrate how to customize the way that you and your users interact with Master Data Services.
For more information about the MDS API, see
Developer’s Guide (Master Data Services).
Sample |
Description |
Download |
MDS sample code for Business Rules |
This C# code sample shows how to use MDS APIs (BusinessRulesCreate, BusinessRulesPublish, BusinessRulesGet, BusinessRulesUpdate, ValidationProcess, and BusinessRulesDelete) to create, edit, validate, exclude, and delete business rules.
|
BusinessRules.zip
|
MDS sample code for Entity-Based Staging |
This C# code sample shows how to use MDS APIs (EntityStagingProcess, EntityStagingGet, and EntityStagingClear) to process, clear, and get information about entity-based staging data. |
EntityBasedStaging.zip
|
MDS sample code for Master Data |
This C# code sample shows how to use MDS APIs (EntityMembersCreate, EntityMembersGet, EntityMembersUpdate, and EntityMembersDelete) to create, read, update, and delete entity members.
|
MasterData.zip
|
MDS sample code for Metadata |
This C# sample code shows how to use MDS APIs (MetadataCreate, MetadataGet, MetadataUpdate, and MetadataDelete) to create, read, update, and delete Metadata.
|
Metadata.zip
|
MDS sample code for Model |
This console application sample demonstrates the usage of a few of the common methods in the Model Deployment API (CreatePackage, GetModels, GetVersions, DeleteModel, DeployClone, DeployNew, and DeployUpdate).
|
ModelDUtil.zip
|
MDS sample code for Security |
This C# sample code shows how to export security information into the specified file and import security information from the file by using MDS APIs (SecurityPrincipalsGet and SecurityPrincipalsClone).
|
Security.zip
|
MDS sample code for Workflow Integration |
This C# code sample shows how to configure MDS to initiate a custom workflow or a Microsoft SharePoint workflow.
|
WorkflowIntegration.zip
|