Member.TransactionAnnotation Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the annotation of a transaction.

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

Syntax

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

Property Value

Type: System.String

The annotation of a transaction.

See Also

Member Class
Microsoft.MasterDataServices Namespace

Return to top