Attribute.TransactionAnnotation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
The Attribute complex type is deprecated in SQL Server 2016 CTP3
Specifies the annotation that is applicable to this attribute's transaction during an update
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
Property Value
The annotation that is applicable to this attribute's transaction during an update.
- Attributes