BRScriptParameter.CompatibleAttributeTypes 屬性

定義

抓取 BRAttributeTypeInfo 物件的集合,這些物件會定義與這個參數類型元件相容的 AttributeType-AttributeDataType 組。

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)

屬性值

Collection<BRAttributeTypeInfo>

BRAttributeTypeInfo 物件的集合。

屬性

適用於