Collection 类

定义

注意

Collections are deprecated.

一个集合成员,其为另一个主数据成员的父级。

public ref class Collection : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Obsolete("Collections are deprecated.")]
[System.Runtime.Serialization.DataContract(Name="Collection", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class Collection : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Obsolete("Collections are deprecated.")>]
[<System.Runtime.Serialization.DataContract(Name="Collection", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type Collection = class
    inherit DataContractBase
Public Class Collection
Inherits DataContractBase
继承
属性

注解

复杂 Collection 类型指定一个集合成员,该集合成员是另一个主数据成员的父级,用于使用 Member 复杂类型的位置。

构造函数

Collection()
已过时.

初始化 Collection 类的新实例。

属性

AuditInfo
已过时.

指定成员的审核信息

CollectionId
已过时.

指定标识成员的父集合的标识符

IsSoftDeleted
已过时.

指定成员的状态

Remove
已过时.

指定一个标志,该标志指示是否应在更新时删除此集合成员

SortOrder
已过时.

指定此集合成员的排序顺序

Weight
已过时.

指定此集合成员的权重

方法

SetProperty<T>(T, T, String)
已过时.

将属性更改为给定的值。
返回新值是否不同于旧值。

(继承自 DataContractBase)
SetProperty<T>(T, T, String, Boolean)
已过时.

将属性更改为给定的值。
返回新值是否不同于旧值。

(继承自 DataContractBase)

适用于