AnnotationsDeleteRequest 建構函式

定義

初始化 AnnotationsDeleteRequest 類別的新執行個體。

多載

AnnotationsDeleteRequest()

使用預設值,初始化 AnnotationsDeleteRequest 類別的新執行個體。

AnnotationsDeleteRequest(International, Int32)

初始化具有指定的文化及註解識別碼之 AnnotationsDeleteRequest 類別的新執行個體。

AnnotationsDeleteRequest()

使用預設值,初始化 AnnotationsDeleteRequest 類別的新執行個體。

public:
 AnnotationsDeleteRequest();
public AnnotationsDeleteRequest ();
Public Sub New ()

適用於

AnnotationsDeleteRequest(International, Int32)

初始化具有指定的文化及註解識別碼之 AnnotationsDeleteRequest 類別的新執行個體。

public:
 AnnotationsDeleteRequest(Microsoft::MasterDataServices::International ^ International, int Id);
public AnnotationsDeleteRequest (Microsoft.MasterDataServices.International International, int Id);
new Microsoft.MasterDataServices.AnnotationsDeleteRequest : Microsoft.MasterDataServices.International * int -> Microsoft.MasterDataServices.AnnotationsDeleteRequest
Public Sub New (International As International, Id As Integer)

參數

International
International

文化設定。

Id
Int32

表示註解識別碼的整數。

適用於