Store.TransactionLogs 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取此存储的当前事务日志列表
public:
property System::Collections::Generic::ICollection<Microsoft::VisualStudio::Modeling::TransactionLog ^> ^ TransactionLogs { System::Collections::Generic::ICollection<Microsoft::VisualStudio::Modeling::TransactionLog ^> ^ get(); };
[System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)]
public System.Collections.Generic.ICollection<Microsoft.VisualStudio.Modeling.TransactionLog> TransactionLogs { [System.Diagnostics.DebuggerStepThrough] get; }
[<System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)>]
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.TransactionLogs : System.Collections.Generic.ICollection<Microsoft.VisualStudio.Modeling.TransactionLog>
Public ReadOnly Property TransactionLogs As ICollection(Of TransactionLog)
属性值
- 属性