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)

适用于