AnnotationsDeleteRequest 建構函式 (International, Int32)
Initializes a new instance of the AnnotationsDeleteRequest class with the specified culture and annotation ID.
命名空間: Microsoft.MasterDataServices
組件: Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)
語法
'宣告
Public Sub New ( _
International As International, _
Id As Integer _
)
'用途
Dim International As International
Dim Id As Integer
Dim instance As New AnnotationsDeleteRequest(International, _
Id)
public AnnotationsDeleteRequest(
International International,
int Id
)
public:
AnnotationsDeleteRequest(
International^ International,
int Id
)
new :
International:International *
Id:int -> AnnotationsDeleteRequest
public function AnnotationsDeleteRequest(
International : International,
Id : int
)
參數
- International
型別:Microsoft.MasterDataServices. . :: . .International
A cultural setting.
- Id
型別:System. . :: . .Int32
Integer representing the annotation ID.