次の方法で共有


BRAttributeTypeInfo クラス

定義

ビジネス ルール属性の属性型情報を表します。

public ref class BRAttributeTypeInfo : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="BRAttributeTypeInfo", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRAttributeTypeInfo : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="BRAttributeTypeInfo", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRAttributeTypeInfo = class
    inherit DataContractBase
Public Class BRAttributeTypeInfo
Inherits DataContractBase
継承
BRAttributeTypeInfo
属性

コンストラクター

BRAttributeTypeInfo()

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

プロパティ

AttributeDataTypes

属性データ型の配列を取得または設定します。

AttributeType

属性の種類を取得または設定します。

ExtensionData

追加のデータを格納する構造体を取得または設定します。

(継承元 DataContractBase)

適用対象