この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
フィールド マッピングの一覧を取得または設定します。
名前空間: Microsoft.MasterDataServices.Services.DataContracts
アセンブリ: Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.dll)
構文
'宣言
<DataMemberAttribute> _
Public Property Mappings As ICollection(Of DataSourceFieldMapping)
Get
Set
'使用
Dim instance As MatchingCriterion
Dim value As ICollection(Of DataSourceFieldMapping)
value = instance.Mappings
instance.Mappings = value
[DataMemberAttribute]
public ICollection<DataSourceFieldMapping> Mappings { get; set; }
[DataMemberAttribute]
public:
property ICollection<DataSourceFieldMapping^>^ Mappings {
ICollection<DataSourceFieldMapping^>^ get ();
void set (ICollection<DataSourceFieldMapping^>^ value);
}
[<DataMemberAttribute>]
member Mappings : ICollection<DataSourceFieldMapping> with get, set
function get Mappings () : ICollection<DataSourceFieldMapping>
function set Mappings (value : ICollection<DataSourceFieldMapping>)
プロパティ値
型: System.Collections.Generic.ICollection<DataSourceFieldMapping>
フィールド マッピングの一覧です。