言語

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

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

Index

アイテムタイプインデックスを取得する

MaxLength

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

Name

名称を明示

Precision

パラメータの種類を指定します。

Scale

パラメータタイプのスケールを取得する

メソッド

名前 説明
SetProperty<T>(T, T, String, Boolean)

その性質を与えられた値に変更します。
新しい値が古い値と異なるかどうかを返します。

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

その性質を与えられた値に変更します。
新しい値が古い値と異なるかどうかを返します。

(継承元 DataContractBase)

適用対象