BRScriptParameter.CompatibleAttributeTypes プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このパラメーター型コンポーネントと互換性のあるAttributeType-AttributeDataTypeペアを定義する BRAttributeTypeInfo オブジェクトのコレクションを取得します。
public:
property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::BRAttributeTypeInfo ^> ^ CompatibleAttributeTypes { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::BRAttributeTypeInfo ^> ^ get(); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.BRAttributeTypeInfo> CompatibleAttributeTypes { get; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.CompatibleAttributeTypes : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.BRAttributeTypeInfo>
Public ReadOnly Property CompatibleAttributeTypes As Collection(Of BRAttributeTypeInfo)
プロパティ値
BRAttributeTypeInfo オブジェクトのコレクション。
- 属性