ErrorContext.Identifier Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the error context ID.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute]
public Identifier Identifier { get; set; }
public:
[DataMemberAttribute]
property Identifier^ Identifier {
    Identifier^ get();
    void set(Identifier^ value);
}
[<DataMemberAttribute>]
member Identifier : Identifier with get, set
<DataMemberAttribute>
Public Property Identifier As Identifier

Property Value

Type: Microsoft.MasterDataServices.Identifier

A new instance of type Identifier.

See Also

ErrorContext Class
Microsoft.MasterDataServices Namespace

Return to top