Condividi tramite


Costruttore AnnotationsDeleteResponse (OperationResult)

Initializes a new instance of the AnnotationsDeleteResponse class with the specified operation result.

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

Sintassi

'Dichiarazione
Public Sub New ( _
    OperationResult As OperationResult _
)
'Utilizzo
Dim OperationResult As OperationResult

Dim instance As New AnnotationsDeleteResponse(OperationResult)
public AnnotationsDeleteResponse(
    OperationResult OperationResult
)
public:
AnnotationsDeleteResponse(
    OperationResult^ OperationResult
)
new : 
        OperationResult:OperationResult -> AnnotationsDeleteResponse
public function AnnotationsDeleteResponse(
    OperationResult : OperationResult
)

Parametri