Collection クラス

定義

データ契約の集合を表しています。

public ref class Collection : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="Collection", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class Collection : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<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()

Collection クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
CollectionId

コレクション識別子を取得するか設定します。

ExtensionData

追加のデータを含む構造体を取得または設定します。

(継承元 DataContractBase)
Remove

コレクションを削除するかどうかを示す値を取得または設定します。

SortOrder

コレクション内のメンバーのソート順序を示す整数を取得します。

Weight

コレクションの重みを指定する Decimal を取得します。

適用対象