Table of Contents

Class ServiceBrokerSchema.MessageTypeXmlSchemaCollectionUsage

Namespace
LinqToDB.Tools.DataProvider.SqlServer.Schemas
Assembly
linq2db.Tools.dll

sys.message_type_xml_schema_collection_usages (Transact-SQL)

Applies to: √ SQL Server (all supported versions)

This catalog view returns a row for each service message type that is validated by an XML schema collection.


See sys.message_type_xml_schema_collection_usages.

[Table(Schema = "sys", Name = "message_type_xml_schema_collection_usages", IsView = true)]
public class ServiceBrokerSchema.MessageTypeXmlSchemaCollectionUsage
Inheritance
ServiceBrokerSchema.MessageTypeXmlSchemaCollectionUsage
Extension Methods

Properties

MessageTypeID

The ID of the service message type. Not NULLABLE.

[Column("message_type_id")]
[NotNull]
public int MessageTypeID { get; set; }

Property Value

int

XmlCollectionID

The ID of the collection containing the validating XML schema namespace. Not NULLABLE.

[Column("xml_collection_id")]
[NotNull]
public int XmlCollectionID { get; set; }

Property Value

int