다음을 통해 공유


UserPreferencesDeleteResponse 생성자 (OperationResult)

Initializes a new instance of the UserPreferencesDeleteResponse class that has the specified operation result.

네임스페이스:  Microsoft.MasterDataServices
어셈블리:  Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)

구문

‘선언
Public Sub New ( _
    OperationResult As OperationResult _
)
‘사용 방법
Dim OperationResult As OperationResult

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

매개 변수