次の方法で共有


BRAttributeTypeInfo.AttributeDataTypes プロパティ

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

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

構文

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

value = instance.AttributeDataTypes

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

プロパティ値

型: System.Collections.ObjectModel.Collection<AttributeDataType>
AttributeDataType 型のコレクション。

関連項目

参照

BRAttributeTypeInfo クラス

Microsoft.MasterDataServices 名前空間