BRAttributeArgumentBase 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示业务规则属性参数的基本复杂类型。
public ref class BRAttributeArgumentBase : Microsoft::MasterDataServices::BRArgument
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="BRAttributeArgumentBase", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.BRAttributeArgument))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.BRDomainBasedAttributeArgument))]
public class BRAttributeArgumentBase : Microsoft.MasterDataServices.BRArgument
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="BRAttributeArgumentBase", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.BRAttributeArgument))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.BRDomainBasedAttributeArgument))>]
type BRAttributeArgumentBase = class
inherit BRArgument
Public Class BRAttributeArgumentBase
Inherits BRArgument
- 继承
- 派生
- 属性
构造函数
BRAttributeArgumentBase() |
初始化 BRAttributeArgumentBase 类的新实例。 |
属性
AttributeId |
获取或设置业务规则参数的属性 ID。 |
ExtensionData |
获取或设置包含额外数据的结构。 (继承自 DataContractBase) |
Identifier |
获取或设置业务规则参数的 ID。 (继承自 BRArgument) |
PropertyName |
获取或设置属性名称。 (继承自 BRArgument) |