Annotation.Id Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the identifier of the annotation.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

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

Property Value

Type: System.Int32

The identifier of the annotation.

See Also

Annotation Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top