Attribute.TransactionAnnotation プロパティ

既存のトランザクションにアタッチされている注釈を取得または設定します。

名前空間:  Microsoft.MasterDataServices
アセンブリ:  Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)

構文

'宣言
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property TransactionAnnotation As String
    Get
    Set
'使用
Dim instance As Attribute
Dim value As String

value = instance.TransactionAnnotation

instance.TransactionAnnotation = value
[DataMemberAttribute(EmitDefaultValue = false)]
public string TransactionAnnotation { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property String^ TransactionAnnotation {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member TransactionAnnotation : string with get, set
function get TransactionAnnotation () : String
function set TransactionAnnotation (value : String)

プロパティ値

型: System.String
既存のトランザクションにアタッチされている注釈。

関連項目

参照

Attribute クラス

Microsoft.MasterDataServices 名前空間