﻿<?xml version="1.0" encoding="utf-8"?><Type Name="SqlNotificationType" FullName="System.Data.SqlClient.SqlNotificationType"><TypeSignature Language="C#" Value="public enum SqlNotificationType" /><AssemblyInfo><AssemblyName>System.Data</AssemblyName><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.Enum</BaseTypeName></Base><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="T:System.Data.SqlClient.SqlNotificationType" /> enumeration is referenced by an instance of the <see cref="T:System.Data.SqlClient.SqlNotificationEventArgs" /> class. This information is provided when a notification event is fired with the <see cref="T:System.Data.SqlClient.SqlDependency" /> class.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Describes the different notification types that can be received by an <see cref="T:System.Data.SqlClient.OnChangeEventHandler" /> event handler through the <see cref="T:System.Data.SqlClient.SqlNotificationEventArgs" /> parameter.</para></summary></Docs><Members><Member MemberName="Change"><MemberSignature Language="C#" Value="Change" /><MemberType>Field</MemberType><ReturnValue><ReturnType>System.Data.SqlClient.SqlNotificationType</ReturnType></ReturnValue><Docs><since version=".NET 2.0" /><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Data on the server being monitored changed. Use the <see cref="T:System.Data.SqlClient.SqlNotificationInfo" /> item to determine the details of the change.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Subscribe"><MemberSignature Language="C#" Value="Subscribe" /><MemberType>Field</MemberType><ReturnValue><ReturnType>System.Data.SqlClient.SqlNotificationType</ReturnType></ReturnValue><Docs><since version=".NET 2.0" /><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>There was a failure to create a notification subscription. Use the <see cref="T:System.Data.SqlClient.SqlNotificationEventArgs" /> object's <see cref="T:System.Data.SqlClient.SqlNotificationInfo" /> item to determine the cause of the failure.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Unknown"><MemberSignature Language="C#" Value="Unknown" /><MemberType>Field</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Data.SqlClient.SqlNotificationType</ReturnType></ReturnValue><Docs><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Used when the type option sent by the server was not recognized by the client.</para></summary></Docs></Member></Members></Type>