次の方法で共有


BRScriptParameter クラス

定義

アクションであるルール アイテムの種類のコンポーネント。

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

注釈

複合型は BRScriptParameter 、アクションであるルール項目の種類コンポーネントを表します。

コンストラクター

BRScriptParameter()

BRScriptParameter クラスの新しいインスタンスを初期化します。

プロパティ

CompatibleAttributeTypes

このパラメーター型コンポーネントと互換性のあるAttributeType-AttributeDataTypeペアを定義する BRAttributeTypeInfo オブジェクトのコレクションを取得します。

Index

項目の種類のインデックスを取得します

MaxLength

パラメーター型の最大長を取得します

Name

名前を指定します

Precision

パラメーター型の有効桁数を指定します

Scale

パラメーターの型スケールを取得します

メソッド

SetProperty<T>(T, T, String)

プロパティを指定した値に変更します。
新しい値が古い値と異なるかどうかを返します。

(継承元 DataContractBase)
SetProperty<T>(T, T, String, Boolean)

プロパティを指定した値に変更します。
新しい値が古い値と異なるかどうかを返します。

(継承元 DataContractBase)

適用対象