TransactionAnnotationsCreateRequest 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 TransactionAnnotationsCreateRequest 类的新实例。
重载
TransactionAnnotationsCreateRequest() |
初始化具有默认值的 TransactionAnnotationsCreateRequest 类的新实例。 |
TransactionAnnotationsCreateRequest(International, Collection<Annotation>, Int32) |
初始化具有指定的区域性设置、批注列表和事务 ID 的 TransactionAnnotationsCreateRequest 类的新实例。 |
TransactionAnnotationsCreateRequest()
初始化具有默认值的 TransactionAnnotationsCreateRequest 类的新实例。
public:
TransactionAnnotationsCreateRequest();
public TransactionAnnotationsCreateRequest ();
Public Sub New ()
适用于
TransactionAnnotationsCreateRequest(International, Collection<Annotation>, Int32)
初始化具有指定的区域性设置、批注列表和事务 ID 的 TransactionAnnotationsCreateRequest 类的新实例。
public:
TransactionAnnotationsCreateRequest(Microsoft::MasterDataServices::International ^ International, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Annotation ^> ^ Annotations, int TransactionId);
public TransactionAnnotationsCreateRequest (Microsoft.MasterDataServices.International International, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Annotation> Annotations, int TransactionId);
new Microsoft.MasterDataServices.TransactionAnnotationsCreateRequest : Microsoft.MasterDataServices.International * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Annotation> * int -> Microsoft.MasterDataServices.TransactionAnnotationsCreateRequest
Public Sub New (International As International, Annotations As Collection(Of Annotation), TransactionId As Integer)
参数
- International
- International
区域性设置。
- Annotations
- Collection<Annotation>
批注的集合。
- TransactionId
- Int32
现有事务的 ID。