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複雜型別參考屬性而非值。

建構函式

名稱 Description
BRUserScriptParameterArgument()

初始化 BRUserScriptParameterArgument 類別的新執行個體。

屬性

名稱 Description
Identifier

唯一識別該論元。

(繼承來源 BRArgument)
ParameterName

指定參數名稱。

PropertyName

指定物業名稱。

(繼承來源 BRArgument)
Sequence

指定參數序列。

Value

指定參數值。

方法

名稱 Description
SetProperty<T>(T, T, String, Boolean)

將屬性變更為給定的值。
回傳新值是否與舊值不同。

(繼承來源 DataContractBase)
SetProperty<T>(T, T, String)

將屬性變更為給定的值。
回傳新值是否與舊值不同。

(繼承來源 DataContractBase)

適用於