ErrorContext.Type Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the type of the error context.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute]
public ObjectType Type { get; set; }
public:
[DataMemberAttribute]
property ObjectType Type {
    ObjectType get();
    void set(ObjectType value);
}
[<DataMemberAttribute>]
member Type : ObjectType with get, set
<DataMemberAttribute>
Public Property Type As ObjectType

Property Value

Type: Microsoft.MasterDataServices.ObjectType

A new instance of type ObjectType.

See Also

ErrorContext Class
Microsoft.MasterDataServices Namespace

Return to top