BRAttributeValueArgument 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
基于域的属性值参数。
public ref class BRAttributeValueArgument : Microsoft::MasterDataServices::Services::DataContracts::BRArgument
[System.Runtime.Serialization.DataContract(Name="BRAttributeValueArgument", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[System.Serializable]
public class BRAttributeValueArgument : Microsoft.MasterDataServices.Services.DataContracts.BRArgument
[<System.Runtime.Serialization.DataContract(Name="BRAttributeValueArgument", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<System.Serializable>]
type BRAttributeValueArgument = class
inherit BRArgument
Public Class BRAttributeValueArgument
Inherits BRArgument
- 继承
- 属性
注解
复杂 BRAttributeValueArgument 类型指定 BRArgument 在条件和验证操作中设置的任意多边形值,并在使用 BRArgument 复杂类型的位置使用。
构造函数
BRAttributeValueArgument() |
初始化 BRAttributeValueArgument 类的新实例。 |
属性
AttributeCode |
指定属性代码。 |
Identifier |
唯一标识 参数。 (继承自 BRArgument) |
PropertyName |
指定属性名称。 (继承自 BRArgument) |
方法
SetProperty<T>(T, T, String) |
将属性更改为给定的值。 |
SetProperty<T>(T, T, String, Boolean) |
将属性更改为给定的值。 |