다음을 통해 공유


SkuNotSupportedMessage 클래스

정의

SKU가 지원되지 않을 때 FaultException에서 서비스에 의해 래핑될 개체를 나타내어, 클라이언트가 오류의 원인을 발견할 수 있도록 해줍니다.

public ref class SkuNotSupportedMessage : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="SkuNotSupportedMessage", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class SkuNotSupportedMessage : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="SkuNotSupportedMessage", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SkuNotSupportedMessage = class
    inherit DataContractBase
Public Class SkuNotSupportedMessage
Inherits DataContractBase
상속
SkuNotSupportedMessage
특성

생성자

SkuNotSupportedMessage()

SkuNotSupportedMessage 클래스의 새 인스턴스를 초기화합니다.

메서드

SetProperty<T>(T, T, String)

속성을 지정한 값으로 변경합니다.
새 값이 이전 값과 다른지 여부를 반환합니다.

(다음에서 상속됨 DataContractBase)
SetProperty<T>(T, T, String, Boolean)

속성을 지정한 값으로 변경합니다.
새 값이 이전 값과 다른지 여부를 반환합니다.

(다음에서 상속됨 DataContractBase)

적용 대상