次の方法で共有


BRAttributeTypeInfo.AttributeDataTypes プロパティ

それぞれ属性の型と対になる属性データ型のコレクションを取得または設定します。

名前空間:  Microsoft.MasterDataServices.Services.DataContracts
アセンブリ:  Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.dll)

構文

'宣言
<DataMemberAttribute> _
Public Property AttributeDataTypes As Collection(Of AttributeDataType)
    Get 
    Friend Set
'使用
Dim instance As BRAttributeTypeInfo 
Dim value As Collection(Of AttributeDataType)

value = instance.AttributeDataTypes
[DataMemberAttribute]
public Collection<AttributeDataType> AttributeDataTypes { get; internal set; }
[DataMemberAttribute]
public:
property Collection<AttributeDataType>^ AttributeDataTypes {
    Collection<AttributeDataType>^ get ();
    internal: void set (Collection<AttributeDataType>^ value);
}
[<DataMemberAttribute>]
member AttributeDataTypes : Collection<AttributeDataType> with get, internal set
function get AttributeDataTypes () : Collection<AttributeDataType>
internal function set AttributeDataTypes (value : Collection<AttributeDataType>)

プロパティ値

型: System.Collections.ObjectModel.Collection<AttributeDataType>
それぞれ属性の型と対になる属性データ型のコレクション。

関連項目

参照

BRAttributeTypeInfo クラス

Microsoft.MasterDataServices.Services.DataContracts 名前空間