BRUserScriptParameterArgument 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
一個引用屬性而非值的參數。
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複雜型別參考屬性而非值。
建構函式
| 名稱 | Description |
|---|---|
| BRUserScriptParameterArgument() |
初始化 BRUserScriptParameterArgument 類別的新執行個體。 |
屬性
| 名稱 | Description |
|---|---|
| Identifier |
唯一識別該論元。 (繼承來源 BRArgument) |
| ParameterName |
指定參數名稱。 |
| PropertyName |
指定物業名稱。 (繼承來源 BRArgument) |
| Sequence |
指定參數序列。 |
| Value |
指定參數值。 |
方法
| 名稱 | Description |
|---|---|
| SetProperty<T>(T, T, String, Boolean) |
將屬性變更為給定的值。 |
| SetProperty<T>(T, T, String) |
將屬性變更為給定的值。 |