MemberKey Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used to store Code/Id Pairs.
public ref class MemberKey : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="MemberKey", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class MemberKey : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="MemberKey", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type MemberKey = class
inherit DataContractBase
Public Class MemberKey
Inherits DataContractBase
- Inheritance
- Attributes
The MemberKey is used to store code and identifier pairs.
Member |
Initializes a new instance of the MemberKey class. |
Member |
The MemberCode that will be either lookup up of used to get the Id. |
Member |
The MemberId that will be either lookup up of used to get the Code. |
Set |
Changes the property to the given value. |
Set |
Changes the property to the given value. |
Toode | Versioonid |
---|---|
SQL Server .NET SDK | 2016, 2017, 2019 |