Attribute.TransactionAnnotation 属性

定义

注意

The Attribute complex type is deprecated in SQL Server 2016 CTP3

指定更新期间适用于此属性事务的注释

public:
 property System::String ^ TransactionAnnotation { System::String ^ get(); void set(System::String ^ value); };
[System.Obsolete("The Attribute complex type is deprecated in SQL Server 2016 CTP3")]
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)]
public string TransactionAnnotation { get; set; }
[<System.Obsolete("The Attribute complex type is deprecated in SQL Server 2016 CTP3")>]
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)>]
member this.TransactionAnnotation : string with get, set
Public Property TransactionAnnotation As String

属性值

更新期间适用于此属性的事务的注释。

属性

适用于