BRArgument Class
SQL Server 2012
Represents the base type for all business rule arguments in MDS.
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.BRArgument
Microsoft.MasterDataServices.BRAttributeArgumentBase
Microsoft.MasterDataServices.BRAttributeValueArgument
Microsoft.MasterDataServices.BRBlankArgument
Microsoft.MasterDataServices.BRFreeformArgument
Microsoft.MasterDataServices.BRHierarchyArgument
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.BRArgument
Microsoft.MasterDataServices.BRAttributeArgumentBase
Microsoft.MasterDataServices.BRAttributeValueArgument
Microsoft.MasterDataServices.BRBlankArgument
Microsoft.MasterDataServices.BRFreeformArgument
Microsoft.MasterDataServices.BRHierarchyArgument
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
[DataContractAttribute(Name = "BRArgument", Namespace = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")] [KnownTypeAttribute(typeof(BRHierarchyArgument))] [KnownTypeAttribute(typeof(BRAttributeArgument))] [KnownTypeAttribute(typeof(BRDomainBasedAttributeArgument))] [KnownTypeAttribute(typeof(BRFreeformArgument))] [KnownTypeAttribute(typeof(BRAttributeValueArgument))] [KnownTypeAttribute(typeof(BRBlankArgument))] [KnownTypeAttribute(typeof(BRAttributeArgumentBase))] public class BRArgument : DataContractBase
The BRArgument type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ExtensionData | Gets or sets the structure that contains extra data. (Inherited from DataContractBase.) |
![]() | Identifier | Gets or sets the ID of the business rule argument. |
![]() | PropertyName | Gets or sets the property name.. |

