Attribute.TransactionAnnotation Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the annotation of a transaction.

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

Syntax

[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public string TransactionAnnotation { get; set; }
public:
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
property String^ TransactionAnnotation {
    String^ get();
    void set(String^ value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member TransactionAnnotation : string with get, set
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)>
Public Property TransactionAnnotation As String

Property Value

Type: System.String

The annotation of a transaction.

See Also

Attribute Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top