MemberIdentifier 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.
A set of identifiers for a master data member including the code and name of the member and the member type.
public ref class MemberIdentifier : Microsoft::MasterDataServices::Services::DataContracts::Identifier
[System.Runtime.Serialization.DataContract(Name="MemberIdentifier", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[System.Serializable]
public class MemberIdentifier : Microsoft.MasterDataServices.Services.DataContracts.Identifier
[<System.Runtime.Serialization.DataContract(Name="MemberIdentifier", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<System.Serializable>]
type MemberIdentifier = class
inherit Identifier
Public Class MemberIdentifier
Inherits Identifier
- Inheritance
- Attributes
The MemberIdentifier complex type specifies a set of identifiers for a master data member, including the code and name of the member and the member type.
Member |
Initializes a new instance of the MemberIdentifier class. |
Code |
Specifies the user key of the master data member that is unique within the context of the entity. |
Id |
Specifies the identifier Guid. (Inherited from Identifier) |
Internal |
Specifies the internal integer Id. (Inherited from Identifier) |
Is |
Specifies whether the code of the member and the member type are changed. |
Is |
Specifies whether the name of the member and the member type are changed. |
Member |
Specifies the MemberType simple type. |
Name |
Specifies the name. (Inherited from Identifier) |
Set |
Changes the property to the given value. |
Set |
Changes the property to the given value. |
Product | Versions |
---|---|
SQL Server .NET SDK | 2016, 2017, 2019 |