次の方法で共有


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)

適用対象