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