ErrorContext 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定特定错误的上下文。
public ref class ErrorContext : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="ErrorContext", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ErrorContext : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="ErrorContext", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ErrorContext = class
inherit DataContractBase
Public Class ErrorContext
Inherits DataContractBase
- 继承
- 属性
注解
复杂 ErrorContext 类型指定特定错误的上下文。 此类型标识发生错误时所针对的对象。
构造函数
ErrorContext() |
初始化 ErrorContext 类的新实例。 |
属性
FullyQualifiedName |
以点表示法指定上下文标识符的对象 FullyQualifiedName。 |
Identifier |
指定错误的对象上下文标识符。 |
Type |
指定上下文标识符的对象类型。 |
方法
SetProperty<T>(T, T, String) |
将属性更改为给定的值。 |
SetProperty<T>(T, T, String, Boolean) |
将属性更改为给定的值。 |