BRUserScriptParameterArgument 类

定义

一个参数,它引用属性而不是指。

public ref class BRUserScriptParameterArgument : Microsoft::MasterDataServices::Services::DataContracts::BRArgument
[System.Runtime.Serialization.DataContract(Name="BRUserScriptParameterArgument", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[System.Serializable]
public class BRUserScriptParameterArgument : Microsoft.MasterDataServices.Services.DataContracts.BRArgument
[<System.Runtime.Serialization.DataContract(Name="BRUserScriptParameterArgument", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<System.Serializable>]
type BRUserScriptParameterArgument = class
    inherit BRArgument
Public Class BRUserScriptParameterArgument
Inherits BRArgument
继承
BRUserScriptParameterArgument
属性

注解

BRUserScriptParameterArgument复杂类型引用属性而不是值。

构造函数

BRUserScriptParameterArgument()

初始化 BRUserScriptParameterArgument 类的新实例。

属性

Identifier

唯一标识 参数。

(继承自 BRArgument)
ParameterName

指定参数名称。

PropertyName

指定属性名称。

(继承自 BRArgument)
Sequence

指定参数序列。

Value

指定参数值。

方法

SetProperty<T>(T, T, String)

将属性更改为给定的值。
返回新值是否不同于旧值。

(继承自 DataContractBase)
SetProperty<T>(T, T, String, Boolean)

将属性更改为给定的值。
返回新值是否不同于旧值。

(继承自 DataContractBase)

适用于