Condividi tramite


Costruttore AnnotationsDeleteRequest (International, Int32)

Initializes a new instance of the AnnotationsDeleteRequest class with the specified culture and annotation ID.

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    International As International, _
    Id As Integer _
)
'Utilizzo
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
)

Parametri