﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
	<assembly>
		<name>Microsoft.SqlServer.Smo</name>
	</assembly>
	<members>
		<member name="N:Microsoft.SqlServer.Management.Nmo">
			<summary>The <see cref="N:Microsoft.SqlServer.Management.Nmo"></see> namespace contains classes that are used to develop and administer Notification Services instances and applications.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.Application">
			<summary>Represents a Notification Services application. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.Application.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.Application.#ctor(Microsoft.SqlServer.Management.Nmo.Instance,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> class with a parent <see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see> object and a name.</summary>
			<param name="instance">The Notification Services<see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see> that hosts the application. This parameter sets the <see cref="P:Microsoft.SqlServer.Management.Nmo.Application.Parent"></see> property.</param>
			<param name="name">A <see cref="T:System.String,"></see> between 1 and 64 characters in length, that specifies the name of the application. Each application in an instance must have a unique name.You cannot change the name. To rename an application, you must drop the application, define it with the new name, and then add it to the instance.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.Application.Disable">
			<summary>Disables the application by recording a state change in the application database.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.Application.DisableSubscriptions">
			<summary>Disables subscription management for the application.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.Application.Enable">
			<summary>Enables the application by recording a state change in the application database.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.Application.EnableSubscriptions">
			<summary>Enables subscription management for the application.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Application.ApplicationDatabaseOptions">
			<summary>Gets or sets the application database properties, which includes any specified data files and log files.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseOptions"></see> object that specifies the application database properties.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Application.ApplicationDefinitionFilePath">
			<summary>Gets or sets the path and name of the application definition file (ADF).</summary>
			<returns>A <see cref="T:System.String"></see>, between 1 and 260 characters in length, specifying the path and name of the ADF.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Application.ApplicationDefinitionFileVersion">
			<summary>Gets or sets the version number for the application definition. </summary>
			<returns>A <see cref="T:System.Version"></see> object specifying the application definition version.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Application.ApplicationEnabled">
			<summary>Gets a value indicating if the application is enabled.</summary>
			<returns>true if the application is enabled; otherwise false.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Application.BaseDirectoryPath">
			<summary>Gets or sets the base directory path for the application definition file (ADF).</summary>
			<returns>A <see cref="T:System.String"></see>, between 1 and 260 characters in length, specifying the path of the application's root folder.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Application.ChronicleQuantumLimit">
			<summary>Gets or sets an integer that specifies the logical (quantum) clock can fall behind the real-time clock before skipping event chronicle rule firings.</summary>
			<returns>A <see cref="T:System.Int32"></see> that specifies a number of quantum clock intervals.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Application.DatabaseName">
			<summary>Gets or sets the name of the application database.</summary>
			<returns>A <see cref="T:System.String"></see>, between 1 and 128 characters in length, specifying the name of the application database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Application.Distributors">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Nmo.DistributorCollection"></see> object, which contains the set of distributors used by the Notification Services application to distribute notifications to delivery channels.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.DistributorCollection"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Application.DistributorsEnabled">
			<summary>Gets a value indicating if the application's distributors are enabled.</summary>
			<returns>true if distributors are enabled; otherwise false.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Application.EventClasses">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Nmo.EventClassCollection"></see> object, which contains the set of event classes for the Notification Services application.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.EventClassCollection"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Application.EventProvidersEnabled">
			<summary>Gets a value indicating if the application's event providers are enabled.</summary>
			<returns>true if event providers are enabled; otherwise false.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Application.EventThrottle">
			<summary>Gets or sets the number of events that can be processed from a single event class during a single generator quantum.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the maximum number of events that can be processed from a single event class during a single generator quantum.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Application.Generator">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Nmo.Generator"></see> for the application.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.Generator"></see> object, which is the generator for the application.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Application.GeneratorEnabled">
			<summary>Gets a value indicating if the application's generator is enabled.</summary>
			<returns>true if the generator is enabled; otherwise false.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Application.HostedEventProviders">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Nmo.HostedEventProviderCollection"></see> object, which contains the set of hosted event providers for the Notification Services application.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.HostedEventProviderCollection"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Application.LogBeforeDeliveryAttempts">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> value that specifies whether the distributor makes an entry in the distribution log before delivering a notification.</summary>
			<returns>true if pre-delivery logging is enabled; otherwise false.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Application.LogNotificationText">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> value that configures the distributor to log all notification text from the delivery protocol for all notifications or just failed notifications.</summary>
			<returns>true if Notification Services logs all notification text; false if Notification Services logs notification text only for failed notifications.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Application.LogStatusInfo">
			<summary>Gets or sets a value that specifies whether the distributor logs status information for all or just failed notifications.</summary>
			<returns>true if Notification Services logs status information for all notifications; false if Notification Services logs status information only for failed notifications.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Application.NonHostedEventProviders">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Nmo.NonHostedEventProviderCollection"></see> object, which contains the set of non-hosted event providers for the Notification Services application.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.NonHostedEventProviderCollection"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Application.NotificationClasses">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClassCollection"></see> object, which contains the set of notification classes for the Notification Services application.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClassCollection"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Application.NotificationThrottle">
			<summary>Gets or sets the maximum number of notifications that can be processed in a single notification class during a single generator quantum.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the maximum number of notifications that can be processed in a single notification class during a single generator quantum.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Application.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see> that hosts this application.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see> object. This <see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see> must match the <see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see> to which you add the application.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Application.PerformanceQueryInterval">
			<summary>Gets or sets a <see cref="T:System.TimeSpan"></see> object that specifies how frequently the application updates its performance counters.</summary>
			<returns>A <see cref="T:System.TimeSpan"></see> object that specifies how often the application updates its performance counters.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Application.ProcessEventsInOrder">
			<summary>Gets or sets a value that indicates how the application processes event batches.</summary>
			<returns>true if Notification Services processes event batches in the order in which they arrived (sub-quantum sequencing); false if Notification Services processes all event batches that arrived during a quantum at the same time (quantum sequencing).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Application.QuantumDuration">
			<summary>Gets or sets a value that indicates the length of time for a generator quantum, which determines how frequently the generator attempts to process work.</summary>
			<returns>A <see cref="T:System.TimeSpan"></see> object that specifies the generator quantum duration.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Application.SchemaName">
			<summary>Gets or sets the database schema for all application database objects.</summary>
			<returns>A <see cref="T:System.String"></see>, between 1 and 128 characters in length, containing the name of the database schema for application objects.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Application.SubscribersEnabled">
			<summary>Gets a value that indicates if the subscriber management is enabled for the instance of Notification Services.</summary>
			<returns>true if the subscriber management is enabled; otherwise false.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Application.SubscriptionClasses">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClassCollection"></see> object, which contains the set of subscription classes for the Notification Services application.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClassCollection"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Application.SubscriptionQuantumLimit">
			<summary>Gets or sets a value that specifies how far the logical (quantum) clock can fall behind the real-time clock before skipping subscription rule firings.</summary>
			<returns>A <see cref="T:System.Int32"></see> that specifies a number of quantum clock intervals.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Application.SubscriptionsEnabled">
			<summary>Gets a value that indicates if the subscription management is enabled for the application.</summary>
			<returns>true if the subscription management is enabled; otherwise false.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Application.SubscriptionThrottle">
			<summary>Gets or sets the maximum number of scheduled subscriptions that can be processed during a single generator quantum.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the maximum number of scheduled subscriptions that can be processed during a single generator quantum.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Application.VacuumRetentionAge">
			<summary>Gets or sets the minimum age at which event and notification data is considered to be obsolete and available for removal.</summary>
			<returns>A <see cref="T:System.TimeSpan"></see> object that specifies the retention age.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Application.VacuumSchedules">
			<summary>Gets the data removal schedule for the application.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.VacuumScheduleCollection"></see> object containing the data removal schedule.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Application.Version">
			<summary>Gets the Notification Services version for the application.</summary>
			<returns>A <see cref="T:System.Version"></see> object containing the Notification Services version number.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.ApplicationCollection">
			<summary>Represents the collection of Notification Services applications in a given Notification Services instance.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ApplicationCollection.Add(Microsoft.SqlServer.Management.Nmo.Application)">
			<summary>Adds an <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> to the collection.</summary>
			<param name="application">An <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> object representing a Notification Services application.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ApplicationCollection.CopyTo(Microsoft.SqlServer.Management.Nmo.Application[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional <see cref="T:System.Array"></see> instance beginning at the specified index.</summary>
			<param name="index">The zero-based index in array at which copying begins.</param>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> objects.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ApplicationCollection.GetCollectionElementType">
			<summary>Returns the type of the objects in the collection.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see></returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ApplicationCollection.Remove(Microsoft.SqlServer.Management.Nmo.Application)">
			<summary>Removes the specified <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> object from the collection.</summary>
			<param name="application">The <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> object to remove from the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ApplicationCollection.Remove(System.String)">
			<summary>Removes the named application from the collection.</summary>
			<param name="name">The name of the application to remove from the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ApplicationCollection.Item(System.Int32)">
			<summary>Gets a reference to a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> object using an index.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> object.</returns>
			<param name="index">The <see cref="T:System.Int32"></see> ID of the application that you want returned.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ApplicationCollection.Item(System.String)">
			<summary>Gets a reference to a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> object using the application name.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> object.</returns>
			<param name="name">The name of the Notification Services application.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ApplicationCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see> object that hosts the collection of applications.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFile">
			<summary>Defines an application database data file.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFile.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFile"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFile.#ctor(Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileGroup,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFile"></see> class with the parent <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileGroup"></see> and a name.</summary>
			<param name="name">A <see cref="T:System.String"></see>, between 1 and 128 characters in length, specifying the logical name of the data file. You cannot change the name. To alter an application database after creating the application, use the SQL Server tools, such as SQL Server Management Studio.</param>
			<param name="applicationDatabaseFileGroup">The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileGroup"></see> object for the database file.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFile.FileName">
			<summary>Gets or sets the file name and path of a physical data file.</summary>
			<returns>A <see cref="T:System.String"></see>, between 1 and 260 characters in length, containing the path and name of the data file. This property is required when defining an application database file.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFile.GrowthIncrement">
			<summary>Gets or sets the increment by which the data file size will increase when additional space is needed.</summary>
			<returns>A <see cref="T:System.String"></see>, up to 16 characters in length, containing the file growth increment.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFile.InitialSize">
			<summary>Gets or sets the initial size of the data file.</summary>
			<returns>A <see cref="T:System.String"></see>, up to 32 characters in length, specifying the initial size of the data file.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFile.MaxSize">
			<summary>Gets or sets the maximum size to which the data file can grow.</summary>
			<returns>A <see cref="T:System.String"></see>, up to 32 characters in length, specifying the maximum data file size.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFile.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileGroup"></see> that contains this <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFile"></see>.</summary>
			<returns>The <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileGroup"></see> object that contains the application database data file.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileCollection">
			<summary>Represents a collection of application database data files in a <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileGroup"></see>.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileCollection.Add(Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFile)">
			<summary>Adds an <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFile"></see> to the collection.</summary>
			<param name="applicationDatabaseFiles">The <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFile"></see> to be added.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileCollection.CopyTo(Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFile[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFile"></see> array beginning at the specified index.</summary>
			<param name="index">The zero-based index in array at which copying begins.</param>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFile"></see> objects.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileCollection.GetCollectionElementType">
			<summary>Returns the type of the objects in the collection.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFile"></see></returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileCollection.Remove(Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFile)">
			<summary>Removes the specified <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFile"></see> object from the collection.</summary>
			<param name="applicationDatabaseFiles">The <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFile"></see> object to remove from the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileCollection.Remove(System.String)">
			<summary>Removes the named <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFile"></see> from the collection.</summary>
			<param name="name">The name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFile"></see> object to remove from the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileCollection.Item(System.Int32)">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFile"></see> object at the specified index.</summary>
			<returns>The <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFile"></see> at the specified index position.</returns>
			<param name="index">A zero-based <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFile"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileCollection.Item(System.String)">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFile"></see> object that has the specified name.</summary>
			<returns>The <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFile"></see> with the specified name.</returns>
			<param name="name">A <see cref="T:System.String"></see>, between 1 and 128 characters in length, containing the name of an <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFile"></see> object.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileGroup"></see> that contains this <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileCollection"></see>.</summary>
			<returns>The <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileGroup"></see> that contains this <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileCollection"></see>.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileGroup">
			<summary>Describes one database filegroup for a Notification Services<see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see>.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileGroup.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileGroup"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileGroup.#ctor(Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseOptions,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileGroup"></see> class with the parent <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseOptions"></see> object and a name. </summary>
			<param name="applicationDatabaseOptions">The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseOptions"></see> for the filegroup. This parameter sets the <see cref="P:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileGroup.Parent"></see> property.</param>
			<param name="name">A <see cref="T:System.String"></see>, between 1 and 128 characters in length, that specifies the name of the filegroup.You cannot change the name. To alter an application database after creating the application, use the SQL Server tools, such as SQL Server Management Studio.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileGroup.ApplicationDatabaseFiles">
			<summary>Gets the collection of <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFile"></see> objects in the filegroup.</summary>
			<returns>The <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileCollection"></see> object for the filegroup.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileGroup.Parent">
			<summary>Gets or sets the parent <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseOptions"></see> object for the filegroup.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseOptions"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileGroupCollection">
			<summary>Represents the collection of application database filegroups for a Notification Services<see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see>. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileGroupCollection.Add(Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileGroup)">
			<summary>Adds an <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileGroup"></see> to the <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileGroupCollection"></see>.</summary>
			<param name="applicationDatabaseFileGroups">The <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileGroup"></see> to add to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileGroupCollection.CopyTo(Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileGroup[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="index">An <see cref="T:System.Int32"></see> value that is the zero-based index in array where copying begins.</param>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileGroup"></see> objects.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileGroupCollection.GetCollectionElementType">
			<summary>Returns the type of the collection.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileGroup"></see></returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileGroupCollection.Remove(Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileGroup)">
			<summary>Removes the specified <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileGroup"></see> object from the collection.</summary>
			<param name="applicationDatabaseFileGroups">The <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileGroup"></see> object to remove.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileGroupCollection.Remove(System.String)">
			<summary>Removes the <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileGroup"></see> object with the specified name from the collection.</summary>
			<param name="name">The name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileGroup"></see> object to remove.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileGroupCollection.Item(System.Int32)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileGroup"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileGroupCollection"></see> object by position.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileGroup"></see> object that represents a application database filegroup for the instance of Notification Services.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileGroup"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileGroupCollection.Item(System.String)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileGroup"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileGroupCollection"></see> object by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileGroup"></see> object that represents a application database filegroup for the instance of Notification Services.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileGroup"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileGroupCollection.Parent">
			<summary>Gets the parent <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseOptions"></see> object for this <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileGroupCollection"></see>.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseOptions"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseLogFile">
			<summary>Defines an application database log file.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseLogFile.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseLogFile"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseLogFile.#ctor(Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseOptions,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseLogFile"></see> class with a parent <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseOptions"></see> object and a name.</summary>
			<param name="applicationDatabaseOptions">The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseOptions"></see> object for the application database.</param>
			<param name="name">A <see cref="T:System.String"></see>, up to 128 characters in length, specifying the logical name of the log file.You cannot change the name. To alter an application database after creating the application, use the Microsoft SQL Server tools, such as SQL Server Management Studio.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseLogFile.FileName">
			<summary>Gets or sets the path and file name of the application database log file.</summary>
			<returns>A <see cref="T:System.String"></see>, up to 260 characters in length, that specifies the full path and file name of the log file.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseLogFile.GrowthIncrement">
			<summary>Gets or sets the increment by which the log file size increases when additional space is needed.</summary>
			<returns>A <see cref="T:System.String"></see>, up to 16 characters in length, specifying the log file growth increment.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseLogFile.InitialSize">
			<summary>Gets or sets the initial size of the application log file.</summary>
			<returns>A <see cref="T:System.String"></see>, up to 32 characters in length, specifying the initial log file size.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseLogFile.MaxSize">
			<summary>Gets or sets the maximum size to which the log file can grow.</summary>
			<returns>A <see cref="T:System.String"></see>, up to 32 characters in length, specifying the maximum log file size.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseLogFile.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseOptions"></see> object for the application database.</summary>
			<returns>The <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseOptions"></see> object for the application database.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseLogFileCollection">
			<summary>Represents the collection of application database log files for a Notification Services<see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see>. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseLogFileCollection.Add(Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseLogFile)">
			<summary>Adds an <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseLogFile"></see> to the <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseLogFileCollection"></see>.</summary>
			<param name="applicationDatabaseLogFiles">The <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseLogFile"></see> to add to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseLogFileCollection.CopyTo(Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseLogFile[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="index">An <see cref="T:System.Int32"></see> value that is the zero-based index in array where copying begins.</param>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseLogFile"></see> objects.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseLogFileCollection.GetCollectionElementType">
			<summary>Returns the type of the collection.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseLogFile"></see></returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseLogFileCollection.Remove(Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseLogFile)">
			<summary>Removes the specified <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseLogFile"></see> object from the collection.</summary>
			<param name="applicationDatabaseLogFiles">The <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseLogFile"></see> object to remove.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseLogFileCollection.Remove(System.String)">
			<summary>Removes the <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseLogFile"></see> object with the specified name from the collection.</summary>
			<param name="name">The name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseLogFile"></see> object to remove.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseLogFileCollection.Item(System.Int32)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseLogFile"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseLogFileCollection"></see> object by position.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseLogFile"></see> object that represents a application database log file for the instance of Notification Services.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseLogFile"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseLogFileCollection.Item(System.String)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseLogFile"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseLogFileCollection"></see> object by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseLogFile"></see> object that represents a application database log file for the instance of Notification Services.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseLogFile"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseLogFileCollection.Parent">
			<summary>Gets the parent <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseOptions"></see> object for this <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseLogFileCollection"></see>.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseOptions"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseOptions">
			<summary>Represents the database options for an application database.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseOptions.#ctor(Microsoft.SqlServer.Management.Nmo.Application,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseOptions"></see> class.</summary>
			<param name="application">The <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> for the database options.</param>
			<param name="name">A <see cref="T:System.String"></see> containing a name for the database options. This name is not used by Notification Services.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseOptions.ApplicationDatabaseFileGroups">
			<summary>Represents the collection of filegroups for an application.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileGroupCollection"></see>. Use this collection to add and remove <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseFileGroup"></see> objects.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseOptions.ApplicationDatabaseLogFiles">
			<summary>Represents the collection of log files for an application.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseLogFileCollection"></see>. Use this collection to add and remove <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseLogFile"></see> objects.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseOptions.CollationName">
			<summary>Gets or sets the application database collation.</summary>
			<returns>A <see cref="T:System.String"></see> containing the MicrosoftSQL Server or Microsoft Windows collation name.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseOptions.DefaultFileGroup">
			<summary>Gets or sets the default filegroup for the application database.</summary>
			<returns>A <see cref="T:System.String"></see> containing name of the default filegroup.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ApplicationDatabaseOptions.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> for the application database options.</summary>
			<returns>The <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> for the application database options.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.ContentFormatter">
			<summary>Represents a content formatter, which formats notifications for a specific notification class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ContentFormatter.#ctor(Microsoft.SqlServer.Management.Nmo.NotificationClass,System.String)">
			<summary>Initializes a <see cref="T:Microsoft.SqlServer.Management.Nmo.ContentFormatter"></see> object with a notification class and name.</summary>
			<param name="ncParent">The <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClass"></see> for this content formatter.</param>
			<param name="name">A <see cref="T:System.String"></see> that specifies the logical name of the content formatter.You cannot change the name. You must instead remove the content formatter and then add a content formatter with the new name.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ContentFormatter.AssemblyName">
			<summary>Gets or sets the name of the assembly that contains the custom content formatter class.</summary>
			<returns>A <see cref="T:System.String"></see>, up to 260 characters in length, that specifies the name of the assembly that contains the custom content formatter class.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ContentFormatter.ContentFormatterArguments">
			<summary>Gets the collection of initialization arguments for the content formatter.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.ContentFormatterArgumentCollection"></see> object containing the arguments for the content formatter.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ContentFormatter.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClass"></see> for the content formatter.</summary>
			<returns>The <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClass"></see> for the <see cref="T:Microsoft.SqlServer.Management.Nmo.ContentFormatter"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.ContentFormatterArgument">
			<summary>Represents one name/value pair for a content formatter initialization argument. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ContentFormatterArgument.#ctor">
			<summary>Default constructor for the <see cref="T:Microsoft.SqlServer.Management.Nmo.ContentFormatterArgument"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ContentFormatterArgument.#ctor(Microsoft.SqlServer.Management.Nmo.ContentFormatter,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.ContentFormatterArgument"></see> class with a <see cref="T:Microsoft.SqlServer.Management.Nmo.ContentFormatter"></see> object and a name.</summary>
			<param name="contentFormatter">The <see cref="T:Microsoft.SqlServer.Management.Nmo.ContentFormatter"></see> object for the argument.</param>
			<param name="name">A <see cref="T:System.String"></see> of up to 255 characters that specifies the name of the argument.You cannot change the name. Instead, you must remove the argument and then add a new argument that uses the new name.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ContentFormatterArgument.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Nmo.ContentFormatter"></see> object for the argument.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.ContentFormatter"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ContentFormatterArgument.Value">
			<summary>Gets or sets the value of the content formatter argument.</summary>
			<returns>A <see cref="T:System.String"></see> of up to 4000 characters that specifies the value of the content formatter argument.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.ContentFormatterArgumentCollection">
			<summary>Represents the collection of initialization arguments for a <see cref="T:Microsoft.SqlServer.Management.Nmo.ContentFormatter"></see> object. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ContentFormatterArgumentCollection.Add(Microsoft.SqlServer.Management.Nmo.ContentFormatterArgument)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Nmo.ContentFormatterArgument"></see> to the <see cref="T:Microsoft.SqlServer.Management.Nmo.ContentFormatterArgumentCollection"></see>.</summary>
			<param name="contentFormatterArgument">The <see cref="T:Microsoft.SqlServer.Management.Nmo.ContentFormatterArgument"></see> to add to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ContentFormatterArgumentCollection.CopyTo(Microsoft.SqlServer.Management.Nmo.ContentFormatterArgument[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="index">An <see cref="T:System.Int32"></see> value that is the zero-based index in array where copying begins.</param>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Nmo.ContentFormatterArgument"></see> objects.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ContentFormatterArgumentCollection.GetCollectionElementType">
			<summary>Returns the type of the collection.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Nmo.ContentFormatterArgument"></see></returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ContentFormatterArgumentCollection.Remove(Microsoft.SqlServer.Management.Nmo.ContentFormatterArgument)">
			<summary>Removes the specified <see cref="T:Microsoft.SqlServer.Management.Nmo.ContentFormatterArgument"></see> object from the collection.</summary>
			<param name="contentFormatterArgument">The <see cref="T:Microsoft.SqlServer.Management.Nmo.ContentFormatterArgument"></see> object to remove.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ContentFormatterArgumentCollection.Remove(System.String)">
			<summary>Removes the <see cref="T:Microsoft.SqlServer.Management.Nmo.ContentFormatterArgument"></see> object with the specified name from the collection.</summary>
			<param name="name">The name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.ContentFormatterArgument"></see> object to remove.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ContentFormatterArgumentCollection.Item(System.Int32)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.ContentFormatterArgument"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.ContentFormatterArgumentCollection"></see> object by position.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.ContentFormatterArgument"></see> object that represents an initialization argument for the content formatter.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Nmo.ContentFormatterArgument"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ContentFormatterArgumentCollection.Item(System.String)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.ContentFormatterArgument"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.ContentFormatterArgumentCollection"></see> object by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.ContentFormatterArgument"></see> object that represents an initialization argument for the content formatter.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.ContentFormatterArgument"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ContentFormatterArgumentCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Nmo.ContentFormatter"></see> object for this <see cref="T:Microsoft.SqlServer.Management.Nmo.ContentFormatterArgumentCollection"></see>.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.ContentFormatter"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannel">
			<summary>Represents a delivery channel for an instance of Notification Services.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.DeliveryChannel.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannel"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.DeliveryChannel.#ctor(Microsoft.SqlServer.Management.Nmo.Instance,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannel"></see> class with an <see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see> and a name.</summary>
			<param name="instance">The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see> of Notification Services for this <see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannel"></see> object.</param>
			<param name="name">A <see cref="T:System.String"></see> of up to 64 characters that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannel"></see> object.You cannot change the name. To rename a delivery channel, you must remove the delivery channel and then add a new delivery channel that has the new name.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.DeliveryChannel.DeliveryChannelArguments">
			<summary>Gets the collection of delivery channel arguments for the delivery channel.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannelArgumentCollection"></see> object containing the arguments for the delivery channel.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.DeliveryChannel.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see> object for this <see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannel"></see> object.</summary>
			<returns>The <see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see> object for this <see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannel"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.DeliveryChannel.ProtocolName">
			<summary>Gets or sets the name of the delivery protocol associated with the delivery channel.</summary>
			<returns>A <see cref="T:System.String"></see> of up to 64 characters containing the name of a standard or custom delivery protocol.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannelArgument">
			<summary>Represents one name/value pair for a delivery channel argument. These arguments are typically used to supply configuration and authentication information required by the delivery service. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.DeliveryChannelArgument.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannelArgument"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.DeliveryChannelArgument.#ctor(Microsoft.SqlServer.Management.Nmo.DeliveryChannel,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannelArgument"></see> class with a <see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannel"></see> object and a name.</summary>
			<param name="deliveryChannel">The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannel"></see> object for this argument.</param>
			<param name="name">A <see cref="T:System.String"></see> of up to 255 characters specifying the argument name.You cannot change the name. To rename a delivery channel argument, you must remove the argument and then add a new argument that has the new name.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.DeliveryChannelArgument.Parent">
			<summary>Gets or sets the parent <see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannel"></see> object.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannel"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.DeliveryChannelArgument.Value">
			<summary>Gets or sets the value of the delivery channel argument.</summary>
			<returns>A <see cref="T:System.String"></see> of up to 4000 characters that specifies the value of the delivery channel argument.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannelArgumentCollection">
			<summary>Represents the collection of arguments to be passed to the delivery protocol for the <see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannel"></see>. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.DeliveryChannelArgumentCollection.Add(Microsoft.SqlServer.Management.Nmo.DeliveryChannelArgument)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannelArgument"></see> to the <see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannelArgumentCollection"></see>.</summary>
			<param name="deliveryChannelArgument">The <see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannelArgument"></see> to add to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.DeliveryChannelArgumentCollection.CopyTo(Microsoft.SqlServer.Management.Nmo.DeliveryChannelArgument[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="index">An <see cref="T:System.Int32"></see> value that is the zero-based index in array where copying begins.</param>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannelArgument"></see> objects.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.DeliveryChannelArgumentCollection.GetCollectionElementType">
			<summary>Returns the type of the collection.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannelArgument"></see></returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.DeliveryChannelArgumentCollection.Remove(Microsoft.SqlServer.Management.Nmo.DeliveryChannelArgument)">
			<summary>Removes the specified <see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannelArgument"></see> object from the collection.</summary>
			<param name="deliveryChannelArgument">The <see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannelArgument"></see> object to remove.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.DeliveryChannelArgumentCollection.Remove(System.String)">
			<summary>Removes the <see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannelArgument"></see> object with the specified name from the collection.</summary>
			<param name="name">The name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannelArgument"></see> object to remove.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.DeliveryChannelArgumentCollection.Item(System.Int32)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannelArgument"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannelArgumentCollection"></see> object by position.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannelArgument"></see> object that represents an argument for the associated delivery protocol.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannelArgument"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.DeliveryChannelArgumentCollection.Item(System.String)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannelArgument"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannelArgumentCollection"></see> object by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannelArgument"></see> object that represents an argument for the associated delivery protocol.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannelArgument"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.DeliveryChannelArgumentCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannel"></see> object for this <see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannelArgumentCollection"></see>.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannel"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannelCollection">
			<summary>Represents the collection of delivery channels for an <see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see> of Notification Services.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.DeliveryChannelCollection.Add(Microsoft.SqlServer.Management.Nmo.DeliveryChannel)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannel"></see> to the <see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannelCollection"></see>.</summary>
			<param name="deliveryChannel">The <see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannel"></see> to add to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.DeliveryChannelCollection.CopyTo(Microsoft.SqlServer.Management.Nmo.DeliveryChannel[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="index">An <see cref="T:System.Int32"></see> value that is the zero-based index in array where copying begins.</param>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannel"></see> objects.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.DeliveryChannelCollection.GetCollectionElementType">
			<summary>Returns the type of the collection.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannel"></see></returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.DeliveryChannelCollection.Remove(Microsoft.SqlServer.Management.Nmo.DeliveryChannel)">
			<summary>Removes the specified <see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannel"></see> object from the collection.</summary>
			<param name="deliveryChannel">The <see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannel"></see> object to remove.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.DeliveryChannelCollection.Remove(System.String)">
			<summary>Removes the <see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannel"></see> object with the specified name from the collection.</summary>
			<param name="name">The name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannel"></see> object to remove.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.DeliveryChannelCollection.Item(System.Int32)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannel"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannelCollection"></see> object by position.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannel"></see> object that represents a delivery channel for the instance of Notification Services.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannel"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.DeliveryChannelCollection.Item(System.String)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannel"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannelCollection"></see> object by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannel"></see> object that represents a delivery channel for the instance of Notification Services.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannel"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.DeliveryChannelCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see> object for this <see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannelCollection"></see>.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.Distributor">
			<summary>Represents one distributor for a Notification Services application.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.Distributor.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.Distributor"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.Distributor.#ctor(Microsoft.SqlServer.Management.Nmo.Application,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.Distributor"></see> class with an <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> and a name.</summary>
			<param name="application">The <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> for the distributor. This parameter sets the <see cref="P:Microsoft.SqlServer.Management.Nmo.Distributor.Parent"></see> property.</param>
			<param name="name">The <see cref="T:System.String"></see> of up to 256 characters that specifies the name of the distributor.You cannot change the name. If you need to rename a distributor, you must remove the distributor and then define and add a distributor that has the new name.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.Distributor.Disable">
			<summary>Sets the distributor's state to disabled.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.Distributor.Enable">
			<summary>Sets the distributors state to enabled.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Distributor.ActivationState">
			<summary>Gets the current state of the distributor.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.NSActivationState"></see> that specifies the current state of the distributor.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Distributor.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> object for this <see cref="T:Microsoft.SqlServer.Management.Nmo.DistributorCollection"></see>.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Distributor.QuantumDuration">
			<summary>Gets or sets the distributor work item polling interval.</summary>
			<returns>A <see cref="T:System.TimeSpan"></see> value that specifies the distributor quantum duration.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Distributor.SystemName">
			<summary>Gets or sets the name of the server on which the distributor runs.</summary>
			<returns>A <see cref="T:System.String"></see> of up to 256 characters that specifies the name of the server on which the distributor runs.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Distributor.ThreadPoolSize">
			<summary>Gets or sets the maximum number of threads that the distributor can use to process work items.</summary>
			<returns>A <see cref="T:System.Int32"></see> that specifies the maximum number of distributor threads.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.DistributorCollection">
			<summary>Represents the collection of distributors for a Notification Services<see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see>.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.DistributorCollection.Add(Microsoft.SqlServer.Management.Nmo.Distributor)">
			<summary>Adds an <see cref="T:Microsoft.SqlServer.Management.Nmo.Distributor"></see> to the <see cref="T:Microsoft.SqlServer.Management.Nmo.DistributorCollection"></see>.</summary>
			<param name="distributor">The <see cref="T:Microsoft.SqlServer.Management.Nmo.Distributor"></see> to add to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.DistributorCollection.CopyTo(Microsoft.SqlServer.Management.Nmo.Distributor[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="index">An <see cref="T:System.Int32"></see> value that is the zero-based index in array where copying begins.</param>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Nmo.Distributor"></see> objects.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.DistributorCollection.Disable">
			<summary>Disables all distributors for the Notification Services application.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.DistributorCollection.Disable(System.String)">
			<summary>Disables the application's distributors on a specific server.</summary>
			<param name="systemName">A <see cref="T:System.String"></see> specifying the name of the distribution server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.DistributorCollection.Enable">
			<summary>Enables all distributors for the Notification Services application.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.DistributorCollection.Enable(System.String)">
			<summary>Enables the application's distributors on a specific server.</summary>
			<param name="systemName">A <see cref="T:System.String"></see> specifying the name of the distribution server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.DistributorCollection.GetCollectionElementType">
			<summary>Returns the type of the collection.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Nmo.Distributor"></see></returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.DistributorCollection.Remove(Microsoft.SqlServer.Management.Nmo.Distributor)">
			<summary>Removes the specified <see cref="T:Microsoft.SqlServer.Management.Nmo.Distributor"></see> object from the collection.</summary>
			<param name="distributor">The <see cref="T:Microsoft.SqlServer.Management.Nmo.Distributor"></see> object to remove.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.DistributorCollection.Remove(System.String)">
			<summary>Removes the <see cref="T:Microsoft.SqlServer.Management.Nmo.Distributor"></see> object with the specified name from the collection.</summary>
			<param name="name">The name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.Distributor"></see> object to remove.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.DistributorCollection.Item(System.Int32)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.Distributor"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.DistributorCollection"></see> object by position.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.Distributor"></see> object that represents a distributor for the instance of Notification Services.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Nmo.Distributor"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.DistributorCollection.Item(System.String)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.Distributor"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.DistributorCollection"></see> object by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.Distributor"></see> object that represents a distributor for the instance of Notification Services.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.Distributor"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.DistributorCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> object for this <see cref="T:Microsoft.SqlServer.Management.Nmo.DistributorCollection"></see>.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.EventChronicle">
			<summary>Represents a Notification Services application event chronicle, which is supplemental storage for event data. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.EventChronicle.#ctor">
			<summary>Initializes a new <see cref="T:Microsoft.SqlServer.Management.Nmo.EventChronicle"></see>.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.EventChronicle.#ctor(Microsoft.SqlServer.Management.Nmo.EventClass,System.String)">
			<summary>Initializes a new <see cref="T:Microsoft.SqlServer.Management.Nmo.EventChronicle"></see> with an <see cref="T:Microsoft.SqlServer.Management.Nmo.EventClass"></see> object and a name.</summary>
			<param name="eventClass">The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.EventClass"></see> for the <see cref="T:Microsoft.SqlServer.Management.Nmo.EventChronicle"></see>.</param>
			<param name="name">A <see cref="T:System.String"></see>, up to 255 characters in length, containing the logical name of the event chronicle.You cannot change the name. To rename an event chronicle, you must remove it and then add a new event chronicle that has the new name.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.EventChronicle.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Nmo.EventClass"></see> for the <see cref="T:Microsoft.SqlServer.Management.Nmo.EventChronicle"></see>.</summary>
			<returns>The <see cref="T:Microsoft.SqlServer.Management.Nmo.EventClass"></see> object for this event chroncle.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.EventChronicle.SqlStatements">
			<summary>Gets the Transact-SQL statement for an event chronicle table.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> object containing Transact-SQL statements.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.EventChronicleCollection">
			<summary>Represents the collection of event chronicles for an event class. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.EventChronicleCollection.Add(Microsoft.SqlServer.Management.Nmo.EventChronicle)">
			<summary>Adds an <see cref="T:Microsoft.SqlServer.Management.Nmo.EventChronicle"></see> to the <see cref="T:Microsoft.SqlServer.Management.Nmo.EventChronicleCollection"></see>.</summary>
			<param name="eventChronicle">The <see cref="T:Microsoft.SqlServer.Management.Nmo.EventChronicle"></see> to add to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.EventChronicleCollection.CopyTo(Microsoft.SqlServer.Management.Nmo.EventChronicle[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="index">An <see cref="T:System.Int32"></see> value that is the zero-based index in array where copying begins.</param>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Nmo.EventChronicle"></see> objects.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.EventChronicleCollection.GetCollectionElementType">
			<summary>Returns the type of the collection.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Nmo.EventChronicle"></see></returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.EventChronicleCollection.Remove(Microsoft.SqlServer.Management.Nmo.EventChronicle)">
			<summary>Removes an <see cref="T:Microsoft.SqlServer.Management.Nmo.EventChronicle"></see> object from the collection using a reference to the object.</summary>
			<param name="eventChronicle">The <see cref="T:Microsoft.SqlServer.Management.Nmo.EventChronicle"></see> object to remove.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.EventChronicleCollection.Remove(System.String)">
			<summary>Removes an <see cref="T:Microsoft.SqlServer.Management.Nmo.EventChronicle"></see> object from the collection by name.</summary>
			<param name="name">The logical name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.EventChronicle"></see> object to remove.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.EventChronicleCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Nmo.EventChronicle"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.EventChronicleCollection"></see> object by position.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Nmo.EventChronicle"></see> object that represents an event chronicle.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Nmo.EventChronicle"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.EventChronicleCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Nmo.EventChronicle"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.EventChronicleCollection"></see> object by name.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Nmo.EventChronicle"></see> object that represents an event chronicle.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.EventChronicle"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.EventChronicleCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Nmo.EventClass"></see> object for this <see cref="T:Microsoft.SqlServer.Management.Nmo.EventChronicleCollection"></see>.</summary>
			<returns>The <see cref="T:Microsoft.SqlServer.Management.Nmo.EventClass"></see> object for this <see cref="T:Microsoft.SqlServer.Management.Nmo.EventChronicleCollection"></see>.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.EventChronicleRule">
			<summary>Represents a event chronicle maintenance query to run for each generator quantum in which an event batch arrives into the parent event class. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.EventChronicleRule.#ctor(Microsoft.SqlServer.Management.Nmo.EventClass,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.EventChronicleRule"></see> class with an <see cref="T:Microsoft.SqlServer.Management.Nmo.EventClass"></see> and a name.</summary>
			<param name="name">The <see cref="T:System.String"></see> of up to 256 characters that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.EventChronicleRule"></see>.You cannot change the name. To rename an event chronicle rule, you must remove the rule and then add a new rule.</param>
			<param name="ecParent">The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.EventClass"></see> for the <see cref="T:Microsoft.SqlServer.Management.Nmo.EventChronicleRule"></see>. This parameter sets the <see cref="P:Microsoft.SqlServer.Management.Nmo.EventChronicleRule.Parent"></see> property.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.EventChronicleRule.Action">
			<summary>Gets or sets the Transact-SQL statements that specify the actions to perform for the event chronicle rule.</summary>
			<returns>A <see cref="T:System.String"></see> of up to 100,000 characters that specifies the Transact-SQL statements to execute each time the event chronicle rule runs.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.EventChronicleRule.ActionTimeout">
			<summary>Gets or sets the interval during which the Transact-SQL statements specified in the <see cref="P:Microsoft.SqlServer.Management.Nmo.EventChronicleRule.Action"></see> must complete.</summary>
			<returns>A <see cref="T:System.TimeSpan"></see> object that specifies the action timeout.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.EventChronicleRule.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Nmo.EventClass"></see> object for this <see cref="T:Microsoft.SqlServer.Management.Nmo.EventChronicleRule"></see>.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.EventClass"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.EventClass">
			<summary>Represents a event class for a Notification Services<see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see>. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.EventClass.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.EventClass"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.EventClass.#ctor(Microsoft.SqlServer.Management.Nmo.Application,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.EventClass"></see> class with an <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> and a name.</summary>
			<param name="application">The <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> for the event class. This parameter sets the <see cref="P:Microsoft.SqlServer.Management.Nmo.EventClass.Parent"></see> property.</param>
			<param name="name">The <see cref="T:System.String"></see> of up to 255 characters that specifies the name of the event class.You cannot rename an event class. Instead, you must remove the event class and then add a new event class with the new name.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.EventClass.EventChronicleRule">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Nmo.EventChronicleRule"></see> for the event class.</summary>
			<returns>The <see cref="T:Microsoft.SqlServer.Management.Nmo.EventChronicleRule"></see> for the event class.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.EventClass.EventChronicles">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Nmo.EventChronicleCollection"></see> for the <see cref="T:Microsoft.SqlServer.Management.Nmo.EventClass"></see>.</summary>
			<returns>The <see cref="T:Microsoft.SqlServer.Management.Nmo.EventChronicleCollection"></see> for the event class.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.EventClass.EventFields">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Nmo.EventFieldCollection"></see> for the <see cref="T:Microsoft.SqlServer.Management.Nmo.EventClass"></see>.</summary>
			<returns>The <see cref="T:Microsoft.SqlServer.Management.Nmo.EventFieldCollection"></see> object for the event class.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.EventClass.FileGroup">
			<summary>Gets or sets the application database filegroup for the event class database objects.</summary>
			<returns>A <see cref="T:System.String"></see> of up to 128 characters that specifies the name of an application database filegroup.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.EventClass.IndexSqlStatements">
			<summary>Gets the Transact-SQL statements for creating one or more indexes for the event class.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> containing the indexing Transact-SQL statements.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.EventClass.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> object for this <see cref="T:Microsoft.SqlServer.Management.Nmo.EventClass"></see>.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.EventClassCollection">
			<summary>Represents the collection of event classes for a Notification Services<see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see>. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.EventClassCollection.Add(Microsoft.SqlServer.Management.Nmo.EventClass)">
			<summary>Adds an <see cref="T:Microsoft.SqlServer.Management.Nmo.EventClass"></see> to the <see cref="T:Microsoft.SqlServer.Management.Nmo.EventClassCollection"></see>.</summary>
			<param name="eventClass">The <see cref="T:Microsoft.SqlServer.Management.Nmo.EventClass"></see> to add to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.EventClassCollection.CopyTo(Microsoft.SqlServer.Management.Nmo.EventClass[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="index">An <see cref="T:System.Int32"></see> value that is the zero-based index in array where copying begins.</param>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Nmo.EventClass"></see> objects.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.EventClassCollection.GetCollectionElementType">
			<summary>Returns the type of the collection.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Nmo.EventClass"></see></returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.EventClassCollection.Remove(Microsoft.SqlServer.Management.Nmo.EventClass)">
			<summary>Removes the specified <see cref="T:Microsoft.SqlServer.Management.Nmo.EventClass"></see> object from the collection.</summary>
			<param name="eventClass">The <see cref="T:Microsoft.SqlServer.Management.Nmo.EventClass"></see> object to remove.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.EventClassCollection.Remove(System.String)">
			<summary>Removes the <see cref="T:Microsoft.SqlServer.Management.Nmo.EventClass"></see> object with the specified name from the collection.</summary>
			<param name="name">The name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.EventClass"></see> object to remove.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.EventClassCollection.Item(System.Int32)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.EventClass"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.EventClassCollection"></see> object by position.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.EventClass"></see> object that represents an event class for the instance of Notification Services.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Nmo.EventClass"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.EventClassCollection.Item(System.String)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.EventClass"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.EventClassCollection"></see> object by name.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Nmo.EventClass"></see> object that represents an event class for the instance of Notification Services.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.EventClass"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.EventClassCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> object for this <see cref="T:Microsoft.SqlServer.Management.Nmo.EventClassCollection"></see>.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.EventField">
			<summary>Represents a field in the event class schema.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.EventField.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.EventField"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.EventField.#ctor(Microsoft.SqlServer.Management.Nmo.EventClass,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.EventField"></see> class with an <see cref="T:Microsoft.SqlServer.Management.Nmo.EventClass"></see> and a name.</summary>
			<param name="eventClass">The <see cref="T:Microsoft.SqlServer.Management.Nmo.EventClass"></see> for the event field. This parameter sets the <see cref="P:Microsoft.SqlServer.Management.Nmo.EventField.Parent"></see> property.</param>
			<param name="name">The <see cref="T:System.String"></see> of up to 256 characters that specifies the name of the event field.You cannot change the name. To change the event field name, you must remove the event field and the add an event field that has the new name.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.EventField.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Nmo.EventClass"></see> object for this <see cref="T:Microsoft.SqlServer.Management.Nmo.EventFieldCollection"></see>.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.EventClass"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.EventField.Type">
			<summary>Specifies the Microsoft SQL Server data type of the event field.</summary>
			<returns>A <see cref="T:System.String"></see>, between 1 and 255 characters in length, that specifies the SQL Server data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.EventField.TypeModifier">
			<summary>Gets or sets the optional Microsoft SQL Server field attributes for an event field.</summary>
			<returns>A <see cref="T:System.String"></see>, between 1 and 255 characters in length, that specifies the type modifiers for the event field.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.EventFieldCollection">
			<summary>Represents the collection of event fields for a Notification Services<see cref="T:Microsoft.SqlServer.Management.Nmo.EventClass"></see>.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.EventFieldCollection.Add(Microsoft.SqlServer.Management.Nmo.EventField)">
			<summary>Adds an <see cref="T:Microsoft.SqlServer.Management.Nmo.EventField"></see> to the end of the <see cref="T:Microsoft.SqlServer.Management.Nmo.EventFieldCollection"></see>.</summary>
			<param name="eventField">The <see cref="T:Microsoft.SqlServer.Management.Nmo.EventField"></see> to add to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.EventFieldCollection.Add(Microsoft.SqlServer.Management.Nmo.EventField,System.Int32)">
			<summary>Adds an <see cref="T:Microsoft.SqlServer.Management.Nmo.EventField"></see> at the specified position in the <see cref="T:Microsoft.SqlServer.Management.Nmo.EventFieldCollection"></see>.</summary>
			<param name="insertAtPosition">An <see cref="T:System.Int32"></see> value that specifies the position to add the <see cref="T:Microsoft.SqlServer.Management.Nmo.EventField"></see> object to the collection.</param>
			<param name="eventField">The <see cref="T:Microsoft.SqlServer.Management.Nmo.EventField"></see> to add to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.EventFieldCollection.Add(Microsoft.SqlServer.Management.Nmo.EventField,System.String)">
			<summary>Adds an <see cref="T:Microsoft.SqlServer.Management.Nmo.EventField"></see> before the specified <see cref="T:Microsoft.SqlServer.Management.Nmo.EventFieldCollection"></see>.</summary>
			<param name="insertAtColumnName">A <see cref="T:System.String"></see> that specifies name of the event field column before which to insert the <see cref="T:Microsoft.SqlServer.Management.Nmo.EventField"></see>.</param>
			<param name="eventField">The <see cref="T:Microsoft.SqlServer.Management.Nmo.EventField"></see> to add to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.EventFieldCollection.CopyTo(Microsoft.SqlServer.Management.Nmo.EventField[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="index">An <see cref="T:System.Int32"></see> value that is the zero-based index in array where copying begins.</param>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Nmo.EventField"></see> objects.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.EventFieldCollection.GetCollectionElementType">
			<summary>Returns the type of the collection.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Nmo.EventField"></see></returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.EventFieldCollection.Remove(Microsoft.SqlServer.Management.Nmo.EventField)">
			<summary>Removes the specified <see cref="T:Microsoft.SqlServer.Management.Nmo.EventField"></see> object from the collection.</summary>
			<param name="eventField">The <see cref="T:Microsoft.SqlServer.Management.Nmo.EventField"></see> object to remove.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.EventFieldCollection.Remove(System.String)">
			<summary>Removes the named <see cref="T:Microsoft.SqlServer.Management.Nmo.EventField"></see> from the collection.</summary>
			<param name="name">A <see cref="T:System.String"></see> that specifies name of the event field to remove from the <see cref="T:Microsoft.SqlServer.Management.Nmo.EventFieldCollection"></see>.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.EventFieldCollection.Item(System.Int32)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.EventField"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.EventFieldCollection"></see> object by position.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.EventField"></see> object that represents an event field for the instance of Notification Services.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Nmo.EventField"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.EventFieldCollection.Item(System.String)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.EventField"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.EventFieldCollection"></see> object by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.EventField"></see> object that represents an event field for the instance of Notification Services.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.EventField"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.EventFieldCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Nmo.EventClass"></see> object for this <see cref="T:Microsoft.SqlServer.Management.Nmo.EventFieldCollection"></see>.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.EventClass"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.Generator">
			<summary>Represents the application's generator. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.Generator.#ctor(Microsoft.SqlServer.Management.Nmo.Application,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.Generator"></see> class with an <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> and a name.</summary>
			<param name="application">The <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> for the generator. This parameter sets the <see cref="P:Microsoft.SqlServer.Management.Nmo.Generator.Parent"></see> property.</param>
			<param name="name">A <see cref="T:System.String"></see>, between 1 and 255 characters in length, that specifies the name of the generator. This name is not used by Notification Services.You cannot rename the generator. Instead, you must remove it and add a new generator that has the new name.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.Generator.Disable">
			<summary>Sets the generator state to disabled.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.Generator.Enable">
			<summary>Sets the generator state to enabled.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Generator.ActivationState">
			<summary>Gets the current state of the generator.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.NSActivationState"></see> that specifies the current state of the generator.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Generator.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> object for this <see cref="T:Microsoft.SqlServer.Management.Nmo.Generator"></see>.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Generator.PreviousFiringTime">
			<summary>Gets the date and time the generator last fired a subscription rule.</summary>
			<returns>A <see cref="T:System.DateTime"></see> object that specifies the previous rule firing date and time.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Generator.SystemName">
			<summary>Gets or sets the name of the server on which the generator runs.</summary>
			<returns>A <see cref="T:System.String"></see>, between 1 and 255 characters in length, that specifies the name of the generator's server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Generator.ThreadPoolSize">
			<summary>Gets or sets the number of threads that the generator can use to concurrently process rules.</summary>
			<returns>An <see cref="T:System.Int32"></see> object that specifies the maximum number of generator threads.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.HostedEventProvider">
			<summary>Represents a hosted event provider for a Notification Services<see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see>. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.HostedEventProvider.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.HostedEventProvider"></see> class. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.HostedEventProvider.#ctor(Microsoft.SqlServer.Management.Nmo.Application,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.HostedEventProvider"></see> class with an <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> and a name.</summary>
			<param name="application">The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> for the event provider. This parameter sets the <see cref="P:Microsoft.SqlServer.Management.Nmo.HostedEventProvider.Parent"></see> property.</param>
			<param name="name">A <see cref="T:System.String"></see>, between 1 and 255 characters in length, that specifies the name of the hosted event provider. The name must be unique within the application.You cannot change the name. To rename a hosted event provider, remove the provider and then add another.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.HostedEventProvider.Disable">
			<summary>Sets the event provider's state to disabled.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.HostedEventProvider.Enable">
			<summary>Sets the event provider's state to enabled.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.HostedEventProvider.ActivationState">
			<summary>Gets the current state of the event provider.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.NSActivationState"></see> object that specifies the current state of the event provider.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.HostedEventProvider.AssemblyName">
			<summary>Gets or sets the name of the assembly for a custom event provider.</summary>
			<returns>A <see cref="T:System.String"></see>, between 1 and 260 characters in length, that specifies the full path and name or the fully-qualified name of the assembly for the custom event provider.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.HostedEventProvider.ClassName">
			<summary>Gets or sets the name of the class that implements the custom event provider.</summary>
			<returns>A <see cref="T:System.String"></see>, between 1 and 512 characters in length, that specifies the name of the class that implements the custom event provider.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.HostedEventProvider.HostedEventProviderArguments">
			<summary>Gets the collection of initialization values for the hosted event provider.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.HostedEventProviderArgumentCollection"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.HostedEventProvider.Interval">
			<summary>Gets or sets the interval at which the hosted event provider runs.</summary>
			<returns>A <see cref="T:System.TimeSpan"></see> object that specifies the interval.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.HostedEventProvider.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> object for this <see cref="T:Microsoft.SqlServer.Management.Nmo.HostedEventProvider"></see>.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.HostedEventProvider.StartTime">
			<summary>Gets or sets a time of day used to calculate each of the invocation times for the hosted event provider.</summary>
			<returns>A <see cref="T:System.DateTime"></see> object that specifies the event provider start time.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.HostedEventProvider.SystemName">
			<summary>Gets or sets the name of the server on which the hosted event provider runs.</summary>
			<returns>A <see cref="T:System.String"></see> that specifies the server where the Notification Services engine runs the hosted event provider.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.HostedEventProvider.Timeout">
			<summary>Gets or sets the database connection time-out for the hosted event provider.</summary>
			<returns>A <see cref="T:System.TimeSpan"></see> object specifying the connection time-out for the hosted event provider.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.HostedEventProviderArgument">
			<summary>Represents one name/value pair for a hosted event provider argument. Not all hosted event providers use arguments. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.HostedEventProviderArgument.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.HostedEventProviderArgument"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.HostedEventProviderArgument.#ctor(Microsoft.SqlServer.Management.Nmo.HostedEventProvider,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.HostedEventProviderArgument"></see> class with an <see cref="T:Microsoft.SqlServer.Management.Nmo.HostedEventProvider"></see> and a name.</summary>
			<param name="name">A <see cref="T:System.String"></see>, between 1 255 characters in length, that specifies the name of the hosted event provider.You cannot change the name. To rename an argument, you must remove it and then add a new argument.</param>
			<param name="hostedEventProvider">The <see cref="T:Microsoft.SqlServer.Management.Nmo.HostedEventProvider"></see> for the hosted event provider. This parameter sets the <see cref="P:Microsoft.SqlServer.Management.Nmo.HostedEventProviderArgument.Parent"></see> property.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.HostedEventProviderArgument.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Nmo.HostedEventProvider"></see> object for this <see cref="T:Microsoft.SqlServer.Management.Nmo.HostedEventProviderArgument"></see>.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.HostedEventProvider"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.HostedEventProviderArgument.Value">
			<summary>Gets or sets the value of the hosted event provider argument.</summary>
			<returns>A <see cref="T:System.String"></see>, between 0 and 4000 characters in length, that specifies the value for the argument.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.HostedEventProviderArgumentCollection">
			<summary>Represents the collection of arguments for a Notification Services<see cref="T:Microsoft.SqlServer.Management.Nmo.HostedEventProvider"></see>.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.HostedEventProviderArgumentCollection.Add(Microsoft.SqlServer.Management.Nmo.HostedEventProviderArgument)">
			<summary>Adds an <see cref="T:Microsoft.SqlServer.Management.Nmo.HostedEventProviderArgument"></see> to the <see cref="T:Microsoft.SqlServer.Management.Nmo.HostedEventProviderArgumentCollection"></see>.</summary>
			<param name="hostedEventProviderArgument">The <see cref="T:Microsoft.SqlServer.Management.Nmo.HostedEventProviderArgument"></see> to add to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.HostedEventProviderArgumentCollection.CopyTo(Microsoft.SqlServer.Management.Nmo.HostedEventProviderArgument[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="index">An <see cref="T:System.Int32"></see> value that is the zero-based index in array where copying begins.</param>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Nmo.HostedEventProviderArgument"></see> objects.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.HostedEventProviderArgumentCollection.GetCollectionElementType">
			<summary>Returns the type of the collection.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Nmo.HostedEventProviderArgument"></see></returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.HostedEventProviderArgumentCollection.Remove(Microsoft.SqlServer.Management.Nmo.HostedEventProviderArgument)">
			<summary>Removes the specified <see cref="T:Microsoft.SqlServer.Management.Nmo.HostedEventProviderArgument"></see> from the collection.</summary>
			<param name="hostedEventProviderArgument">The <see cref="T:Microsoft.SqlServer.Management.Nmo.HostedEventProviderArgument"></see> object to remove.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.HostedEventProviderArgumentCollection.Remove(System.String)">
			<summary>Removes the <see cref="T:Microsoft.SqlServer.Management.Nmo.HostedEventProviderArgument"></see> with the specified name from the collection.</summary>
			<param name="name">The name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.HostedEventProviderArgument"></see> to remove.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.HostedEventProviderArgumentCollection.Item(System.Int32)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.HostedEventProviderArgument"></see> in the <see cref="T:Microsoft.SqlServer.Management.Nmo.HostedEventProviderArgumentCollection"></see> by position.</summary>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Nmo.HostedEventProviderArgument"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.HostedEventProviderArgumentCollection.Item(System.String)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.HostedEventProviderArgument"></see> in the <see cref="T:Microsoft.SqlServer.Management.Nmo.HostedEventProviderArgumentCollection"></see> by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.HostedEventProviderArgument"></see> object that represents a hosted event provider for the instance of Notification Services.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.HostedEventProviderArgument"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.HostedEventProviderArgumentCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Nmo.HostedEventProvider"></see> for this <see cref="T:Microsoft.SqlServer.Management.Nmo.HostedEventProviderArgumentCollection"></see>.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.HostedEventProvider"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.HostedEventProviderCollection">
			<summary>Represents the collection of hosted event providers for a Notification Services<see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see>.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.HostedEventProviderCollection.Add(Microsoft.SqlServer.Management.Nmo.HostedEventProvider)">
			<summary>Adds an <see cref="T:Microsoft.SqlServer.Management.Nmo.HostedEventProvider"></see> to the <see cref="T:Microsoft.SqlServer.Management.Nmo.HostedEventProviderCollection"></see>.</summary>
			<param name="hostedEventProvider">The <see cref="T:Microsoft.SqlServer.Management.Nmo.HostedEventProvider"></see> to add to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.HostedEventProviderCollection.CopyTo(Microsoft.SqlServer.Management.Nmo.HostedEventProvider[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="index">An <see cref="T:System.Int32"></see> value that is the zero-based index in array where copying begins.</param>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Nmo.HostedEventProvider"></see> objects.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.HostedEventProviderCollection.Disable">
			<summary>Disables all hosted event providers for the Notification Services application.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.HostedEventProviderCollection.Disable(System.String)">
			<summary>Disables the application's hosted event providers on the specified server.</summary>
			<param name="systemName">A <see cref="T:System.String"></see> specifying the name of the hosted event provider's server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.HostedEventProviderCollection.Enable">
			<summary>Enables all hosted event providers for the Notification Services application.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.HostedEventProviderCollection.Enable(System.String)">
			<summary>Enables the application's hosted event providers on the specified server.</summary>
			<param name="systemName">A <see cref="T:System.String"></see> specifying the name of the hosted event provider's server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.HostedEventProviderCollection.GetCollectionElementType">
			<summary>Returns the type of the collection.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Nmo.HostedEventProvider"></see></returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.HostedEventProviderCollection.Remove(Microsoft.SqlServer.Management.Nmo.HostedEventProvider)">
			<summary>Removes the specified <see cref="T:Microsoft.SqlServer.Management.Nmo.HostedEventProvider"></see> object from the collection.</summary>
			<param name="hostedEventProvider">The <see cref="T:Microsoft.SqlServer.Management.Nmo.HostedEventProvider"></see> object to remove.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.HostedEventProviderCollection.Remove(System.String)">
			<summary>Removes the <see cref="T:Microsoft.SqlServer.Management.Nmo.HostedEventProvider"></see> object with the specified name from the collection.</summary>
			<param name="name">The name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.HostedEventProvider"></see> object to remove.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.HostedEventProviderCollection.Item(System.Int32)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.HostedEventProvider"></see> in the <see cref="T:Microsoft.SqlServer.Management.Nmo.HostedEventProviderCollection"></see> by position.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.HostedEventProvider"></see> object that represents a hosted event provider for the Notification Services application.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Nmo.HostedEventProvider"></see> in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.HostedEventProviderCollection.Item(System.String)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.HostedEventProvider"></see> in the <see cref="T:Microsoft.SqlServer.Management.Nmo.HostedEventProviderCollection"></see> by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.HostedEventProvider"></see> for the Notification Services application.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.HostedEventProvider"></see> in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.HostedEventProviderCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> object for this <see cref="T:Microsoft.SqlServer.Management.Nmo.HostedEventProviderCollection"></see>.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.Instance">
			<summary>Represents an instance of Notification Services.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.Instance.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.Instance.#ctor(Microsoft.SqlServer.Management.Nmo.NotificationServices,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see> class with a <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationServices"></see> object and a name.</summary>
			<param name="name">A <see cref="T:System.String"></see>, between 1 and 64 characters in length, that specifies the name of the Notification Services instance. You use this instance name when administering the instance of Notification Services.You cannot change the instance name. You must drop the instance and create it again to change the name. If you attempt to change the name NMO will throw an exception. </param>
			<param name="notificationServices">The <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationServices"></see> for the Notification Services instance. This parameter sets the <see cref="P:Microsoft.SqlServer.Management.Nmo.Instance.Parent"></see> property.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.Instance.Create">
			<summary>Compiles the instance and application metadata and creates instance and application databases.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.Instance.Disable">
			<summary>Sets the state of the instance to Disabled.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.Instance.DisableSubscribers">
			<summary>Sets the state of the instance's subscriber management to Disabled.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.Instance.DisableSubscriptions">
			<summary>Sets the state of subscription management to Disabled for all applications hosted by the Notification Services instance.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.Instance.Drop">
			<summary>Deletes the instance of Notification Services.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.Instance.Drop(System.String,System.String)">
			<summary>Deletes the named instance of Notification Services on the specified server.</summary>
			<param name="serverName">The name of the Database Engine instance that hosts the Notification Services instance.</param>
			<param name="instanceName">The name of the Notification Services instance to delete.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.Instance.Drop(System.String,System.String,System.Boolean)">
			<summary>Deletes the named instance of Notification Services on the specified server. Also provides an option to attempt to force the closure of any open connections to the instance and application databases.</summary>
			<param name="serverName">The name of the Database Engine instance that hosts the Notification Services instance.</param>
			<param name="forceDelete">true to force the closure of open database connections; otherwise, false</param>
			<param name="instanceName">The name of the Notification Services instance to delete.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.Instance.Drop(System.String,System.String,System.String,System.String)">
			<summary>Deletes the instance of Notification Services using SQL Server Authentication.</summary>
			<param name="serverName">The name of the Database Engine instance that hosts the Notification Services instance.</param>
			<param name="instanceName">The name of the Notification Services instance to delete.</param>
			<param name="sqlUserName">A SQL Server Authentication login used to connect to the Database Engine and delete the instance and application objects.</param>
			<param name="sqlPassword">The password for sqlUserName.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.Instance.Drop(System.String,System.String,System.String,System.String,System.Boolean)">
			<summary>Deletes the instance of Notification Services using SQL Server Authentication. Also provides an option to attempt to force the closure of any open connections to the instance and application databases.</summary>
			<param name="serverName">The name of the Database Engine instance that hosts the Notification Services instance.</param>
			<param name="forceDelete">true to force the closure of open database connections; otherwise, false</param>
			<param name="instanceName">The name of the Notification Services instance to delete.</param>
			<param name="sqlUserName">A SQL Server Authentication login used to connect to the Database Engine and delete the instance and application objects.</param>
			<param name="sqlPassword">The password for sqlUserName.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.Instance.Enable">
			<summary>Sets the status of the instance to Enabled.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.Instance.EnableSubscribers">
			<summary>Sets the state of the instance's subscriber management to Enabled.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.Instance.EnableSubscriptions">
			<summary>Sets the state of subscription management to Enabled for all applications hosted by the Notification Services instance.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.Instance.Export(System.String,System.Boolean)">
			<summary>Creates an XML instance configuration file (ICF) and one or more XML application definition files (ADFs) (one per application) by exporting the metadata from the databases.</summary>
			<param name="overwriteExistingFiles">true to overwrite files of the same name in the specified directory; otherwise, false.</param>
			<param name="baseDirectory">A <see cref="T:System.String"></see> that specifies the full path of the directory in which to write the files.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.Instance.RegisterLocal">
			<summary>Registers the instance of Notification Services on the local computer without installing the Microsoft Windows service on the local computer.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.Instance.RegisterLocal(System.Boolean)">
			<summary>Registers the instance of Notification Services locally, and optionally installs the Windows service, for the Notification Services engine.</summary>
			<param name="installService">true to install the NS$instanceName Windows service; otherwise, false.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.Instance.RegisterLocal(System.String,System.String)">
			<summary>Registers the instance of Notification Services locally and, if the Microsoft Windows service does not exist, installs the Windows service that runs the Notification Services engine.</summary>
			<param name="serviceUserName">A <see cref="T:System.String"></see> specifying the Windows user name for the instance of Notification Services.</param>
			<param name="servicePassword">A <see cref="T:System.String"></see> specifying the password for the user.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.Instance.RegisterLocal(System.String,System.String,System.String,System.String)">
			<summary>Registers the instance of Notification Services locally and, if the Windows service does not exist, installs the Microsoft Windows service that runs the Notification Services engine. Use this method if using SQL Server Authentication.</summary>
			<param name="sqlUserName">A <see cref="T:System.String"></see> specifying the SQL Server Login for the Windows service. Specify a value only if using SQL Server Authentication.</param>
			<param name="serviceUserName">A <see cref="T:System.String"></see> specifying the Windows user name for the instance of Notification Services.</param>
			<param name="sqlPassword">A <see cref="T:System.String"></see> specifying the password for the SQL Server Login. Specify a value only if using SQL Server Authentication.</param>
			<param name="servicePassword">A <see cref="T:System.String"></see> specifying the password for the user.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.Instance.RegisterLocal(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
			<summary>Class-level method that registers the instance of Notification Services locally.</summary>
			<param name="servicePassword">A <see cref="T:System.String"></see> specifying the password for the serviceUsername.</param>
			<param name="instanceName">A <see cref="T:System.String"></see> specifying the name of the instance of Notification Services.</param>
			<param name="sqlUserName">A <see cref="T:System.String"></see> specifying a SQL Server login for the instance of Notification Services. Specify a value only if using SQL Server Authentication.</param>
			<param name="argumentKey">The <see cref="P:Microsoft.SqlServer.Management.Nmo.Instance.ArgumentKey"></see> for the instance of Notification Services. Used only of the <see cref="P:Microsoft.SqlServer.Management.Nmo.Instance.EncryptArguments"></see> property is true.</param>
			<param name="serviceUserName">A <see cref="T:System.String"></see> specifying the Windows account for the Microsoft Windows service. If using Windows Authentication, the Windows service uses this account to connect to the Database Engine.</param>
			<param name="sqlPassword">A <see cref="T:System.String"></see> specifying the password for the SQL Server login. Specify a value only if using SQL Server Authentication.</param>
			<param name="databaseServer">A <see cref="T:System.String"></see> specifying the instance of the Database Engine that hosts the instance and application databases. The default value is the local server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.Instance.RegisterLocal(System.String,System.String,System.Boolean,System.String,System.String,System.String,System.String,System.String)">
			<summary>Class-level method that registers the instance of Notification Services locally, optionally creating a local Windows service that runs the Notification Services engine.</summary>
			<param name="serviceUserName">A <see cref="T:System.String"></see> specifying the Windows account for the Microsoft Windows service. If using Windows Authentication, the Windows service uses this account to connect to the Database Engine.</param>
			<param name="instanceName">A <see cref="T:System.String"></see> specifying the name of the instance of Notification Services.</param>
			<param name="sqlPassword">A <see cref="T:System.String"></see> specifying the password for the SQL Server login. Specify a value only if using SQL Server Authentication.</param>
			<param name="installService">true to install the NS$instanceName Windows service; otherwise, false. If false, the sqlUsername, sqlPassword, serviceUsername, and servicePassword parameters are ignored.</param>
			<param name="servicePassword">A <see cref="T:System.String"></see> specifying the password for the serviceUsername.</param>
			<param name="databaseServer">A <see cref="T:System.String"></see> specifying the instance of the Database Engine that hosts the instance and application databases. The default value is the local server.</param>
			<param name="argumentKey">The <see cref="P:Microsoft.SqlServer.Management.Nmo.Instance.ArgumentKey"></see> for the instance of Notification Services. Used only of the <see cref="P:Microsoft.SqlServer.Management.Nmo.Instance.EncryptArguments"></see> property is true.</param>
			<param name="sqlUserName">A <see cref="T:System.String"></see> specifying a SQL Server login for the instance of Notification Services. Specify a value only if using SQL Server Authentication.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.Instance.Repair(System.String,System.String,System.String)">
			<summary>Repairs the metadata in system databases for the specified instance. Use this method if the instance is registered locally.</summary>
			<param name="schemaName">The name of the database schema for instance data. This value is provided in the instance configuration when creating or updating the instance.</param>
			<param name="instanceName">The name of the instance of Notification Services for which the metadata information needs to be repaired.</param>
			<param name="databaseName">The name of the instance database. This value is provided in the instance configuration when creating or updating the instance.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.Instance.Repair(System.String,System.String,System.String,System.String)">
			<summary>Repairs the metadata in system databases for the specified instance. Use this method if the instance is not registered locally.</summary>
			<param name="schemaName">The name of the database schema for instance data. This value is provided in the instance configuration when creating or updating the instance.</param>
			<param name="instanceName">The name of the instance of Notification Services for which the metadata information needs to be repaired.</param>
			<param name="databaseName">The name of the instance database. This value is provided in the instance configuration when creating or updating the instance.</param>
			<param name="serverName">The name of the Database Engine instance that hosts the instance database.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.Instance.Repair(System.String,System.String,System.String,System.String,System.String,System.String)">
			<summary>Repairs the metadata in system databases for the specified instance. Use this method if you are using SQL Server Authentication to access the Database Engine.</summary>
			<param name="schemaName">The name of the database schema for instance data. This value is provided in the instance configuration when creating or updating the instance.</param>
			<param name="instanceName">The name of the instance of Notification Services for which the metadata information needs to be repaired.</param>
			<param name="sqlPassword">The password associated with the sqlUserName login.</param>
			<param name="databaseName">The name of the instance database. This value is provided in the instance configuration when creating or updating the instance.</param>
			<param name="serverName">The name of the Database Engine instance that hosts the instance database.</param>
			<param name="sqlUserName">The SQL Server login used to connect to SQL Server.If you are using SQL Server Authentication to connect to SQL Server, specify a login using this parameter. Also specify a password using the sqlPassword parameter.If you are using Windows Authentication do not specify the sqlUsername and sqlPassword parameters</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.Instance.UnregisterLocal">
			<summary>Unregisters the instance of Notification Services on the local computer.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.Instance.UnregisterLocal(System.String)">
			<summary>Unregisters the named instance of Notification Services on the local computer.</summary>
			<param name="instanceName">A <see cref="T:System.String"></see> that specifies the name of the instance to unregister on the local computer.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.Instance.Update">
			<summary>Updates the instance of Notifications, and all of its applications, with changes made to <see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see> and <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> properties.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Instance.Applications">
			<summary>Gets the collection of Notification Services applications hosted by the Notification Services instance.</summary>
			<returns>The <see cref="T:Microsoft.SqlServer.Management.Nmo.ApplicationCollection"></see> for the <see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see>.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Instance.ArgumentKey">
			<summary>Gets or sets the argument key used to encrypt delivery channel and event provider arguments.</summary>
			<returns>A <see cref="T:System.String"></see> of up to 2500 characters that is used to encrypt delivery channel and event provider arguments.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Instance.DatabaseName">
			<summary>Gets or sets the name of the instance database.</summary>
			<returns>A <see cref="T:System.String"></see>, between 1 and 128 characters in length, that specifies the name of the instance database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Instance.DeliveryChannels">
			<summary>Gets the collection of delivery channels for the Notification Services instance.</summary>
			<returns>The <see cref="T:Microsoft.SqlServer.Management.Nmo.DeliveryChannelCollection"></see> for the <see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see>.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Instance.EncryptArguments">
			<summary>Gets or sets the argument encryption setting for the instance of Notification Services.</summary>
			<returns>true if Notification Services encrypts delivery channel and event provider arguments before storing them in the database; otherwise, false.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Instance.InstanceConfigurationFileVersion">
			<summary>Gets or sets the version number of the instance configuration.</summary>
			<returns>A <see cref="T:System.Version"></see> object specifying the instance configuration version.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Instance.InstanceDatabaseOptions">
			<summary>Gets or sets the instance database properties, including filegroups, data files, log files, and the database collation.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseOptions"></see> object that specifies properties of the instance database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Instance.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationServices"></see> object for the <see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see>.</summary>
			<returns>The <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationServices"></see> object for the <see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see>.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Instance.ProtocolDefinitions">
			<summary>Gets the collection of custom delivery protocols for the instance of Notification Services.</summary>
			<returns>The <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolDefinitionCollection"></see> for the <see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see>.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Instance.SchemaName">
			<summary>Gets or sets the database schema for all instance database objects. </summary>
			<returns>A <see cref="T:System.String"></see>, between 1 and 128 characters in length, that specifies the schema name.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.Instance.Version">
			<summary>Gets the Notification Services version of the instance.</summary>
			<returns>A <see cref="T:System.Version"></see> object containing the Notification Services version most recently used to create or update the instance.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.InstanceCollection">
			<summary>Represents a collection of Notification Services<see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see> objects. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.InstanceCollection.Add(Microsoft.SqlServer.Management.Nmo.Instance)">
			<summary>Adds an <see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see> to the <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceCollection"></see>.</summary>
			<param name="instance">The <see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see> to add to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.InstanceCollection.CopyTo(Microsoft.SqlServer.Management.Nmo.Instance[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that is the zero-based index in array where copying begins.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.InstanceCollection.GetCollectionElementType">
			<summary>Returns the type of the collection.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see></returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.InstanceCollection.Remove(Microsoft.SqlServer.Management.Nmo.Instance)">
			<summary>Removes the specified <see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see> object from the collection.</summary>
			<param name="instance">The <see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see> object to remove.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.InstanceCollection.Remove(System.String)">
			<summary>Removes the <see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see> object with the specified name from the collection.</summary>
			<param name="name">The name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see> object to remove.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.InstanceCollection.Item(System.Int32)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceCollection"></see> object by position.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see> object that represents an instance of Notification Services.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.InstanceCollection.Item(System.String)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceCollection"></see> object by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see> object that represents an instance of Notification Services.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.InstanceCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationServices"></see> object for this <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceCollection"></see>.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationServices"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFile">
			<summary>Represents the file specifications for an instance database file.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFile.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFile"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFile.#ctor(Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileGroup,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFile"></see> class with a parent <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileGroup"></see> object and a name.</summary>
			<param name="name">A <see cref="T:System.String"></see>, between 1 and 128 characters in length, specifying the logical name of the data file.You cannot change the name. To alter an instance database after creating the instance, use the Microsoft SQL Server tools, such as SQL Server Management Studio.</param>
			<param name="instanceDatabaseFileGroup">The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileGroup"></see> object for the database file.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFile.FileName">
			<summary>Gets or sets the file name and path of a physical data file.</summary>
			<returns>A <see cref="T:System.String"></see>, up to 260 characters in length, containing the path and name of the data file.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFile.GrowthIncrement">
			<summary>Gets or sets the increment by which the data file size will increase when additional space is needed.</summary>
			<returns>A <see cref="T:System.String"></see>, up to 16 characters in length, containing the file growth increment.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFile.InitialSize">
			<summary>Gets or sets the initial size of the instance database.</summary>
			<returns>A <see cref="T:System.String"></see>, up to 32 characters in length, specifying the initial size of the data file.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFile.MaxSize">
			<summary>Gets or sets the maximum size to which the data file can grow.</summary>
			<returns>A <see cref="T:System.String"></see>, up to 32 characters in length, specifying the maximum data file size.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFile.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileGroup"></see> that contains this <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFile"></see>.</summary>
			<returns>The <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileGroup"></see> object that contains the instance database data file.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileCollection">
			<summary>Represents the collection of database data files for a Notification Services<see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileGroup"></see>. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileCollection.Add(Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFile)">
			<summary>Adds an <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFile"></see> to the <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileCollection"></see>.</summary>
			<param name="instanceDatabaseFiles">Adds an <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFile"></see> to the <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileCollection"></see>.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileCollection.CopyTo(Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFile[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFile"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that is the zero-based index in array where copying begins.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileCollection.GetCollectionElementType">
			<summary>Returns the type of the collection.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFile"></see></returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileCollection.Remove(Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFile)">
			<summary>Removes the specified <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFile"></see> object from the collection.</summary>
			<param name="instanceDatabaseFiles">The <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFile"></see> object to remove.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileCollection.Remove(System.String)">
			<summary>Removes the <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFile"></see> object with the specified name from the collection.</summary>
			<param name="name">The name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFile"></see> object to remove.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileCollection.Item(System.Int32)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFile"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileCollection"></see> object by position.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFile"></see> object that represents a database data file for the instance of Notification Services.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFile"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileCollection.Item(System.String)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFile"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileCollection"></see> object by name.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFile"></see> object that represents a database data file for the instance of Notification Services.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFile"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileGroup"></see> object for this <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileCollection"></see>.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileGroup"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileGroup">
			<summary>Describes one database filegroup for a Notification Services<see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see>.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileGroup.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileGroup"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileGroup.#ctor(Microsoft.SqlServer.Management.Nmo.InstanceDatabaseOptions,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileGroup"></see> class with the parent <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseOptions"></see> object and a name.</summary>
			<param name="instanceDatabaseOptions">The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseOptions"></see> for the filegroup. This parameter sets the <see cref="P:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileGroup.Parent"></see> property.</param>
			<param name="name">A <see cref="T:System.String"></see>, between 1 and 128 characters in length, that specifies the name of the filegroup.You cannot change the name. To alter an instance database after creating the instance, use the Microsoft SQL Server tools, such as SQL Server Management Studio.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileGroup.InstanceDatabaseFiles">
			<summary>Gets the collection of <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFile"></see> objects in the filegroup.</summary>
			<returns>The <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileCollection"></see> object for the filegroup.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileGroup.Parent">
			<summary>Gets or sets the parent <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseOptions"></see> object for the filegroup.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseOptions"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileGroupCollection">
			<summary>Represents the collection of database filegroups for a Notification Services<see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see>. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileGroupCollection.Add(Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileGroup)">
			<summary>Adds an <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileGroup"></see> to the <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileGroupCollection"></see>.</summary>
			<param name="instanceDatabaseFileGroups">The <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileGroup"></see> to add to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileGroupCollection.CopyTo(Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileGroup[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileGroup"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that is the zero-based index in array where copying begins.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileGroupCollection.GetCollectionElementType">
			<summary>Returns the type of the collection.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileGroup"></see></returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileGroupCollection.Remove(Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileGroup)">
			<summary>Removes the specified <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileGroup"></see> object from the collection.</summary>
			<param name="instanceDatabaseFileGroups">The <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileGroup"></see> object to remove.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileGroupCollection.Remove(System.String)">
			<summary>Removes the <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileGroup"></see> object with the specified name from the collection.</summary>
			<param name="name">The name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileGroup"></see> object to remove.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileGroupCollection.Item(System.Int32)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileGroup"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileGroupCollection"></see> object by position.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileGroup"></see> object that represents a database filegroup for the instance of Notification Services.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileGroup"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileGroupCollection.Item(System.String)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileGroup"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileGroupCollection"></see> object by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileGroup"></see> object that represents a database filegroup for the instance of Notification Services.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileGroup"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileGroupCollection.Parent">
			<summary>Gets the parent <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseOptions"></see> object for this <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileGroupCollection"></see>.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseOptions"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseLogFile">
			<summary>Defines an instance database log file.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseLogFile.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseLogFile"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseLogFile.#ctor(Microsoft.SqlServer.Management.Nmo.InstanceDatabaseOptions,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseLogFile"></see> class with a parent <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseOptions"></see> object and a name.</summary>
			<param name="instanceDatabaseOptions">The <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseOptions"></see> object for the instance database.</param>
			<param name="name">A <see cref="T:System.String"></see>, up to 128 characters in length, specifying the logical name of the log file.You cannot change the name. To alter an instance database after creating the instance, use the Microsoft SQL Server tools, such as SQL Server Management Studio.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseLogFile.FileName">
			<summary>Gets or sets the path and file name of the instance database log file.</summary>
			<returns>A <see cref="T:System.String"></see>, up to 260 characters in length, that specifies the full path and file name of the log file.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseLogFile.GrowthIncrement">
			<summary>Gets or sets the increment by which the log file size will increase when additional space is needed.</summary>
			<returns>A <see cref="T:System.String"></see>, up to 16 characters in length, specifying the log file growth increment.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseLogFile.InitialSize">
			<summary>Gets or sets the initial size of the instance log file.</summary>
			<returns>A <see cref="T:System.String"></see>, up to 32 characters in length, specifying the initial log file size.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseLogFile.MaxSize">
			<summary>Gets or sets the maximum size to which the log file can grow.</summary>
			<returns>A <see cref="T:System.String"></see>, up to 32 characters in length, specifying the maximum log file size.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseLogFile.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseOptions"></see> object for the instance database.</summary>
			<returns>The <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseOptions"></see> object for the instance database.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseLogFileCollection">
			<summary>Represents the collection of database log files for a Notification Services<see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see>. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseLogFileCollection.Add(Microsoft.SqlServer.Management.Nmo.InstanceDatabaseLogFile)">
			<summary>Adds an <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseLogFile"></see> to the <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseLogFileCollection"></see>.</summary>
			<param name="instanceDatabaseLogFiles">The <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseLogFile"></see> to add to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseLogFileCollection.CopyTo(Microsoft.SqlServer.Management.Nmo.InstanceDatabaseLogFile[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseLogFile"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that is the zero-based index in array where copying begins.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseLogFileCollection.GetCollectionElementType">
			<summary>Returns the type of the collection.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseLogFile"></see></returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseLogFileCollection.Remove(Microsoft.SqlServer.Management.Nmo.InstanceDatabaseLogFile)">
			<summary>Removes the specified <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseLogFile"></see> object from the collection.</summary>
			<param name="instanceDatabaseLogFiles">The <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseLogFile"></see> object to remove.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseLogFileCollection.Remove(System.String)">
			<summary>Removes the <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseLogFile"></see> object with the specified name from the collection.</summary>
			<param name="name">The name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseLogFile"></see> object to remove.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseLogFileCollection.Item(System.Int32)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseLogFile"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseLogFileCollection"></see> object by position.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseLogFile"></see> object that represents a database log file for the instance of Notification Services.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseLogFile"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseLogFileCollection.Item(System.String)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseLogFile"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseLogFileCollection"></see> object by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseLogFile"></see> object that represents a database log file for the instance of Notification Services.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the logical name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseLogFile"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseLogFileCollection.Parent">
			<summary>Gets the parent <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseOptions"></see> object for this <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseLogFileCollection"></see>.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseOptions"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseOptions">
			<summary>Represents the database options for an instance database.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseOptions.#ctor(Microsoft.SqlServer.Management.Nmo.Instance,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseOptions"></see> class.</summary>
			<param name="name">A <see cref="T:System.String"></see> containing a name for the database options. This name is not used by Notification Services.</param>
			<param name="instance">The <see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see> for the database options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseOptions.CollationName">
			<summary>Gets or sets the instance database collation.</summary>
			<returns>A <see cref="T:System.String"></see> containing the Microsoft SQL Server or Microsoft Windows collation name.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseOptions.DefaultFileGroup">
			<summary>Gets or sets the default filegroup for the instance database.</summary>
			<returns>A <see cref="T:System.String"></see> containing name of the default filegroup.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseOptions.InstanceDatabaseFileGroups">
			<summary>Gets the collection of <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileGroup"></see> objects for the Notification Services<see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see>.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseFileGroupCollection"></see> collection.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseOptions.InstanceDatabaseLogFiles">
			<summary>Gets the collection of <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseLogFile"></see> objects for the Notification Services<see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see>.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseLogFileCollection"></see> collection.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.InstanceDatabaseOptions.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see> for the instance database options.</summary>
			<returns>The <see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see> for the instance database options. </returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.NonHostedEventProvider">
			<summary>Represents a non-hosted event provider for a Notification Services application.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.NonHostedEventProvider.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.NonHostedEventProvider"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.NonHostedEventProvider.#ctor(Microsoft.SqlServer.Management.Nmo.Application,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.NonHostedEventProvider"></see> class with the parent application and a name.</summary>
			<param name="name">A <see cref="T:System.String"></see>, between 1 and 255 characters in length, that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.NonHostedEventProvider"></see>. The name must be unique within the application.You cannot change the name. To rename a non-hosted event provider, remove the non-hosted event provider and then create a new one.</param>
			<param name="application">The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> for this <see cref="T:Microsoft.SqlServer.Management.Nmo.NonHostedEventProvider"></see>.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.NonHostedEventProvider.Disable">
			<summary>Sets the non-hosted event provider's state to disabled.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.NonHostedEventProvider.Enable">
			<summary>Sets the event provider's state to enabled.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.NonHostedEventProvider.ActivationState">
			<summary>Gets the current state of the non-hosted event provider.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.NSActivationState"></see> object that specifies the current state of the event provider. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.NonHostedEventProvider.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> object for this <see cref="T:Microsoft.SqlServer.Management.Nmo.NonHostedEventProvider"></see>.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.NonHostedEventProviderCollection">
			<summary>Represents the collection of non-hosted event providers for a Notification Services<see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see>. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.NonHostedEventProviderCollection.Add(Microsoft.SqlServer.Management.Nmo.NonHostedEventProvider)">
			<summary>Adds an <see cref="T:Microsoft.SqlServer.Management.Nmo.NonHostedEventProvider"></see> to the <see cref="T:Microsoft.SqlServer.Management.Nmo.NonHostedEventProviderCollection"></see>.</summary>
			<param name="nonHostedEventProvider">The <see cref="T:Microsoft.SqlServer.Management.Nmo.NonHostedEventProvider"></see> to add to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.NonHostedEventProviderCollection.CopyTo(Microsoft.SqlServer.Management.Nmo.NonHostedEventProvider[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Nmo.NonHostedEventProvider"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that is the zero-based index in array where copying begins.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.NonHostedEventProviderCollection.Disable">
			<summary>Disables all non-hosted event providers for the Notification Services application.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.NonHostedEventProviderCollection.Disable(System.String)">
			<summary>Disables the application's non-hosted event providers on the specified server.</summary>
			<param name="systemName">A <see cref="T:System.String"></see> specifying the name of the non-hosted event provider's server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.NonHostedEventProviderCollection.Enable">
			<summary>Enables all non-hosted event providers for the Notification Services application.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.NonHostedEventProviderCollection.Enable(System.String)">
			<summary>Enables the application's non-hosted event providers on the specified server.</summary>
			<param name="systemName">A <see cref="T:System.String"></see> specifying the name of the non-hosted event provider's server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.NonHostedEventProviderCollection.GetCollectionElementType">
			<summary>Returns the type of the collection.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Nmo.NonHostedEventProvider"></see></returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.NonHostedEventProviderCollection.Remove(Microsoft.SqlServer.Management.Nmo.NonHostedEventProvider)">
			<summary>Removes the specified <see cref="T:Microsoft.SqlServer.Management.Nmo.NonHostedEventProvider"></see> object from the collection.</summary>
			<param name="nonHostedEventProvider">The <see cref="T:Microsoft.SqlServer.Management.Nmo.NonHostedEventProvider"></see> object to remove.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.NonHostedEventProviderCollection.Remove(System.String)">
			<summary>Removes the <see cref="T:Microsoft.SqlServer.Management.Nmo.NonHostedEventProvider"></see> object with the specified name from the collection.</summary>
			<param name="name">The name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.NonHostedEventProvider"></see> object to remove.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.NonHostedEventProviderCollection.Item(System.Int32)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.NonHostedEventProvider"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.NonHostedEventProviderCollection"></see> object by position.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.NonHostedEventProvider"></see> object that represents a non-hosted event provider for the Notification Services application.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Nmo.NonHostedEventProvider"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.NonHostedEventProviderCollection.Item(System.String)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.NonHostedEventProvider"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.NonHostedEventProviderCollection"></see> object by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.NonHostedEventProvider"></see> object that represents a non-hosted event provider for the Notification Services application.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.NonHostedEventProvider"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.NonHostedEventProviderCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> object for this <see cref="T:Microsoft.SqlServer.Management.Nmo.NonHostedEventProviderCollection"></see>.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.NotificationClass">
			<summary>Represents a notification class in a Notification Services application. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.NotificationClass.#ctor">
			<summary>Default constructor that creates a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClass"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.NotificationClass.#ctor(Microsoft.SqlServer.Management.Nmo.Application,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClass"></see> class with the parent <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> and a name.</summary>
			<param name="name">The <see cref="T:System.String"></see> of between 1 and 255 characters that specifies the name of the notification class.You cannot change the name. To rename a notification class, you must remove the notification class and then add a new notification class that has the new name.</param>
			<param name="application">The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> for the notification class. This parameter sets the <see cref="P:Microsoft.SqlServer.Management.Nmo.NotificationClass.Parent"></see> property.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.NotificationClass.ContentFormatter">
			<summary>Gets or sets content formatter used by the notification class.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.ContentFormatter"></see> object representing the content formatter for the notification class.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.NotificationClass.DigestDelivery">
			<summary>Gets or sets the digest delivery setting for the notification class.</summary>
			<returns>true if notifications from the notification class can be combined into digest messages; otherwise, false.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.NotificationClass.ExpirationAge">
			<summary>Gets or sets the amount of time to elapse before unsent messages of the notification class are considered to have expired.</summary>
			<returns>A <see cref="T:System.TimeSpan"></see> object that specifies the expiration age for notifications from the notification class.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.NotificationClass.FileGroup">
			<summary>Gets or sets the application database filegroup on which the notification table will be created.</summary>
			<returns>A <see cref="T:System.String"></see>, between 0 and 128 characters, that specifies the name of an application database filegroup.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.NotificationClass.NotificationBatchSize">
			<summary>Gets or sets the notification batch size. For notifications not sent using digest delivery, the batch size specifies the maximum number of notifications per batch for the notification class. When using digest delivery, the batch size specifies the number of notification batches that are created.</summary>
			<returns>An <see cref="T:System.Int32"></see> that specifies the notification batch size for the notification class.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.NotificationClass.NotificationClassProtocols">
			<summary>Gets the collection of delivery protocols used by the notification class.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocolCollection"></see> object that represents the delivery protocols for the notification class.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.NotificationClass.NotificationComputedFields">
			<summary>Gets the collection of computed fields for the notification class.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationComputedFieldCollection"></see> object that represents the collection of computed fields for the notification class.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.NotificationClass.NotificationFields">
			<summary>Gets the collection of regular (noncomputed) notification fields for the notification class.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationComputedFieldCollection"></see> object that represents the collection of noncomputed fields for the notification class.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.NotificationClass.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> object for the <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClass"></see>.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> object for the <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClass"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.NotificationClassCollection">
			<summary>Represents the collection of notification classes for a Notification Services<see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see>.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.NotificationClassCollection.Add(Microsoft.SqlServer.Management.Nmo.NotificationClass)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClass"></see> to the <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClassCollection"></see>.</summary>
			<param name="notificationClass">The <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClass"></see> to add to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.NotificationClassCollection.CopyTo(Microsoft.SqlServer.Management.Nmo.NotificationClass[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClass"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that is the zero-based index in array where copying begins.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.NotificationClassCollection.GetCollectionElementType">
			<summary>Returns the type of the collection.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClass"></see></returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.NotificationClassCollection.Remove(Microsoft.SqlServer.Management.Nmo.NotificationClass)">
			<summary>Removes the specified <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClass"></see> object from the collection.</summary>
			<param name="notificationClass">The <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClass"></see> object to remove.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.NotificationClassCollection.Remove(System.String)">
			<summary>Removes the <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClass"></see> object with the specified name from the collection.</summary>
			<param name="name">The name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClass"></see> object to remove.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.NotificationClassCollection.Item(System.Int32)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClass"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClassCollection"></see> object by position.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClass"></see> object that represents a notification class for the instance of Notification Services.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClass"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.NotificationClassCollection.Item(System.String)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClass"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClassCollection"></see> object by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClass"></see> object that represents a notification class for the instance of Notification Services.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClass"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.NotificationClassCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> object for this <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClassCollection"></see>.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocol">
			<summary>Represents a delivery protocol for a notification class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocol.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocol"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocol.#ctor(Microsoft.SqlServer.Management.Nmo.NotificationClass,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocol"></see> class with a <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClass"></see> and name.</summary>
			<param name="notificationClass">The <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClass"></see> for this delivery protocol.</param>
			<param name="name">A <see cref="T:System.String"></see>, between 1 and 64 characters in length, that specifies the name of the delivery protocol.You cannot change the name. To rename a delivery protocol, you must remove the delivery protocol and then add a delivery protocol that has the new name.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocol.FailureEventLogInterval">
			<summary>Gets or sets the amount of time that must pass between writes to the event log, regardless of how many failures occur.</summary>
			<returns>A <see cref="T:System.TimeSpan"></see> object specifying the logging interval.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocol.FailuresBeforeAbort">
			<summary>Gets or sets the number of consecutive notification delivery failures that can occur when attempting to deliver notifications within a distributor work item before the attempt is aborted and an error is reported to the event log.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the number of failures before canceling additional delivery attempts.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocol.FailuresBeforeEventLog">
			<summary>Gets or sets the number of consecutive work item delivery failures that can occur before reporting an error to the Application event log.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the number of failures before logging an event in the Application event log.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocol.MulticastRecipientLimit">
			<summary>Gets or sets the maximum number of recipients for each multicast notification message.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the maximum number of recipients for a multicast message.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocol.Parent">
			<summary>Gets or sets the parent <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClass"></see> for the delivery protocol.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClass"></see> for the delivery protocol.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocol.ProtocolFields">
			<summary>Gets the collection of protocol header field definitions for the delivery protocol.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolFieldCollection"></see> object that represents the protocol header fields for the delivery protocol.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocol.ProtocolRetrySchedules">
			<summary>Gets the collection of retry schedules for notifications sent using the delivery protocol.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolRetryScheduleCollection"></see> object that represents the set of retry schedules for the delivery protocol.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocol.WorkItemTimeout">
			<summary>Gets or sets the amount of time a distributor thread can take to complete a work item assigned to it before the job is canceled and the work item is returned to the available work item pool.</summary>
			<returns>A <see cref="T:System.TimeSpan"></see> object that specifies the work item timeout.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocolCollection">
			<summary>Represents the collection of delivery protocols for a Notification Services<see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClass"></see>.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocolCollection.Add(Microsoft.SqlServer.Management.Nmo.NotificationClassProtocol)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocol"></see> to the <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocolCollection"></see>.</summary>
			<param name="notificationClassProtocol">The <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocol"></see> to add to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocolCollection.CopyTo(Microsoft.SqlServer.Management.Nmo.NotificationClassProtocol[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocol"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that is the zero-based index in array where copying begins.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocolCollection.GetCollectionElementType">
			<summary>Returns the type of the collection.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocol"></see></returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocolCollection.Remove(Microsoft.SqlServer.Management.Nmo.NotificationClassProtocol)">
			<summary>Removes the specified <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocol"></see> object from the collection.</summary>
			<param name="notificationClassProtocol">The <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocol"></see> object to remove.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocolCollection.Remove(System.String)">
			<summary>Removes the <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocol"></see> object with the specified name from the collection.</summary>
			<param name="name">The name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocol"></see> object to remove.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocolCollection.Item(System.Int32)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocol"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocolCollection"></see> object by position.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocol"></see> object that represents a delivery protocol for the instance of Notification Services.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocol"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocolCollection.Item(System.String)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocol"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocolCollection"></see> object by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocol"></see> object that represents a delivery protocol for the instance of Notification Services.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocol"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocolCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClass"></see> object for this <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocolCollection"></see>.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClass"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.NotificationComputedField">
			<summary>Represents a computed field in a notification class schema. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.NotificationComputedField.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationComputedField"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.NotificationComputedField.#ctor(Microsoft.SqlServer.Management.Nmo.NotificationClass,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationComputedField"></see> class with the parent <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClass"></see> and a name.</summary>
			<param name="notificationClass">The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClass"></see> object for the computed field.</param>
			<param name="name">A <see cref="T:System.String"></see>, between 1 and 128 characters in length, that specifies the name of the computed field.You cannot change the name. To rename a computed field, you must remove the field and then add a new field that has the new name.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.NotificationComputedField.DigestGrouping">
			<summary>Gets or sets the digest grouping setting, which specifies if the field is used to determine which notifications are combined into a digest.</summary>
			<returns>true if the computed field is used to determine digest grouping; otherwise, false.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.NotificationComputedField.Parent">
			<summary>Gets or sets the parent <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClass"></see> for the computed field.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClass"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.NotificationComputedField.SqlExpression">
			<summary>Gets or sets the Transact-SQL expression that computes the field value.</summary>
			<returns>A <see cref="T:System.String"></see>, between 0 and 4000 characters in length, that contains the Transact-SQL statement that computes the field value.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.NotificationComputedFieldCollection">
			<summary>Represents the collection of computed fields for a <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClass"></see>. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.NotificationComputedFieldCollection.Add(Microsoft.SqlServer.Management.Nmo.NotificationComputedField)">
			<summary>Adds an <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationComputedField"></see> to the <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationComputedFieldCollection"></see>.</summary>
			<param name="notificationComputedField">The <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationComputedField"></see> to add to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.NotificationComputedFieldCollection.Add(Microsoft.SqlServer.Management.Nmo.NotificationComputedField,System.Int32)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationComputedField"></see> object to the <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationComputedFieldCollection"></see> object at the specified position.</summary>
			<param name="notificationComputedField">The <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationComputedField"></see> object to add to the collection.</param>
			<param name="insertAtPosition">An <see cref="T:System.Int32"></see> value that specifies where to add the <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationComputedField"></see> object in the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.NotificationComputedFieldCollection.Add(Microsoft.SqlServer.Management.Nmo.NotificationComputedField,System.String)">
			<param name="notificationComputedField">The <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationComputedField"></see> object to add to the collection.</param>
			<param name="insertAtColumnName">A <see cref="T:System.String"></see> value that specifies the name of the column to insert the computed field before.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.NotificationComputedFieldCollection.CopyTo(Microsoft.SqlServer.Management.Nmo.NotificationComputedField[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationComputedField"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that is the zero-based index in array where copying begins.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.NotificationComputedFieldCollection.GetCollectionElementType">
			<summary>Returns the type of the collection.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationComputedField"></see></returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.NotificationComputedFieldCollection.Remove(Microsoft.SqlServer.Management.Nmo.NotificationComputedField)">
			<summary>Removes the specified <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationComputedField"></see> object from the collection.</summary>
			<param name="notificationComputedField">The <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationComputedField"></see> object to remove.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.NotificationComputedFieldCollection.Remove(System.String)">
			<summary>Removes the named <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationComputedField"></see> from the collection.</summary>
			<param name="name">A <see cref="T:System.String"></see> that specifies name of the computed field to remove from the <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationComputedFieldCollection"></see>.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.NotificationComputedFieldCollection.Item(System.Int32)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationComputedField"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationComputedFieldCollection"></see> object by position.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationComputedField"></see> object.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationComputedField"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.NotificationComputedFieldCollection.Item(System.String)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationComputedField"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationComputedFieldCollection"></see> object by field name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationComputedField"></see> object.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationComputedField"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.NotificationComputedFieldCollection.Parent">
			<summary>Gets the parent <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClass"></see> object for this <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationComputedFieldCollection"></see>.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClass"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.NotificationField">
			<summary>Represents a field in a notification class schema. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.NotificationField.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationField"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.NotificationField.#ctor(Microsoft.SqlServer.Management.Nmo.NotificationClass,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationField"></see> class with the parent <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClass"></see> and a name.</summary>
			<param name="notificationClass">The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClass"></see> object for the computed field.</param>
			<param name="name">A <see cref="T:System.String"></see>, between 1 and 128 characters in length, that specifies the name of the computed field.You cannot change the name. To rename a notification field, you must remove the field and the add the field with the new name.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.NotificationField.DigestGrouping">
			<summary>Gets or sets the digest grouping setting, which specifies if the field is used to determine which notifications are combined into a digest.</summary>
			<returns>true if the field is used to determine digest grouping; otherwise, false.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.NotificationField.Parent">
			<summary>Gets or sets the parent <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClass"></see> for the field.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClass"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.NotificationField.Type">
			<summary>Gets or sets the Microsoft SQL Server data type of the field.</summary>
			<returns>A <see cref="T:System.String"></see>, between 1 and 255 characters in length, that specifies the data type of the field.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.NotificationFieldCollection">
			<summary>Represents the collection of <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationField"></see> objects for a <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClass"></see>.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.NotificationFieldCollection.Add(Microsoft.SqlServer.Management.Nmo.NotificationField)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationField"></see> at the end of the <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationFieldCollection"></see>.</summary>
			<param name="notificationField">The <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationField"></see> to add to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.NotificationFieldCollection.Add(Microsoft.SqlServer.Management.Nmo.NotificationField,System.Int32)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationField"></see> object to the <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationFieldCollection"></see> at the specified position.</summary>
			<param name="insertAtPosition">A <see cref="T:System.Int32"></see> that specifies the zero-based position of the collection to add the <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationField"></see> object.</param>
			<param name="notificationField">The <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationField"></see> to add to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.NotificationFieldCollection.Add(Microsoft.SqlServer.Management.Nmo.NotificationField,System.String)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationField"></see> object to the <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationFieldCollection"></see> before a named notification field.</summary>
			<param name="notificationField">The <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationField"></see> to add to the collection.</param>
			<param name="insertAtColumnName">A <see cref="T:System.String"></see> that specifies the name of the notification field before which to insert the new notification field.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.NotificationFieldCollection.CopyTo(Microsoft.SqlServer.Management.Nmo.NotificationField[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationField"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that is the zero-based index in array where copying begins.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.NotificationFieldCollection.GetCollectionElementType">
			<summary>Returns the type of the collection.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationField"></see></returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.NotificationFieldCollection.Remove(Microsoft.SqlServer.Management.Nmo.NotificationField)">
			<summary>Removes the specified <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationField"></see> object from the collection.</summary>
			<param name="notificationField">The <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationField"></see> object to remove.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.NotificationFieldCollection.Remove(System.String)">
			<summary>Removes the named <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationField"></see> from the collection.</summary>
			<param name="name">A <see cref="T:System.String"></see> that specifies name of the notification field to remove from the <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationFieldCollection"></see>.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.NotificationFieldCollection.Item(System.Int32)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationField"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationFieldCollection"></see> object by position.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationField"></see> object that represents a field for the notification class.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationField"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.NotificationFieldCollection.Item(System.String)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationField"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationFieldCollection"></see> object by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationField"></see> object that represents a field for the notification class.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationField"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.NotificationFieldCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClass"></see> object for this <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationFieldCollection"></see>.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClass"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.NotificationServices">
			<summary>Represents a Notification Services server.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.NotificationServices.Instances">
			<summary>Gets the collection of Notification Services instances on the server.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Nmo.InstanceCollection"></see> object representing the collection of Notification Services instances on the server.Use the <see cref="M:Microsoft.SqlServer.Management.Nmo.Instance.Create"></see> method to compile an instance of Notification Services and create the Notification Services instance and application database objects.Use the <see cref="M:Microsoft.SqlServer.Management.Nmo.Instance.Repair(System.String,System.String,System.String)"></see> method to repair instance metadata in the msdb system database. Notification Services uses this data to enumerate instances.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.NotificationServices.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> for the Notification Services installation.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> for the <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationServices"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.ProtocolDefinition">
			<summary>Represents a custom delivery protocol for an instance of Notification Services. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ProtocolDefinition.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolDefinition"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ProtocolDefinition.#ctor(Microsoft.SqlServer.Management.Nmo.Instance,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolDefinition"></see> class with a parent <see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see> object and a name.</summary>
			<param name="name">A <see cref="T:System.String"></see>, between 1 and 64 characters in length, that specifies the name of the protocol.You cannot change the name. To rename a protocol, you must remove the protocol and then add a protocol that has the new name.</param>
			<param name="instance">The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see> for the protocol definition.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ProtocolDefinition.AssemblyName">
			<summary>Gets or sets the path and file name of the assembly that contains the protocol class.</summary>
			<returns>A <see cref="T:System.String"></see>, between 1 and 260 characters in length, that  specifies the name of the assembly.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ProtocolDefinition.ClassName">
			<summary>Gets or sets the fully qualified class name of the custom delivery protocol.</summary>
			<returns>A <see cref="T:System.String"></see>, between 1 and 512 characters in length, that  specifies the fully qualified class name.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ProtocolDefinition.Parent">
			<summary>Gets or sets the parent <see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see> for the protocol definition.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.ProtocolDefinitionCollection">
			<summary>Represents the collection of custom delivery protocols for a Notification Services<see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see>.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ProtocolDefinitionCollection.Add(Microsoft.SqlServer.Management.Nmo.ProtocolDefinition)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolDefinition"></see> to the <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolDefinitionCollection"></see>.</summary>
			<param name="protocolDefinition">The <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolDefinition"></see> to add to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ProtocolDefinitionCollection.CopyTo(Microsoft.SqlServer.Management.Nmo.ProtocolDefinition[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolDefinition"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that is the zero-based index in array where copying begins.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ProtocolDefinitionCollection.GetCollectionElementType">
			<summary>Returns the type of the collection.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolDefinition"></see></returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ProtocolDefinitionCollection.Remove(Microsoft.SqlServer.Management.Nmo.ProtocolDefinition)">
			<summary>Removes the specified <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolDefinition"></see> object from the collection.</summary>
			<param name="protocolDefinition">The <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolDefinition"></see> object to remove.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ProtocolDefinitionCollection.Remove(System.String)">
			<summary>Removes the <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolDefinition"></see> object with the specified name from the collection.</summary>
			<param name="name">The name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolDefinition"></see> object to remove.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ProtocolDefinitionCollection.Item(System.Int32)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolDefinition"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolDefinitionCollection"></see> object by position.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolDefinition"></see> object that represents a custom delivery protocol for the instance of Notification Services.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolDefinition"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ProtocolDefinitionCollection.Item(System.String)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolDefinition"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolDefinitionCollection"></see> object by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolDefinition"></see> object that represents a custom delivery protocol for the instance of Notification Services.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolDefinition"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ProtocolDefinitionCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see> object for this <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolDefinitionCollection"></see>.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.Instance"></see> object that the Notification Services instance for the delivery protocols.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.ProtocolField">
			<summary>Represents a single protocol header field.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ProtocolField.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolField"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ProtocolField.#ctor(Microsoft.SqlServer.Management.Nmo.NotificationClassProtocol,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolField"></see> class with a parent <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocol"></see> and a field name.</summary>
			<param name="name">A <see cref="T:System.String"></see>, between 1 and 128 characters in length, that specifies the name of the protocol field.You cannot change the name. To rename a protocol field, you must remove the field and the add a new field that has the new name.</param>
			<param name="notificationClassProtocol">The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocol"></see> for the protocol field.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ProtocolField.FieldReference">
			<summary>Gets or sets a reference to a notification field for use in the protocol header.</summary>
			<returns>A <see cref="T:System.String"></see>, between 1 and 128 characters in length, that specifies the name of a notification field.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ProtocolField.Parent">
			<summary>Gets or sets the parent <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocol"></see> object for the protocol field.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocol"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ProtocolField.SqlExpression">
			<summary>Gets or sets the Transact-SQL expression that computes the protocol field value.</summary>
			<returns>A <see cref="T:System.String"></see>, between 0 and 4000 characters in length, that specifies the Transact-SQL statement that computes the field value.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.ProtocolFieldCollection">
			<summary>Represents the collection of delivery protocol fields for a Notification Services<see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocol"></see>.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ProtocolFieldCollection.Add(Microsoft.SqlServer.Management.Nmo.ProtocolField)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolField"></see> object at the end of the <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolFieldCollection"></see> object.</summary>
			<param name="protocolField">The <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolField"></see> object to add to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ProtocolFieldCollection.Add(Microsoft.SqlServer.Management.Nmo.ProtocolField,System.Int32)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolField"></see> object to the <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolFieldCollection"></see> object at the specified location.</summary>
			<param name="insertAtPosition">A <see cref="T:System.Int32"></see> that specifies the zero-based position in the collection where you want to add the <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolField"></see> object.</param>
			<param name="protocolField">The <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolField"></see> object to add to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ProtocolFieldCollection.Add(Microsoft.SqlServer.Management.Nmo.ProtocolField,System.String)">
			<param name="insertAtColumnName">A <see cref="T:System.String"></see> value that specifies the name of a protocol field before which to add the new <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolField"></see> object.</param>
			<param name="protocolField">The <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolField"></see> object to add to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ProtocolFieldCollection.CopyTo(Microsoft.SqlServer.Management.Nmo.ProtocolField[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolField"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that is the zero-based index in array where copying begins.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ProtocolFieldCollection.GetCollectionElementType">
			<summary>Returns the type of the collection.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolField"></see></returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ProtocolFieldCollection.Remove(Microsoft.SqlServer.Management.Nmo.ProtocolField)">
			<summary>Removes the specified <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolField"></see> object from the collection.</summary>
			<param name="protocolField">The <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolField"></see> object to remove.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ProtocolFieldCollection.Remove(System.String)">
			<summary>Removes the named <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolField"></see> from the collection.</summary>
			<param name="name">A <see cref="T:System.String"></see> that specifies name of the protocol field to remove from the <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolFieldCollection"></see>.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ProtocolFieldCollection.Item(System.Int32)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolField"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolFieldCollection"></see> object by position.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolField"></see> object that represents a field for the delivery protocol.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolField"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ProtocolFieldCollection.Item(System.String)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolField"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolFieldCollection"></see> object by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolField"></see> object that represents a field for the delivery protocol.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolField"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ProtocolFieldCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocol"></see> object for this <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolFieldCollection"></see>.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocol"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.ProtocolRetrySchedule">
			<summary>Represents the one retry schedule interval for a <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocol"></see>.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ProtocolRetrySchedule.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolRetrySchedule"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ProtocolRetrySchedule.#ctor(Microsoft.SqlServer.Management.Nmo.NotificationClassProtocol,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolRetrySchedule"></see> class with a <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocol"></see> and a name.</summary>
			<param name="name">A <see cref="T:System.String"></see> specifying the name of the retry schedule interval. Notification Services does not use this name.You cannot change the name. To rename a protocol retry schedule, remove it and add a new one.</param>
			<param name="notificationClassProtocol">The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocol"></see> for the retry schedule interval.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ProtocolRetrySchedule.Interval">
			<summary>Gets or sets the time between the previous failure and this retry attempt.</summary>
			<returns>A <see cref="T:System.TimeSpan"></see> object that specifies the interval between retry attempts.The interval is the delay after the previous delivery attempt, not since the original delivery attempt.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ProtocolRetrySchedule.Parent">
			<summary>Gets or sets the parent <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocol"></see> object for the protocol retry schedule.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocol"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.ProtocolRetryScheduleCollection">
			<summary>Represents the collection of retry schedules for a <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocol"></see> object. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ProtocolRetryScheduleCollection.Add(Microsoft.SqlServer.Management.Nmo.ProtocolRetrySchedule)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolRetrySchedule"></see> to the end of a <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolRetryScheduleCollection"></see>.</summary>
			<param name="protocolRetrySchedule">The <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolRetrySchedule"></see> to add to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ProtocolRetryScheduleCollection.Add(Microsoft.SqlServer.Management.Nmo.ProtocolRetrySchedule,System.Int32)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolRetrySchedule"></see> at the specified position of a <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolRetryScheduleCollection"></see>.</summary>
			<param name="insertAtPosition">The zero-based position at which to add the <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolRetrySchedule"></see>.</param>
			<param name="protocolRetrySchedule">The <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolRetrySchedule"></see> to add to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ProtocolRetryScheduleCollection.Add(Microsoft.SqlServer.Management.Nmo.ProtocolRetrySchedule,System.String)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolRetrySchedule"></see> before the specified item of a <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolRetryScheduleCollection"></see>.</summary>
			<param name="insertAtColumnName">A <see cref="T:System.String"></see> value that specifies the name of the protocol retry schedule before which to insert the new <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolRetrySchedule"></see> object.</param>
			<param name="protocolRetrySchedule">The <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolRetrySchedule"></see> to add to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ProtocolRetryScheduleCollection.CopyTo(Microsoft.SqlServer.Management.Nmo.ProtocolRetrySchedule[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolRetrySchedule"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that is the zero-based index in array where copying begins.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ProtocolRetryScheduleCollection.GetCollectionElementType">
			<summary>Returns the type of the collection.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolRetrySchedule"></see></returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ProtocolRetryScheduleCollection.Remove(Microsoft.SqlServer.Management.Nmo.ProtocolRetrySchedule)">
			<summary>Removes the specified <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolRetrySchedule"></see> object from the collection.</summary>
			<param name="protocolRetrySchedule">The <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolRetrySchedule"></see> object to remove.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.ProtocolRetryScheduleCollection.Remove(System.String)">
			<summary>Removes the named <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolRetrySchedule"></see> from the collection.</summary>
			<param name="name">A <see cref="T:System.String"></see> that specifies name of the protocol retry schedule object to remove from the <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolRetryScheduleCollection"></see>.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ProtocolRetryScheduleCollection.Item(System.Int32)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolRetrySchedule"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolRetryScheduleCollection"></see> object by position.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolRetrySchedule"></see> object that represents a retry schedule for the delivery protocol.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolRetrySchedule"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ProtocolRetryScheduleCollection.Item(System.String)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolRetrySchedule"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolRetryScheduleCollection"></see> object by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolRetrySchedule"></see> object that represents a retry schedule for the delivery protocol.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolRetrySchedule"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.ProtocolRetryScheduleCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocol"></see> object for this <see cref="T:Microsoft.SqlServer.Management.Nmo.ProtocolRetryScheduleCollection"></see>.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationClassProtocol"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.SubscriptionChronicle">
			<summary>Represents a Notification Services application subscription chronicle, which is supplemental storage for subscription data. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.SubscriptionChronicle.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionChronicle"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.SubscriptionChronicle.#ctor(Microsoft.SqlServer.Management.Nmo.SubscriptionClass,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionChronicle"></see> class with a parent subscription class and a name.</summary>
			<param name="name">A <see cref="T:System.String"></see>, between 1 and 64 characters in length, that specifies the name of the subscription chronicle. This is a logical name, and not the name of the chronicle table, which you define using the <see cref="P:Microsoft.SqlServer.Management.Nmo.SubscriptionChronicle.SqlStatements"></see> property.You cannot change the name. To rename a subscription chronicle, you must remove the chronicle and then add a new chronicle that has a new name. For existing instances, you may need to rename the existing chronicle table so that you can copy data between it and the new chronicle.</param>
			<param name="subscriptionClass">The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see> for the subscription chronicle.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionChronicle.Parent">
			<summary>Gets or sets the parent <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see> object for the chronicle.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionChronicle.SqlStatements">
			<summary>Gets the collection of Transact-SQL statements that create the subscription chronicle.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> containing the Transact-SQL statement strings.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.SubscriptionChronicleCollection">
			<summary>Represents a collection of subscription chronicle definitions for a Notification Services application. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.SubscriptionChronicleCollection.Add(Microsoft.SqlServer.Management.Nmo.SubscriptionChronicle)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionChronicle"></see> to the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionChronicleCollection"></see>.</summary>
			<param name="subscriptionChronicle">The <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionChronicle"></see> to add to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.SubscriptionChronicleCollection.CopyTo(Microsoft.SqlServer.Management.Nmo.SubscriptionChronicle[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionChronicle"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that is the zero-based index in array where copying begins.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.SubscriptionChronicleCollection.GetCollectionElementType">
			<summary>Returns the type of the collection.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionChronicle"></see></returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.SubscriptionChronicleCollection.Remove(System.String)">
			<summary>Removes the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionChronicle"></see> object with the specified name from the collection.</summary>
			<param name="name">The name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionChronicle"></see> object to remove.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.SubscriptionChronicleCollection.Remove(Microsoft.SqlServer.Management.Nmo.SubscriptionChronicle)">
			<summary>Removes the specified <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionChronicle"></see> object from the collection.</summary>
			<param name="subscriptionChronicle">The <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionChronicle"></see> object to remove.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionChronicleCollection.Item(System.Int32)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionChronicle"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionChronicleCollection"></see> object by position.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionChronicle"></see> object that represents a subscription chronicle for the subscription class.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionChronicle"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionChronicleCollection.Item(System.String)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionChronicle"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionChronicleCollection"></see> object by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionChronicle"></see> object that represents a subscription chronicle for the subscription class.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionChronicle"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionChronicleCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see> object for this <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionChronicleCollection"></see>.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass">
			<summary>Represents a subscription class in a Notification Services application. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.SubscriptionClass.#ctor">
			<summary>Parameterless constructor that creates a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.SubscriptionClass.#ctor(Microsoft.SqlServer.Management.Nmo.Application,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see> class with a parent <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> object and a name.</summary>
			<param name="name">A <see cref="T:System.String"></see>, between 1 and 64 characters in length, that specifies the name of the subscription class.You cannot change the name. To rename a subscription class, you must remove the subscription class and then add a subscription class that has the new name.</param>
			<param name="application">The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> object for the subscription class.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionClass.FileGroup">
			<summary>Gets or sets the application database filegroup on which the subscription tables will be created. </summary>
			<returns>A <see cref="T:System.String"></see>, between 0 and 128 characters, that specifies the name of an application database filegroup. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionClass.IndexSqlStatements">
			<summary>Gets the collection of Transact-SQL statements for creating one or more indexes for the subscription class.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> containing the indexing Transact-SQL statements.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionClass.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> object for this <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see>.</summary>
			<returns>The <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionClass.SubscriptionChronicles">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionChronicleCollection"></see> for the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see>.</summary>
			<returns>The <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionChronicleCollection"></see> for the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see>.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionClass.SubscriptionConditionEventRules">
			<summary>Gets the collection of flexible condition-based event rules for the subscription class.</summary>
			<returns>The <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionEventRuleCollection"></see> for the subscription class.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionClass.SubscriptionConditionScheduledRules">
			<summary>Gets the collection of flexible condition-based scheduled rules for the subscription class.</summary>
			<returns>The <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionEventRuleCollection"></see> for the subscription class.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionClass.SubscriptionEventRules">
			<summary>Gets the collection of parameter-based event rules for the subscription class.</summary>
			<returns>The <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionEventRuleCollection"></see> for the subscription class.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionClass.SubscriptionFields">
			<summary>Gets the collection of fields in the subscription class schema.</summary>
			<returns>The <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionFieldCollection"></see> for the subscription class.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionClass.SubscriptionScheduledRules">
			<summary>Gets the collection of parameter-based event rules for the subscription class.</summary>
			<returns>The <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionScheduledRuleCollection"></see> for the subscription class.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClassCollection">
			<summary>Represents the collection of subscription classes for a Notification Services<see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see>.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.SubscriptionClassCollection.Add(Microsoft.SqlServer.Management.Nmo.SubscriptionClass)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see> to the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClassCollection"></see>.</summary>
			<param name="subscriptionClass">The <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see> to add to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.SubscriptionClassCollection.CopyTo(Microsoft.SqlServer.Management.Nmo.SubscriptionClass[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that is the zero-based index in array where copying begins.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.SubscriptionClassCollection.GetCollectionElementType">
			<summary>Returns the type of the collection.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see></returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.SubscriptionClassCollection.Remove(System.String)">
			<summary>Removes the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see> object with the specified name from the collection.</summary>
			<param name="name">The name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see> object to remove.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.SubscriptionClassCollection.Remove(Microsoft.SqlServer.Management.Nmo.SubscriptionClass)">
			<summary>Removes the specified <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see> object from the collection.</summary>
			<param name="subscriptionClass">Removes the specified <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see> object from the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionClassCollection.Item(System.Int32)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClassCollection"></see> object by position.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see> object that represents a subscription class for the Notification Services application.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionClassCollection.Item(System.String)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClassCollection"></see> object by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see> object that represents a subscription class for the Notification Services application.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionClassCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> object for this <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClassCollection"></see>.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionEventRule">
			<summary>Describes an event rule that uses condition actions to generate notifications.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionEventRule.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionEventRule"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionEventRule.#ctor(Microsoft.SqlServer.Management.Nmo.SubscriptionClass,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionEventRule"></see> class with a parent <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see> object and a name.</summary>
			<param name="name">A <see cref="T:System.String"></see>, between 1 and 255 characters in length, that specifies the event rule name. You cannot change the name. To rename a rule, you must remove it and then add a rule that has the new name.</param>
			<param name="subscriptionClass">The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see> for the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionEventRule"></see>. The rule is evaluated for condition-based subscriptions in the specified subscription class.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionEventRule.ActionTimeout">
			<summary>Gets or sets the interval during which the Transact-SQL statements specified in the <see cref="P:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionEventRule.SqlExpression"></see> property must complete successfully.</summary>
			<returns>A <see cref="T:System.TimeSpan"></see> object that specifies the timeout interval.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionEventRule.EventClassName">
			<summary>Gets or sets the name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.EventClass"></see> associated with the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionEventRule"></see>.</summary>
			<returns>A <see cref="T:System.String"></see> that specifies the name of the associated event class.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionEventRule.InputTypeName">
			<summary>Gets or sets the name of the view or table that contains input data for the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionEventRule"></see>.</summary>
			<returns>A <see cref="T:System.String"></see>, between 1 and 128 characters in length, that specifies the name of a table or view.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionEventRule.InputTypeSchema">
			<summary>Gets or sets the database schema name for the table or view specified by the <see cref="P:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionEventRule.InputTypeName"></see> property.</summary>
			<returns>A <see cref="T:System.String"></see>, between 1 and 128 characters in length, that specifies the schema name for the input table or view.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionEventRule.Parent">
			<summary>Gets or sets the parent <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see> object for the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionEventRule"></see>.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionEventRule.SqlExpression">
			<summary>Gets or sets the Transact-SQL query used to generate notifications from the input and subscription data.</summary>
			<returns>A <see cref="T:System.String"></see>, between 1 and 100000 characters in length, that specifies the Transact-SQL query to run each time the rule is fired.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionEventRule.SqlLoginName">
			<summary>Gets or sets the Microsoft SQL Server login account that Notification Services uses to create the database user that runs the statements specified in the <see cref="P:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionEventRule.SqlExpression"></see> property.</summary>
			<returns>A <see cref="T:System.String"></see> that specifies the name of a SQL Server login.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionEventRule.SqlUserName">
			<summary>Gets or sets the name of the database user Notification Services creates to run the statements specified in the <see cref="P:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionEventRule.SqlExpression"></see> property.</summary>
			<returns>A <see cref="T:System.String"></see> that specifies the database user name Notification Services creates. Database user names typically, but are not required to, match their associated login name.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionEventRuleCollection">
			<summary>Represents the collection of condition-based event rules for a Notification Services<see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see>. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionEventRuleCollection.Add(Microsoft.SqlServer.Management.Nmo.SubscriptionConditionEventRule)">
			<summary>Adds an <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionEventRule"></see> to the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionEventRuleCollection"></see>.</summary>
			<param name="subscriptionConditionEventRule">The <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionEventRule"></see> to add to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionEventRuleCollection.CopyTo(Microsoft.SqlServer.Management.Nmo.SubscriptionConditionEventRule[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionEventRule"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that is the zero-based index in array where copying begins.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionEventRuleCollection.GetCollectionElementType">
			<summary>Returns the type of the collection.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionEventRule"></see></returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionEventRuleCollection.Remove(System.String)">
			<summary>Removes the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionEventRule"></see> object with the specified name from the collection.</summary>
			<param name="name">The name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionEventRule"></see> object to remove.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionEventRuleCollection.Remove(Microsoft.SqlServer.Management.Nmo.SubscriptionConditionEventRule)">
			<summary>Removes the specified <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionEventRule"></see> object from the collection.</summary>
			<param name="subscriptionConditionEventRule">The <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionEventRule"></see> object to remove.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionEventRuleCollection.Item(System.Int32)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionEventRule"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionEventRuleCollection"></see> object by position.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionEventRule"></see> object that represents a condition-based event rule for the instance of Notification Services.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionEventRule"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionEventRuleCollection.Item(System.String)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionEventRule"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionEventRuleCollection"></see> object by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionEventRule"></see> object that represents a condition-based event rule for the instance of Notification Services.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionEventRule"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionEventRuleCollection.Parent">
			<summary>Gets the parent <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see> object for this <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionEventRuleCollection"></see>.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionScheduledRule">
			<summary>Describes a scheduled rule that uses condition actions to generate notifications.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionScheduledRule.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionScheduledRule"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionScheduledRule.#ctor(Microsoft.SqlServer.Management.Nmo.SubscriptionClass,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionScheduledRule"></see> class with a parent <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see> object and a name.</summary>
			<param name="name">A <see cref="T:System.String"></see>, between 1 and 255 characters in length, that specifies the scheduled rule name.You cannot change the name. To rename a rule, you must remove it and then add a rule that has the new name.</param>
			<param name="subscriptionClass">The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see> for the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionScheduledRule"></see>. The rule will be evaluated for condition-based subscriptions in the specified subscription class.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionScheduledRule.ActionTimeout">
			<summary>Gets or sets the interval during which the Transact-SQL statements specified in the <see cref="P:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionScheduledRule.SqlExpression"></see> property must complete successfully.</summary>
			<returns>A <see cref="T:System.TimeSpan"></see> object that specifies the timeout interval.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionScheduledRule.InputTypeName">
			<summary>Gets or sets the name of the view or table that contains input data for the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionScheduledRule"></see>.</summary>
			<returns>A <see cref="T:System.String"></see>, between 1 and 128 characters in length, that specifies the name of a table or view.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionScheduledRule.InputTypeSchema">
			<summary>Gets or sets the database schema name for the table or view specified by the <see cref="P:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionScheduledRule.InputTypeName"></see> property.</summary>
			<returns>A <see cref="T:System.String"></see>, between 1 and 128 characters in length, that specifies the schema name for the input table or view.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionScheduledRule.Parent">
			<summary>Gets or sets the parent <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see> object for the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionScheduledRule"></see>.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionScheduledRule.SqlExpression">
			<summary>Gets or sets the Transact-SQL query used to generate notifications from the input and subscription data.</summary>
			<returns>A <see cref="T:System.String"></see>, between 1 and 100000 characters in length, that specifies the Transact-SQL query to run each time the rule is fired.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionScheduledRule.SqlLoginName">
			<summary>Gets or sets the Microsoft SQL Server login account that Notification Services uses to create the database user that runs the statements specified in the <see cref="P:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionScheduledRule.SqlExpression"></see> property.</summary>
			<returns>A <see cref="T:System.String"></see> that specifies the name of a SQL Server login.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionScheduledRule.SqlUserName">
			<summary>Gets or sets the name of the database user Notification Services creates to run the statements specified in the <see cref="P:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionScheduledRule.SqlExpression"></see> property.</summary>
			<returns>A <see cref="T:System.String"></see> that specifies the database user name Notification Services creates. Database user names typically, but are not required to, match their associated login name.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionScheduledRuleCollection">
			<summary>Represents the collection of condition-based scheduled rules for a Notification Services<see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see>. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionScheduledRuleCollection.Add(Microsoft.SqlServer.Management.Nmo.SubscriptionConditionScheduledRule)">
			<summary>Adds an <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionScheduledRule"></see> to the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionScheduledRuleCollection"></see>.</summary>
			<param name="subscriptionConditionScheduledRule">The <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionScheduledRule"></see> to add to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionScheduledRuleCollection.CopyTo(Microsoft.SqlServer.Management.Nmo.SubscriptionConditionScheduledRule[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionScheduledRule"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that is the zero-based index in array where copying begins.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionScheduledRuleCollection.GetCollectionElementType">
			<summary>Returns the type of the collection.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionScheduledRule"></see></returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionScheduledRuleCollection.Remove(System.String)">
			<summary>Removes the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionScheduledRule"></see> object with the specified name from the collection.</summary>
			<param name="name">The name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionScheduledRule"></see> object to remove.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionScheduledRuleCollection.Remove(Microsoft.SqlServer.Management.Nmo.SubscriptionConditionScheduledRule)">
			<summary>Removes the specified <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionScheduledRule"></see> object from the collection.</summary>
			<param name="subscriptionConditionScheduledRule">The <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionScheduledRule"></see> object to remove.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionScheduledRuleCollection.Item(System.Int32)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionScheduledRule"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionScheduledRuleCollection"></see> object by position.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionScheduledRule"></see> object that represents a condition-based scheduled rule for the instance of Notification Services.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionScheduledRule"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionScheduledRuleCollection.Item(System.String)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionScheduledRule"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionScheduledRuleCollection"></see> object by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionScheduledRule"></see> object that represents a condition-based scheduled rule for the instance of Notification Services.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionScheduledRule"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionScheduledRuleCollection.Parent">
			<summary>Gets the parent <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see> object for this <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionConditionScheduledRuleCollection"></see>.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.SubscriptionEventRule">
			<summary>Represents an event rule that contains simple actions, not condition actions.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.SubscriptionEventRule.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionEventRule"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.SubscriptionEventRule.#ctor(Microsoft.SqlServer.Management.Nmo.SubscriptionClass,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionEventRule"></see> class with a parent <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see> and a name.</summary>
			<param name="name">A <see cref="T:System.String"></see>, between 1 and 255 characters in length, that specifies the name of the event rule.You cannot change the name. To rename a rule, you must remove the rule and the add a new rule with the new name.</param>
			<param name="subscriptionClass">The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see> for the event rule.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionEventRule.Action">
			<summary>Gets or sets the Transact-SQL query for the event rule.</summary>
			<returns>A <see cref="T:System.String"></see>, between 1 and 100,000 characters in length, that specifies the Transact-SQL query to run each time the rule is fired.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionEventRule.ActionTimeout">
			<summary>Gets or sets the timeout interval for the event rule. The action must complete within the interval, or is cancelled.</summary>
			<returns>A <see cref="T:System.TimeSpan"></see> object that specifies the action timeout for the event rule.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionEventRule.EventClassName">
			<summary>Gets or sets the name of the event class associated with the event rule.</summary>
			<returns>A <see cref="T:System.String"></see>, between 1 and 64 characters in length, that specifies the name of the associated <see cref="T:Microsoft.SqlServer.Management.Nmo.EventClass"></see>.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionEventRule.Parent">
			<summary>Gets or sets the parent <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see> object for the event rule.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.SubscriptionEventRuleCollection">
			<summary>Represents the collection of event rules for a subscription class. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.SubscriptionEventRuleCollection.Add(Microsoft.SqlServer.Management.Nmo.SubscriptionEventRule)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionEventRule"></see> to the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionEventRuleCollection"></see>.</summary>
			<param name="subscriptionEventRule">The <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionEventRule"></see> to add to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.SubscriptionEventRuleCollection.CopyTo(Microsoft.SqlServer.Management.Nmo.SubscriptionEventRule[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionEventRule"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that is the zero-based index in array where copying begins.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.SubscriptionEventRuleCollection.GetCollectionElementType">
			<summary>Returns the type of the collection.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionEventRule"></see></returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.SubscriptionEventRuleCollection.Remove(System.String)">
			<summary>Removes the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionEventRule"></see> object with the specified name from the collection.</summary>
			<param name="name">The name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionEventRule"></see> object to remove.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.SubscriptionEventRuleCollection.Remove(Microsoft.SqlServer.Management.Nmo.SubscriptionEventRule)">
			<summary>Removes the specified <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionEventRule"></see> object from the collection.</summary>
			<param name="subscriptionEventRule">The <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionEventRule"></see> object to remove.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionEventRuleCollection.Item(System.Int32)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionEventRule"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionEventRuleCollection"></see> object by position.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionEventRule"></see> object that represents an event rule for the parent subscription class.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionEventRule"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionEventRuleCollection.Item(System.String)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionEventRule"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionEventRuleCollection"></see> object by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionEventRule"></see> object that represents an event rule for the parent subscription class.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionEventRule"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionEventRuleCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see> object for this <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionEventRuleCollection"></see>.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.SubscriptionField">
			<summary>Represents a field in the subscription class schema.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.SubscriptionField.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionField"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.SubscriptionField.#ctor(Microsoft.SqlServer.Management.Nmo.SubscriptionClass,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionField"></see> class with a <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see> object and a name.</summary>
			<param name="name">A <see cref="T:System.String"></see>, between 1 and 128 characters in length, that specifies the name of the subscription field.You cannot change the name. To rename a subscription field, remove the field and then add a new subscription field that has the new name.</param>
			<param name="subscriptionClass">The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see> object for the subscription field.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionField.Parent">
			<summary>Gets or sets the parent <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see> object for the subscription field.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionField.Type">
			<summary>Specifies the Microsoft SQL Server data type of the subscription field.</summary>
			<returns>A <see cref="T:System.String"></see>, between 1 and 255 characters in length, that specifies the SQL Server data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionField.TypeModifier">
			<summary>Gets or sets the optional Microsoft SQL Server field attributes for the subscription field.</summary>
			<returns>A <see cref="T:System.String"></see>, between 1 and 255 characters in length, that specifies the type modifiers for the subscription field.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.SubscriptionFieldCollection">
			<summary>Represents the collection of <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionField"></see> objects in the subscription class schema. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.SubscriptionFieldCollection.Add(Microsoft.SqlServer.Management.Nmo.SubscriptionField)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionField"></see> at the end of the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionFieldCollection"></see> object.</summary>
			<param name="subscriptionField">The <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionField"></see> to add to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.SubscriptionFieldCollection.Add(Microsoft.SqlServer.Management.Nmo.SubscriptionField,System.Int32)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionField"></see> to the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionFieldCollection"></see> at the specified position.</summary>
			<param name="insertAtPosition">A <see cref="T:System.Int32"></see> that specifies the zero-based position in the collection where you want to add the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionField"></see> object.</param>
			<param name="subscriptionField">The <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionField"></see> to add to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.SubscriptionFieldCollection.Add(Microsoft.SqlServer.Management.Nmo.SubscriptionField,System.String)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionField"></see> before another <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionField"></see> in the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionFieldCollection"></see> object.</summary>
			<param name="insertAtColumnName">A <see cref="T:System.String"></see> value that specifies the name of the subscription field before which to insert the new <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionField"></see> object.</param>
			<param name="subscriptionField">The <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionField"></see> to add to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.SubscriptionFieldCollection.CopyTo(Microsoft.SqlServer.Management.Nmo.SubscriptionField[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionField"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that is the zero-based index in array where copying begins.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.SubscriptionFieldCollection.GetCollectionElementType">
			<summary>Returns the type of the collection.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionField"></see></returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.SubscriptionFieldCollection.Remove(System.String)">
			<summary>Removes the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionField"></see> object with the specified name from the collection.</summary>
			<param name="name">The name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionField"></see> object to remove.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.SubscriptionFieldCollection.Remove(Microsoft.SqlServer.Management.Nmo.SubscriptionField)">
			<summary>Removes the specified <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionField"></see> object from the collection.</summary>
			<param name="subscriptionField">The <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionField"></see> object to remove.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionFieldCollection.Item(System.Int32)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionField"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionFieldCollection"></see> object by position.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionField"></see> object that represents a field in the schema of the parent subscription class.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionField"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionFieldCollection.Item(System.String)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionField"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionFieldCollection"></see> object by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionField"></see> object that represents a field in the schema of the parent subscription class.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionField"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionFieldCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see> object for this <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionFieldCollection"></see>.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.SubscriptionScheduledRule">
			<summary>Represents a scheduled rule that contains actions, not condition actions.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.SubscriptionScheduledRule.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionScheduledRule"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.SubscriptionScheduledRule.#ctor(Microsoft.SqlServer.Management.Nmo.SubscriptionClass,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionScheduledRule"></see> class with a <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see> and a name.</summary>
			<param name="name">A <see cref="T:System.String"></see>, between 1 and 255 characters in length, that specifies the name of the scheduled rule.You cannot change the name. To rename a rule, you must remove the rule and the add the rule with the new name.</param>
			<param name="subscriptionClass">The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see> for the scheduled rule.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionScheduledRule.Action">
			<summary>Gets or sets the Transact-SQL query for the scheduled rule.</summary>
			<returns>A <see cref="T:System.String"></see>, between 1 and 100,000 characters in length, that specifies the Transact-SQL query to run each time the rule is fired.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionScheduledRule.ActionTimeout">
			<summary>Gets or sets the timeout interval for the schedule rule. The action must complete within the interval, or is cancelled.</summary>
			<returns>A <see cref="T:System.TimeSpan"></see> object that specifies the action timeout for the rule.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionScheduledRule.Parent">
			<summary>Gets or sets the parent <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see> object for the scheduled rule.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.SubscriptionScheduledRuleCollection">
			<summary>Represents the collection of scheduled rules for a subscription class. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.SubscriptionScheduledRuleCollection.Add(Microsoft.SqlServer.Management.Nmo.SubscriptionScheduledRule)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionScheduledRule"></see> to the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionScheduledRuleCollection"></see>.</summary>
			<param name="subscriptionScheduledRule">The <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionScheduledRule"></see> to add to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.SubscriptionScheduledRuleCollection.CopyTo(Microsoft.SqlServer.Management.Nmo.SubscriptionScheduledRule[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionScheduledRule"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that is the zero-based index in array where copying begins.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.SubscriptionScheduledRuleCollection.GetCollectionElementType">
			<summary>Returns the type of the collection. </summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionScheduledRule"></see></returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.SubscriptionScheduledRuleCollection.Remove(System.String)">
			<summary>Removes the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionScheduledRule"></see> object with the specified name from the collection.</summary>
			<param name="name">The name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionScheduledRule"></see> object to remove.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.SubscriptionScheduledRuleCollection.Remove(Microsoft.SqlServer.Management.Nmo.SubscriptionScheduledRule)">
			<summary>Removes the specified <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionScheduledRule"></see> object from the collection.</summary>
			<param name="subscriptionScheduledRule">The <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionScheduledRule"></see> object to remove.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionScheduledRuleCollection.Item(System.Int32)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionScheduledRule"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionScheduledRuleCollection"></see> object by position.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionScheduledRule"></see> object that represents a scheduled rule for the parent subscription class.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionScheduledRule"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionScheduledRuleCollection.Item(System.String)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionScheduledRule"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionScheduledRuleCollection"></see> object by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionScheduledRule"></see> object that represents a scheduled rule for the parent subscription class.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionScheduledRule"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.SubscriptionScheduledRuleCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see> object for this <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionScheduledRuleCollection"></see>.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.SubscriptionClass"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.VacuumSchedule">
			<summary>Define the vacuuming (data removal) schedule for the Notification Services<see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see>.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.VacuumSchedule.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.VacuumSchedule"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.VacuumSchedule.#ctor(Microsoft.SqlServer.Management.Nmo.Application,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Nmo.VacuumSchedule"></see> class with an <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> object and a name.</summary>
			<param name="name">A <see cref="T:System.String"></see> that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Nmo.VacuumSchedule"></see> object. Notification Services does not use this name. This name is not used by Notification Services.You cannot change the name. To rename a vacuum schedule, you must remove the schedule and then add a new schedule that has the new name.</param>
			<param name="application">The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> for the data removal schedule.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.VacuumSchedule.Interval">
			<summary>Gets or sets the duration the data removal process is allowed to run after it has been started.</summary>
			<returns>A <see cref="T:System.TimeSpan"></see> object that specifies how long the vacuum process is allowed to run.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.VacuumSchedule.Parent">
			<summary>Gets or sets the parent <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> object for the vacuum schedule.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.VacuumSchedule.StartTime">
			<summary>Gets or sets the daily time, in Universal Coordinated Time (UTC), for the data removal process to start.</summary>
			<returns>A <see cref="T:System.TimeSpan"></see> object that specifies the time of day for the vacuum process to start.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Nmo.VacuumScheduleCollection">
			<summary>Represents the collection of <see cref="T:Microsoft.SqlServer.Management.Nmo.VacuumSchedule"></see> objects for the <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see>. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.VacuumScheduleCollection.Add(Microsoft.SqlServer.Management.Nmo.VacuumSchedule)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Nmo.VacuumSchedule"></see> to the <see cref="T:Microsoft.SqlServer.Management.Nmo.VacuumScheduleCollection"></see>.</summary>
			<param name="vacuumSchedule">The <see cref="T:Microsoft.SqlServer.Management.Nmo.VacuumSchedule"></see> to add to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.VacuumScheduleCollection.CopyTo(Microsoft.SqlServer.Management.Nmo.VacuumSchedule[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Nmo.VacuumSchedule"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that is the zero-based index in array where copying begins.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.VacuumScheduleCollection.GetCollectionElementType">
			<summary>Returns the type of the collection.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Nmo.VacuumSchedule"></see></returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Nmo.VacuumScheduleCollection.Remove(Microsoft.SqlServer.Management.Nmo.VacuumSchedule)">
			<summary>Removes the specified <see cref="T:Microsoft.SqlServer.Management.Nmo.VacuumSchedule"></see> object from the collection.</summary>
			<param name="vacuumSchedule">The <see cref="T:Microsoft.SqlServer.Management.Nmo.VacuumSchedule"></see> object to remove.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.VacuumScheduleCollection.Item(System.Int32)">
			<summary>Gets a specific <see cref="T:Microsoft.SqlServer.Management.Nmo.VacuumSchedule"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Nmo.VacuumScheduleCollection"></see> object by position.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.VacuumSchedule"></see> object that represents one vacuuming start time for the application.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Nmo.VacuumSchedule"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Nmo.VacuumScheduleCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> object for this <see cref="T:Microsoft.SqlServer.Management.Nmo.VacuumScheduleCollection"></see>.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Nmo.Application"></see> object.</returns>
		</member>
		<member name="N:Microsoft.SqlServer.Management.Smo">
			<summary>The <see cref="N:Microsoft.SqlServer.Management.Smo"></see> namespace contains classes that represent the core SMO objects. These include instances, utility classes, enumerations, event handler types, and exception types. </summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.AbstractCollectionBase">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.AbstractCollectionBase"></see> object is a base class object used in the construction of collection objects.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.AbstractCollectionBase.initialized">
			<summary>This value supports the SQL Server Management Objects infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AbstractCollectionBase.AddExisting(Microsoft.SqlServer.Management.Smo.SqlSmoObject)">
			<summary>Adds an object to the collection.</summary>
			<param name="smoObj">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object that specifies the object to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AbstractCollectionBase.ImplAddExisting(Microsoft.SqlServer.Management.Smo.SqlSmoObject)">
			<summary>Adds an object to the collection.</summary>
			<param name="smoObj">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object that specifies the object to be added to the collection.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ApplicationRole">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRole"></see> object represents a security role that is used to set access privileges from an application regardless of the user's permissions.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRole"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRole"></see> class.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the application role.</param>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object value that specifies the database to which the application role belongs.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRole"></see> object property changes on the instance of MicrosoftSQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.ChangePassword(System.Security.SecureString)">
			<summary>Modifies the password of the application role.</summary>
			<param name="password">A <see cref="T:System.Security.SecureString"></see> value that specifies the new password.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.ChangePassword(System.String)">
			<summary>Modifies the password of the application role.</summary>
			<param name="password">A <see cref="T:System.String"></see> value that specifies the new password.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.Create(System.Security.SecureString)">
			<summary>Creates an application role on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRole"></see> object and with the specified password.</summary>
			<param name="password">A <see cref="T:System.Security.SecureString"></see> value that specifies the password required when accessing the application role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.Create(System.String)">
			<summary>Creates an application role on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRole"></see> object and with the specified password.</summary>
			<param name="password">A <see cref="T:System.String"></see> value that specifies the password required when accessing the application role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Denies the specified permission for the specified grantee on the application role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied the specified set of permissions on the application role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Denies the specified permission for the specified grantees on the application role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied the specified set of permissions on the application role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Denies access to the specified permission for the specified grantee and other users that the grantee granted the specified set of permissions on the application role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the application role.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied the specified set of permissions of the application role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Denies the specified permission for the specified grantees on the application role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the application role.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.Drop">
			<summary>Removes the application role from the instance of MicrosoftSQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.EnumObjectPermissions">
			<summary>Enumerates a list of object permissions for the application role.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the application role. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of object permissions for a specified permission on the application role.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified permission on the application role. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.EnumObjectPermissions(System.String)">
			<summary>Enumerates a list of object permissions for a specified grantee on the application role.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified grantee on the application role. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of object permissions for a specified grantee and a specified permission on the application role.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified grantee and permission on the application role. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Grants the specified set of permissions to the specified grantee on the application role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be granted the specified set of permissions on the application role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Grants the specified set of permissions to the specified grantees on the application role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that lists the grantees to be granted the specified set of permissions on the application role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Grants the specified permission and the ability to grant the set of permissions to the specified grantee on the application role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the application role.If True, the grantee is given the ability to grant the specified set of permissions to other users on the application role.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the application role. </param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Grants the specified permission and the ability to grant the set of permissions to other users on the application role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the application role. If True, the grantee is given the ability to grant the specified set of permissions to other users on the application role.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the application role. </param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be granted the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Grants the specified set of permissions and the ability to grant the set of permissions to other users on the application role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the application role.If True, the grantee is given the ability to grant the specified set of permissions to other users on the application role.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the application role. </param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be granted the permission.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the application role. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Grants the specified set of permissions and the ability to grant the set of permissions to other users on the application role under an assumed role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the application role.If True, the grantee is given the ability to grant the specified set of permissions to other users on the application role.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the application role. </param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be granted the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the application role. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.Rename(System.String)">
			<summary>Renames the application role.</summary>
			<param name="newname">A <see cref="T:System.String"></see> value that specifies the new name assigned to the application role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Revokes a previously granted set of permissions from a grantee on the application role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Revokes a previously granted set of permissions from a list of grantees on the application role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from a grantee on the application role and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the set of permissions from other users.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the application role.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the application role.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the application role.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the application role.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from grantees on the application role and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the application role.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the application role.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the application role.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the application role.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from a grantee on the application role and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the application role.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the application role.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the application role.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the application role.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the application role. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from grantees on the application role and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the application role.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the application role.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the application role.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the application role.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the application role. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the application role.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the application role as specified by the script options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:System.Collections.Specialized.StringCollection"></see> object value that is used to specify the script options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ApplicationRole.CreateDate">
			<summary>Gets the date and time when the application role was created.</summary>
			<returns>A <see cref="T:System.DateTime"></see> system object value that specifies the date and time when the application role was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ApplicationRole.DateLastModified">
			<summary>Gets the date and time when the application role was last modified.</summary>
			<returns>A <see cref="T:System.DateTime"></see> system object value that specifies the date and time when the application role was last modified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ApplicationRole.DefaultSchema">
			<summary>Gets or sets the default schema for the application role.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the default schema.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ApplicationRole.Events">
			<summary>Gets the events that are supported by the application role.</summary>
			<returns>An ApplicationRoleEvents object value that specifies the events supported by the application role.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ApplicationRole.ExtendedProperties">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty"></see> objects that contain information about the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRole"></see> object.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection"></see> object that contains the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRole"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ApplicationRole.ID">
			<summary>Gets the ID value that uniquely identifies the application role.</summary>
			<returns>A <see cref="T:System.Int32"></see> value that specifies the ID value of the application role.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ApplicationRole.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRole"></see> object. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRole"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ApplicationRoleCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRoleCollection"></see>class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRole"></see> objects that represent all the application roles on the referenced database. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRoleCollection.Add(Microsoft.SqlServer.Management.Smo.ApplicationRole)">
			<summary>Adds the specified application role to the collection.</summary>
			<param name="applicationRole">An <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRole"></see> object to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRoleCollection.CopyTo(Microsoft.SqlServer.Management.Smo.ApplicationRole[],System.Int32)">
			<summary>Copies the collection of objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRole"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index value in the collection to start copying. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRoleCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRoleCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRole"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRole"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRoleCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ApplicationRoleCollection.Item(System.Int32)">
			<summary>Gets an <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRole"></see> object in the collection by index number.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRole"></see> object value that represents the application role.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRole"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRoleCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ApplicationRoleCollection.Item(System.String)">
			<summary>Gets an <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRole"></see> object in the collection by name.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRole"></see> object value that represents the application role.</returns>
			<param name="name">A string value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRole"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRoleCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ApplicationRoleCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRoleCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRoleCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ApplicationRoleEvents">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRoleEvents"></see> object represents the settings required for Microsoft SQL Server application role event notification.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.ApplicationRoleEvents.ServerEvent">
			<summary>Specifies the event raised when an event occurs in <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRole"></see> object and the user subscribed to the events from that object instance.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRoleEvents.GetEventSelection">
			<summary>Returns a set of currently subscribed event notifications.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the event selection.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRoleEvents.StartEvents">
			<summary>Starts receiving events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRoleEvents.StopEvents">
			<summary>Stops receiving events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRoleEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Specifies the object events to receive. </summary>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRoleEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet,Microsoft.SqlServer.Management.Smo.ServerEventHandler)">
			<summary>Specifies the object events to receive. </summary>
			<param name="eventHandler">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventHandler"></see> object that specifies the event handler for the specified events.</param>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRoleEvents.UnsubscribeAllEvents">
			<summary>Clears all event settings, and removes all event handlers.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRoleEvents.UnsubscribeFromEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Clears the specified event setting, and removes all event handlers.</summary>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the events to clear.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ArrayListCollectionBase">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ArrayListCollectionBase"></see> object represents a base class that is used in the construction of collections that are based on array lists.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ArrayListCollectionBase.AddImpl(Microsoft.SqlServer.Management.Smo.SqlSmoObject,System.Int32)">
			<summary>Adds the specified object to this collection at the specified index.</summary>
			<param name="obj">An <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> value that will be added to the collection.</param>
			<param name="insertAtPosition">An <see cref="T:System.Int32"></see> value that specifies the index position in the collection at which to insert the specified object.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.AsymmetricKey">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKey"></see> object represents a SQL Server asymmetric key.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKey"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKey"></see> class on the specified database and with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the asymmetric key.</param>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object value that specifies the database to which the asymmetric key belongs.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.AddPrivateKey(System.String)">
			<summary>Adds a private key to the asymmetric key with the specified password.</summary>
			<param name="password">A <see cref="T:System.String"></see> value that specifies the private key password.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKey"></see> object property changes on the instance of SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.ChangePrivateKeyPassword(System.String,System.String)">
			<summary>Modifies the private key password that is used to secure the private key for the asymmetric key.</summary>
			<param name="newPassword">A <see cref="T:System.String"></see> value that specifies the new private key password.</param>
			<param name="oldPassword">A <see cref="T:System.String"></see> value that specifies the old private key password.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Create(Microsoft.SqlServer.Management.Smo.AsymmetricKeyEncryptionAlgorithm)">
			<summary>Creates an asymmetric key on the instance of SQL Server with the specified encryption algorithm.</summary>
			<param name="encryptionAlgorithm">An <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKeyEncryptionAlgorithm"></see> object value that specifies the encryption algorithm.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Create(Microsoft.SqlServer.Management.Smo.AsymmetricKeyEncryptionAlgorithm,System.String)">
			<summary>Creates an asymmetric key on the instance of SQL Server with the specified encryption algorithm and the specified password.</summary>
			<param name="encryptionAlgorithm">An <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKeyEncryptionAlgorithm"></see> object value that specifies the encryption algorithm.</param>
			<param name="password">A <see cref="T:System.String"></see> value that specifies the password with which the key is encrypted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Create(System.String,Microsoft.SqlServer.Management.Smo.AsymmetricKeySourceType)">
			<summary>Creates an asymmetric key on the instance of SQL Server by loading the asymmetric key from the specified source.</summary>
			<param name="sourceType">An <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKeySourceType"></see> object value that specifies the type of source from which to load the asymmetric key.</param>
			<param name="keySource">A <see cref="T:System.String"></see> value that specifies the source from which to load the asymmetric key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Create(System.String,Microsoft.SqlServer.Management.Smo.AsymmetricKeySourceType,System.String)">
			<summary>Creates an asymmetric key on the instance of SQL Server by loading the specified asymmetric key and by using the specified password.</summary>
			<param name="sourceType">An <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKeySourceType"></see> object value that specifies the type of source from which to load the asymmetric key.</param>
			<param name="keySource">A <see cref="T:System.String"></see> value that specifies the source from which to load the asymmetric key.</param>
			<param name="password">A <see cref="T:System.String"></see> value that specifies the password with which the key is encrypted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Denies the specified set of permissions for the specified grantee on the asymmetric key.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied the specified set of permissions on the asymmetric key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Denies the specified set of permissions for the specified grantees on the asymmetric key.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied the specified set of permissions on the asymmetric key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Denies the specified set of permissions for the specified grantee and other users that the grantee granted the specified set of permissions on the asymmetric key.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the asymmetric key.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied the specified set of permissions on the asymmetric key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Denies the specified set of permissions for the specified grantees and other users that the grantee granted the specified set of permissions on the asymmetric key.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the asymmetric key.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Drop">
			<summary>Removes the asymmetric key from the instance of SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.EnumObjectPermissions">
			<summary>Enumerates a list of object permissions for the asymmetric key.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the asymmetric key. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of object permissions for a specified permission on the asymmetric key.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified permission on the asymmetric key. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.EnumObjectPermissions(System.String)">
			<summary>Enumerates a list of object permissions for a specified grantee on the asymmetric key.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified grantee on the asymmetric key. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of object permissions for a specified grantee and a specified permission on the asymmetric key.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified grantee and permission on the asymmetric key. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Grants the specified set of permissions to the specified grantee on the asymmetric key.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be granted the specified set of permissions on the asymmetric key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Grants the specified set of permissions to the specified grantees on the asymmetric key.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that lists the grantees to be granted the specified set of permissions on the asymmetric key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Grants access to the specified permission to the grantee and the ability to grant access to other users on the asymmetric key.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the asymmetric key.If True, the grantee is given the ability to grant the specified set of permissions to other users on the asymmetric key.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the asymmetric key.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Grants access to the specified permission to the grantees and the ability to grant access to other users on the asymmetric key.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the asymmetric key. If True, the grantee is given the ability to grant the specified set of permissions to other users on the asymmetric key.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the asymmetric key.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Grants the specified set of permissions to the grantee and the ability to grant the set of permissions to other users on the asymmetric key under an assumed role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the asymmetric key.If True, the grantee is given the ability to grant the specified set of permissions to other users on the asymmetric key.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the asymmetric key. </param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be denied access to the permission.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the asymmetric key. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Grants the specified set of permissions to the grantees and the ability to grant the set of permissions to other users on the asymmetric key under an assumed role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the asymmetric key.If True, the grantee is given the ability to grant the specified set of permissions to other users on the asymmetric key.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the asymmetric key. </param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be granted the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the asymmetric key. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.RemovePrivateKey">
			<summary>Removes the private key from the asymmetric key.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Revokes a previously granted set of permissions from a grantee on the asymmetric key.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Revokes a previously granted set of permissions from a list of grantees on the asymmetric key.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from a grantee on the asymmetric key and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the asymmetric key.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the asymmetric key.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the asymmetric key.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the asymmetric key.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from grantees on the asymmetric key and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the asymmetric key.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the asymmetric key.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the asymmetric key.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the asymmetric key.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from a grantee on the asymmetric key and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the asymmetric key.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the asymmetric key.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the asymmetric key.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the asymmetric key.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the asymmetric key. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from grantees on the asymmetric key and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the asymmetric key.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the asymmetric key.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the asymmetric key.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the asymmetric key.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the asymmetric key. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.AsymmetricKey.ID">
			<summary>Gets the ID value that uniquely identifies the asymmetric key.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the asymmetric key.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.AsymmetricKey.KeyEncryptionAlgorithm">
			<summary>Gets the encryption algorithm used to encrypt the asymmetric key.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKeyEncryptionAlgorithm"></see> object value that specifies the encryption algorithm used to encrypt the asymmetric key.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.AsymmetricKey.KeyLength">
			<summary>Gets the length of the asymmetric key.</summary>
			<returns>An <see cref="T:System.Int32"></see> object value that specifies the length of the asymmetric key.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Owner">
			<summary>Gets or sets the name of the database principal that is the owner of the asymmetric key.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the database principal (database user, database role, or asymmetric key) that is the owner of the asymmetric key.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKey"></see> object. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKey"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.AsymmetricKey.PrivateKeyEncryptionType">
			<summary>Gets the encryption type for the private key for the asymmetric key.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PrivateKeyEncryptionType"></see> value that specifies the encryption type for the private key for the asymmetric key.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.AsymmetricKey.PublicKey">
			<summary>Gets the public key for the asymmetric key.</summary>
			<returns>A <see cref="T:System.Uint8"></see> array value that specifies the public key for the asymmetric key.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Sid">
			<summary>Gets the logon security identifier (SID) for the asymmetric key.</summary>
			<returns>A <see cref="T:System.Uint8"></see> array value that specifies the logon SID for the asymmetric key.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Thumbprint">
			<summary>Gets the globally unique SHA-1 hash thumbprint for the asymmetric key.</summary>
			<returns>A <see cref="T:System.Uint8"></see> array value that specifies the SHA-1 hash thumbprint for the asymmetric key.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.AsymmetricKeyCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKeyCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKey"></see> objects that represent all the asymmetric keys on the referenced database. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKeyCollection.Add(Microsoft.SqlServer.Management.Smo.AsymmetricKey)">
			<summary>Adds the specified asymmetric key to the collection.</summary>
			<param name="asymmetricKey">A <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKey"></see> object to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKeyCollection.CopyTo(Microsoft.SqlServer.Management.Smo.AsymmetricKey[],System.Int32)">
			<summary>Copies the collection of objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKey"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index value in the collection to start copying. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKeyCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKeyCollection"></see> collection by using a system-defined, unique identifier.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKey"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKey"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKeyCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.AsymmetricKeyCollection.Item(System.Int32)">
			<summary>Gets an <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKey"></see> object in the collection by index number.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKey"></see> object value that represents the asymmetric key.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKey"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKeyCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.AsymmetricKeyCollection.Item(System.String)">
			<summary>Gets an <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKey"></see> object in the collection by name.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKey"></see> object value that represents the asymmetric key.</returns>
			<param name="name">A string value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKey"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKeyCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.AsymmetricKeyCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKeyCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKeyCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.AsymmetricKeySourceType">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKeySourceType"></see> enumeration contains values that are used to specify the source type used to load an asymmetric key. </summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.AsymmetricKeySourceType.Executable">
			<summary>Value = 2. Load the asymmetric key from an executable.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.AsymmetricKeySourceType.File">
			<summary>Value = 1. Load the asymmetric key from file.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.AsymmetricKeySourceType.SqlAssembly">
			<summary>Value = 3. Load the asymmetric key from the specified assembly.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.AsyncStatus">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.AsyncStatus"></see> object represents the status of an asynchronous process.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.AsyncStatus.ExecutionStatus">
			<summary>Gets the execution status of the asynchronous process.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExecutionStatus"></see> object value that specifies the execution status of the asynchronous process.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.AsyncStatus.LastException">
			<summary>Gets the most recent exception generated by the asynchronous process.</summary>
			<returns>An <see cref="T:System.Exception"></see> system object that specifies the most recent exception generated by the asynchronous process.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.AttachOptions">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.AttachOptions"></see> enumeration contains values that are used to specify attach options. </summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.AttachOptions.EnableBroker">
			<summary>Enables Service Broker. Value = 1.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.AttachOptions.ErrorBrokerConversations">
			<summary>Stops all current active Service Broker conversations at the save point and issues an error message. Value = 3.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.AttachOptions.NewBroker">
			<summary>Creates a new Service Broker. Value = 2.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.AttachOptions.None">
			<summary>There are no attach options. Value = 0.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.AttachOptions.RebuildLog">
			<summary>Rebuilds the log. Value = 4.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Backup">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Backup"></see> object provides programmatic access to MicrosoftSQL Server backup operations. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Backup.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Backup"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Backup.Script(Microsoft.SqlServer.Management.Smo.Server)">
			<summary>Returns a Transact-SQL statement that can be used to execute the referenced backup. </summary>
			<param name="srv">The <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that represents the MicrosoftSQL Server instance that is the source of the backup operation. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Backup.SqlBackup(Microsoft.SqlServer.Management.Smo.Server)">
			<summary>Performs the database backup operation as specified by the properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.Backup"></see> object used. </summary>
			<param name="srv">The <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that represents the MicrosoftSQL Server instance that is the source of the backup operation. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Backup.SqlBackupAsync(Microsoft.SqlServer.Management.Smo.Server)">
			<summary>Performs the database backup operation asynchronously as specified by the properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.Backup"></see> object used. </summary>
			<param name="srv">The <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that represents the MicrosoftSQL Server instance that is the source of the backup operation.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Backup.Action">
			<summary>Gets or sets the type of backup to be performed.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.BackupActionType"></see> object representing the type of backup to be performed. By default the value is set to <see cref="F:Microsoft.SqlServer.Management.Smo.BackupActionType.Database"></see>.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Backup.BackupSetDescription">
			<summary>Gets or sets a textual description for a particular backup set. </summary>
			<returns>A <see cref="T:System.String"></see> value that contains a textual description of the backup set. By default, the value is an empty string.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Backup.BackupSetName">
			<summary>Gets or sets the name used to identify a particular backup set. </summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the backup set name. By default, the value is set to an empty string.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Backup.BlockSize">
			<summary>Gets or sets the block size unit to be used when formatting tapes as part of a backup. </summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the block size. By default, the value is set to zero.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Backup.ExpirationDate">
			<summary>Gets or sets the date and time when the backup set expires and the backup data is no longer considered relevant. </summary>
			<returns>A <see cref="T:System.DateTime"></see> object value that specifies the expiration date. By default, the value is unspecified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Backup.FormatMedia">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that determines whether a tape is formatted as the first step of the backup operation. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the tape will be formatted.If True, the MicrosoftSQL Server backup operation attempts to format the tape as the initial step.If False (default), the SQL Server backup operation does not attempt to format the tape.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Backup.Incremental">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that determines whether to perform a differential backup. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether a differential backup will be performed.If True, only changes since the most recent full or differential backup will be included in the backup operation.If False (default), a full backup will be performed.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Backup.Initialize">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that determines whether the devices associated with a backup operation are initialized as part of the backup operation. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the backup devices will be initialized.If True, the backup specified becomes the first backup set on the media, overwriting any existing backup sets on the media. The backup media is not overwritten if either of the following conditions is met: All backup sets on the media have not yet expired. The optionally specified backup set name does not match the name on the backup media. Specify the backup set name with the <see cref="P:Microsoft.SqlServer.Management.Smo.Backup.BackupSetName"></see> property. If False (default), the backup specified creates a new backup set appended as the last backup set on the medium.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Backup.LogTruncation">
			<summary>Gets or sets the method used to truncate the database log as part of the backup operation. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.BackupTruncateLogType"></see> object value that specifies the log truncation option that has been selected. By default, the value is set to <see cref="F:Microsoft.SqlServer.Management.Smo.BackupTruncateLogType.Truncate"></see>.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Backup.MediaDescription">
			<summary>Gets or sets a textual description of the medium that contains a backup set. </summary>
			<returns>A <see cref="T:System.String"></see> value that contains a textual description of the medium.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Backup.Mirrors">
			<summary>Gets or sets the list of backup devices used by the mirrored backup. </summary>
			<returns>An array of BackupDeviceList objects that specifies the backup devices used by the mirrored backup. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Backup.RetainDays">
			<summary>Gets or sets the number of days that must elapse before a backup set can be overwritten. </summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the retention period in days. By default, the value is set to zero.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Backup.SkipTapeHeader">
			<summary>Gets or sets <see cref="T:System.Boolean"></see> property that determines whether the tape header is read. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the tape header is read.If True, a media name recorded on the medium is not selected. The backup set is appended to the medium.If False (default), a recorded media name is selected. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Backup.UndoFileName">
			<summary>Gets or sets the name of the undo file used to store uncommitted transactions that are rolled back during recovery. </summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the undo file name.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.BackupActionType">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.BackupActionType"></see> enumeration contains values that are used to specify the type of backup.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.BackupActionType.Database">
			<summary>Backs up all the data files in the database.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.BackupActionType.Files">
			<summary>Backs up specified data files. This option is recommended only when the transactions that have occurred since the last backup are isolated to the file or group of files that are being backed up.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.BackupActionType.Log">
			<summary>Backs up the transaction log.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.BackupDevice">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDevice"></see> object provides programmatic access to SQL Server backup devices. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.BackupDevice.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDevice"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.BackupDevice.#ctor(Microsoft.SqlServer.Management.Smo.Server,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDevice"></see> class with the specified name and on the specified instance of SQL Server.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the backup device.</param>
			<param name="server">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object value that specifies the SQL Server instance that contains the backup device.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.BackupDevice.Create">
			<summary>Creates a new backup device on the instance of SQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDevice"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.BackupDevice.Drop">
			<summary>Drops an existing backup device. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.BackupDevice.ReadBackupHeader">
			<summary>Enumerates the contents of the media maintained by a backup device or operating system file.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> system object that contains the backup device or operating system file media information.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.BackupDevice.ReadMediaHeader">
			<summary>Enumerates the values of a backup media header record.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> system object that contains the backup media header record.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.BackupDevice.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the backup device.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL command batch statements that defines the backup device. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.BackupDevice.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the backup device as specified by the script options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL command batch statements that defines the backup device. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that is used to specify the script options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.BackupDevice.BackupDeviceType">
			<summary>Gets or sets the type of backup device of the backup device.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDeviceType"></see> object that specifies the device type of the backup device. By default, the value is not specified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.BackupDevice.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that owns the <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDevice"></see> object. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object value that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDevice"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.BackupDevice.PhysicalLocation">
			<summary>Gets or sets the path to the device or operating system file that represents the physical backup location. </summary>
			<returns>A <see cref="T:System.String"></see> value that contains the full path to the physical location of the backup device. By default, the value is an empty string.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.BackupDevice.SkipTapeLabel">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether to check that the tape label is correct or not. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the tape label is checked or not.If True, it is assumed that the correct media is already loaded and therefore the tape label is not checked.If False (default), the tape label is checked.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.BackupDeviceCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDeviceCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDevice"></see> objects that represent all the backup devices on an instance of Microsoft SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.BackupDeviceCollection.Add(Microsoft.SqlServer.Management.Smo.BackupDevice)">
			<summary>Adds the specified backup device to the collection.</summary>
			<param name="backupDevice">A <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDevice"></see> object to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.BackupDeviceCollection.CopyTo(Microsoft.SqlServer.Management.Smo.BackupDevice[],System.Int32)">
			<summary>Copies the collection of objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDevice"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index value in the collection to start copying. </param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.BackupDeviceCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDevice"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDevice"></see> object value that represents the backup device.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDevice"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDeviceCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.BackupDeviceCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDevice"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDevice"></see> object value that represents the backup device.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDevice"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDeviceCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.BackupDeviceCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDeviceCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDeviceCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.BackupDeviceItem">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDeviceItem"></see> object provides programmatic access to named SQL Server backup devices. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.BackupDeviceItem.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDeviceItem"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.BackupDeviceItem.CompareTo(System.Object)">
			<summary>Verifies whether the specified object shares the same name as the referenced <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDeviceItem"></see> object. </summary>
			<returns>A <see cref="T:System.Int32"></see> value that specifies the lexical relationship between the two strings.ValueDescriptionLess than zeroThe referenced object name is less than the object name specified by the parameter.ZeroThe referenced object name is equal to the object name specified by the parameter.Greater than zeroThe referenced object name is greater than the object name specified by the parameter.</returns>
			<param name="obj">A <see cref="T:System.Object"></see> object value that is used to specify object that is compared with referenced <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDeviceItem"></see> object.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.BackupDeviceItem.DeviceType">
			<summary>Gets the type of device for the <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDeviceItem"></see> object. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDeviceType"></see> object value that specifies the type of backup device.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.BackupDeviceItem.Name">
			<summary>Gets the name of device for the <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDeviceItem"></see> object. </summary>
			<returns>A <see cref="T:System.String"></see> object value that specifies the name of backup device.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.BackupDeviceList">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDeviceList"></see> object provides programmatic access to a list backup devices. </summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.BackupRestoreBase">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.BackupRestoreBase"></see> class is a base class that represents functionality that is common to both backup and restore operations. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.BackupRestoreBase.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.BackupRestoreBase"></see> class. </summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.BackupRestoreBase.Complete">
			<summary>Occurs when the backup or restore operation completes. </summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.BackupRestoreBase.Information">
			<summary>Occurs when any informational message is issued by MicrosoftSQL Server that cannot be handled by the <see cref="E:Microsoft.SqlServer.Management.Smo.BackupRestoreBase.Complete"></see><see cref="E:Microsoft.SqlServer.Management.Smo.BackupRestoreBase.NextMedia"></see> or <see cref="E:Microsoft.SqlServer.Management.Smo.BackupRestoreBase.PercentComplete"></see> events. </summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.BackupRestoreBase.NextMedia">
			<summary>Occurs when the backup or restore operation exhausts the medium in a target device. </summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.BackupRestoreBase.PercentComplete">
			<summary>Occurs when a backup or restore operation reaches a completion unit. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.BackupRestoreBase.Abort">
			<summary>Terminates a running backup or restore operation. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.BackupRestoreBase.ExecuteSql(Microsoft.SqlServer.Management.Smo.Server,System.Collections.Specialized.StringCollection)">
			<summary>Executes a batch of Transact-SQL statements that does not expect a returned results set on the specified instance of MicrosoftSQL Server.</summary>
			<param name="queries">A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object that contains the batch of Transact-SQL statements to be executed.</param>
			<param name="server">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that specifies the instance of SQL Server on which to execute the batch of Transact-SQL statements.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.BackupRestoreBase.ExecuteSqlAsync(Microsoft.SqlServer.Management.Smo.Server,System.Collections.Specialized.StringCollection)">
			<summary>Executes a batch of Transact-SQL statements asynchronously that does not expect a returned results set on the specified instance of MicrosoftSQL Server.</summary>
			<param name="queries">A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object that contains the batch of Transact-SQL statements to be executed.</param>
			<param name="server">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that specifies the instance of SQL Server on which to execute the batch of Transact-SQL statements.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.BackupRestoreBase.ExecuteSqlWithResults(Microsoft.SqlServer.Management.Smo.Server,System.String)">
			<summary>Executes a batch of Transact-SQL statements that expects one or more returned results sets on the specified instance of SQL Server.</summary>
			<returns>A <see cref="T:System.Data.DataSet"></see> system object that contains the results sets returned by the executed Transact-SQL command batch.</returns>
			<param name="queries">A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object that contains the batch of Transact-SQL statements to be executed.</param>
			<param name="server">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that specifies the instance of SQL Server on which to execute the batch of Transact-SQL statements.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.BackupRestoreBase.IsStringValid(System.String)">
			<summary>Verifies whether the specified string is valid.</summary>
			<param name="string">A <see cref="T:System.String"></see> value that specifies the string to be validated.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.BackupRestoreBase.SetMediaPassword(System.Security.SecureString)">
			<summary>Sets the password for a media set. </summary>
			<param name="value">A <see cref="T:System.Security.SecureString"></see> value that specifies the password for the media set.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.BackupRestoreBase.SetMediaPassword(System.String)">
			<summary>Sets the password for a media set. </summary>
			<param name="value">A <see cref="T:System.String"></see> value that specifies the password for the media set.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.BackupRestoreBase.SetPassword(System.Security.SecureString)">
			<summary>Sets the password for a backup set. </summary>
			<param name="value">A <see cref="T:System.Security.SecureString"></see> value that specifies the password for the backup set.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.BackupRestoreBase.SetPassword(System.String)">
			<summary>Sets the password for a backup set. </summary>
			<param name="value">A <see cref="T:System.String"></see> value that specifies the password for the backup set.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.BackupRestoreBase.Wait">
			<summary>Waits for the current backup or restore operation to complete before moving on to the next process.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.BackupRestoreBase.AsyncStatus">
			<summary>Gets the asynchronous status of a backup or restore process.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.AsyncStatus"></see> object value that specifies the asynchronous status of the process. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.BackupRestoreBase.Checksum">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that determines whether a checksum value is calculated during backup or restore operations. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the checksum value is calculated.If True, the checksum value is calculated.If False (default), the checksum value is not calculated.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.BackupRestoreBase.ContinueAfterError">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that determines whether the backup or restore continues after a checksum error occurs. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the operation will continue after a checksum error.If True, the operation will continue when a checksum error occurs.If False (default), the operation will stop when a checksum error occurs.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.BackupRestoreBase.Database">
			<summary>Gets or sets the database on which the backup or restore operation runs. </summary>
			<returns>A <see cref="T:System.String"></see> value that contains the database name. By default, the value is an empty string.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.BackupRestoreBase.DatabaseFileGroups">
			<summary>Gets the MicrosoftSQL Server file groups targeted by the backup or restore operation. </summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that lists the names of the targeted file groups. By default, the value is unspecified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.BackupRestoreBase.DatabaseFiles">
			<summary>Gets the operating system files targeted by the backup or restore operation. </summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that lists the names of the targeted files. By default, the value is unspecified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.BackupRestoreBase.Devices">
			<summary>Gets the backup devices specified for the backup or restore operation. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDeviceList"></see> object array value that lists the names of the required backup devices. By default, the value is unspecified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.BackupRestoreBase.MediaName">
			<summary>Gets or sets the name used to identify a particular media set. </summary>
			<returns>A <see cref="T:System.String"></see> system value that specifies the media name. By default, the value is an empty string.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.BackupRestoreBase.NoRecovery">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that determines whether the tail of the log is backed up and whether the database is restored into the Restoring state. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the tape is rewound at the end of the operation.If True, the tail end of the log is not backed up. When restored, the database is in the Restoring state.If False (default), the tail end of the log is backed up. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.BackupRestoreBase.NoRewind">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that determines whether MicrosoftSQL Server will keep the tape open after the backup or restore operation. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the tape is rewound at the end of the operation or not.If True, the tape drive is open and positioned.If False (default), the tape is rewound </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.BackupRestoreBase.PercentCompleteNotification">
			<summary>Gets or sets the percentage interval for <see cref="T:Microsoft.SqlServer.Management.Smo.PercentCompleteEventHandler"></see> event handler calls. </summary>
			<returns>An <see cref="T:System.Int32"></see> that specifies the percentage interval for the event handler calls. The default value is 10.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.BackupRestoreBase.Restart">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that determines whether the backup or restore operation will restart if it is interrupted. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the operation will restart after an interruption. If True, SQL Server tries to continue processing on a partial backup or restore operation.If False (default), SQL Server restarts an interrupted backup or restore operation at the beginning of the backup set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.BackupRestoreBase.UnloadTapeAfter">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that determines whether tape media are rewound and unloaded after the backup or restore operation completes. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether tape media are rewound and unloaded after the backup or restore operation completes. If True, the tape medium in the tape device is rewound and unloaded when the operation completes.If False (default), no attempt is made to rewind and unload the tape medium.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.BackupRestoreBase.AsyncOperation">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.BackupRestoreBase.AsyncOperation"></see> enumeration contains values that are used to specify which backup components are running asynchronously. </summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.BackupRestoreBase.AsyncOperation.Backup">
			<summary>The backup process is the asynchronous operation.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.BackupRestoreBase.AsyncOperation.None">
			<summary>There is no asynchronous operation.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.BackupRestoreBase.AsyncOperation.Restore">
			<summary>The restore process is the asynchronous operation.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.BackupTruncateLogType">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.BackupTruncateLogType"></see> enumeration contains values that are used to specify the truncate action taken on the log.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.BackupTruncateLogType.NoTruncate">
			<summary>The log is not truncated. All transactions remain in the log.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.BackupTruncateLogType.Truncate">
			<summary>The log is truncated. All completed transactions will be removed from the log.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.BackupTruncateLogType.TruncateOnly">
			<summary>The log is truncated and the transaction of truncating the log itself is not logged. This option is only recommended when the log is full.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Certificate">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Certificate"></see> object represents a SQL Server certificate.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Certificate"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Certificate"></see> class on the specified server and with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the certificate.</param>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see>object that specifies the database on which to create the certificate.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.Certificate"></see> object property changes on the instance of MicrosoftSQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.ChangePrivateKeyPassword(System.String,System.String)">
			<summary>Modifies the private key password that is used to secure the private key for the certificate.</summary>
			<param name="newPassword">A <see cref="T:System.String"></see> value that specifies the new private key password.</param>
			<param name="oldPassword">A <see cref="T:System.String"></see> value that specifies the old private key password.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.Create">
			<summary>Creates a certificate on the database.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.Create(System.String)">
			<summary>Creates a certificate based on a certificate encryption algorithm or based on a certificate source type.</summary>
			<param name="encryptionPassword">A <see cref="T:System.String"></see> value that specifies the encryption password.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.Create(System.String,Microsoft.SqlServer.Management.Smo.CertificateSourceType)">
			<summary>Creates a certificate on the database with the specified certificate source type.</summary>
			<param name="certificateSource">A <see cref="T:System.String"></see> value that specifies the source of the certificate.</param>
			<param name="sourceType">An <see cref="T:Microsoft.SqlServer.Management.Smo.CertificateSourceType"></see> object value that specifies the certificate source type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.Create(System.String,Microsoft.SqlServer.Management.Smo.CertificateSourceType,System.String,System.String)">
			<summary>Creates a certificate on the database with the specified certificate source type.</summary>
			<param name="certificateSource">A <see cref="T:System.String"></see> value that specifies the source of the certificate.</param>
			<param name="sourceType">An <see cref="T:Microsoft.SqlServer.Management.Smo.CertificateSourceType"></see> object value that specifies the certificate source type.</param>
			<param name="privateKeyPath">A <see cref="T:System.String"></see> value that specifies the system path for the private key.</param>
			<param name="privateKeyDecryptionPassword">A <see cref="T:System.String"></see> value that specifies the password used for decryption of the private key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.Create(System.String,Microsoft.SqlServer.Management.Smo.CertificateSourceType,System.String,System.String,System.String)">
			<summary>Creates a certificate on the database with the specified certificate source type.</summary>
			<param name="certificateSource">A <see cref="T:System.String"></see> value that specifies the source of the certificate.</param>
			<param name="privateKeyEncryptionPassword">A <see cref="T:System.String"></see> value that specifies the password used for encryption of the private key.</param>
			<param name="sourceType">An <see cref="T:Microsoft.SqlServer.Management.Smo.CertificateSourceType"></see> object value that specifies the certificate source type.</param>
			<param name="privateKeyPath">A <see cref="T:System.String"></see> value that specifies the system path for the private key.</param>
			<param name="privateKeyDecryptionPassword">A <see cref="T:System.String"></see> value that specifies the password used for decryption of the private key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Denies the specified set of permissions for the specified grantee on the certificate.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied the specified set of permissions on the certificate.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Denies the specified set of permissions for the specified grantees on the certificate.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied the specified set of permissions on the certificate.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Denies the specified set of permissions for the specified grantee and other users that the grantee granted the specified set of permissions on the certificate.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the certificate.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied the specified set of permissions on the certificate.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Denies the specified set of permissions for the specified grantees and other users that the grantee granted the specified set of permissions on the certificate.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the certificate.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.Drop">
			<summary>Removes the certificate from the instance of MicrosoftSQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.EnumObjectPermissions">
			<summary>Enumerates a list of object permissions for the certificate.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the certificate. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of object permissions for a specified permission on the certificate.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified permission on the certificate. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.EnumObjectPermissions(System.String)">
			<summary>Enumerates a list of object permissions for a specified grantee on the certificate.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified grantee on the certificate. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of object permissions for a specified grantee and a specified permission on the certificate.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified grantee and permission on the certificate. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.Export(System.String)">
			<summary>Saves the certificate in the specified system path location.</summary>
			<param name="certificatePath">A <see cref="T:System.String"></see> value that specifies the system path to which to save the certificate.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.Export(System.String,System.String,System.String)">
			<summary>Saves the certificate in the specified system path location.</summary>
			<param name="encryptionPassword">A <see cref="T:System.String"></see> value that specifies the system path to encrypt the private key.</param>
			<param name="privateKeyPath">A <see cref="T:System.String"></see> value that specifies the system path to the private key.</param>
			<param name="certificatePath">A <see cref="T:System.String"></see> value that specifies the system path to which to save the certificate.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.Export(System.String,System.String,System.String,System.String)">
			<summary>Saves the certificate in the specified system path location.</summary>
			<param name="encryptionPassword">A <see cref="T:System.String"></see> value that specifies the system path to encrypt the private key.</param>
			<param name="decryptionPassword">A <see cref="T:System.String"></see> value that specifies the system path to decrypt the private key.</param>
			<param name="privateKeyPath">A <see cref="T:System.String"></see> value that specifies the system path to the private key.</param>
			<param name="certificatePath">A <see cref="T:System.String"></see> value that specifies the system path to which to save the certificate.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Grants the specified set of permissions to the specified grantee on the certificate.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be granted the specified set of permissions on the certificate.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Grants the specified set of permissions to the specified grantees on the certificate.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that lists the grantees to be granted the specified set of permissions on the certificate.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Grants access to the specified permission to the grantee and the ability to grant access to other users on the certificate.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the certificate.If True, the grantee is given the ability to grant the specified set of permissions to other users on the certificate.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the certificate.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Grants access to the specified permission to the grantees and the ability to grant access to other users on the certificate.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the certificate. If True, the grantee is given the ability to grant the specified set of permissions to other users on the certificate.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the certificate.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Grants the specified set of permissions to the grantee and the ability to grant the set of permissions to other users on the certificate under an assumed role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the certificate.If True, the grantee is given the ability to grant the specified set of permissions to other users on the certificate.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the certificate. </param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be denied access to the permission.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the certificate. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Grants the specified set of permissions to the grantees and the ability to grant the set of permissions to other users on the certificate under an assumed role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the certificate.If True, the grantee is given the ability to grant the specified set of permissions to other users on the certificate.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the certificate. </param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be granted the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the certificate. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.RemovePrivateKey">
			<summary>Removes the private key from the certificate.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Revokes a previously granted set of permissions from a grantee on the certificate.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Revokes a previously granted set of permissions from a list of grantees on the certificate.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from a grantee on the certificate and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the certificate.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the certificate.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the certificate.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the certificate.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from grantees on the certificate and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the certificate.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the certificate.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the certificate.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the certificate.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from a grantee on the certificate and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the certificate.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the certificate.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the certificate.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the certificate.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the certificate. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from grantees on the certificate and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the certificate.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the certificate.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the certificate.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the certificate.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the certificate. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Certificate.ActiveForServiceBrokerDialog">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property that specifies whether the certificate is active for use in the BEGIN DIALOG statement for Service Broker purposes.</summary>
			<returns>A <see cref="T:System.Boolean"></see> object value that specifies whether the certificate is active for use in the BEGIN DIALOG statement for Service Broker purposes.If True, the certificate is active for use in Service Broker dialog.If False (default), the certificate is not active for use in Service Broker dialog.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Certificate.Events">
			<summary>Gets the events associated with the certificate.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.CertificateEvents"></see> object that represents the certificate events.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Certificate.ExpirationDate">
			<summary>Gets or sets the date and time at which the certificate expires.</summary>
			<returns>A <see cref="T:System.DateTime"></see> object value that specifies the expiration date of the certificate.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Certificate.ID">
			<summary>Gets the ID value that uniquely identifies the certificate.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value of the certificate.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Certificate.Issuer">
			<summary>Gets the issuer of the certificate.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the issuer of the certificate.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Certificate.Owner">
			<summary>Gets or sets the name of the database principal that is the owner of the certificate.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the database principal (database user, database role, or certificate) that is the owner of the certificate.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Certificate.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that owns the <see cref="T:Microsoft.SqlServer.Management.Smo.Certificate"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Certificate"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Certificate.PrivateKeyEncryptionType">
			<summary>Gets the encryption type of the private key for the certificate.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PrivateKeyEncryptionType"></see> object value that specifies the encryption type used by the private key.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Certificate.Serial">
			<summary>Gets the serial number of the certificate.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the serial number of the certificate.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Certificate.Sid">
			<summary>Gets the logon security identifier (SID) for the certificate.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the logon SID for the certificate.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Certificate.StartDate">
			<summary>Gets or sets the date and time from which the certificate is effective.</summary>
			<returns>A <see cref="T:System.DateTime"></see> object value that specifies the date and time from which the certificate is effective.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Certificate.Subject">
			<summary>Gets or sets the subject of the certificate.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the subject of the certificate.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Certificate.Thumbprint">
			<summary>Gets the globally unique SHA-1 hash thumbprint for the certificate.</summary>
			<returns>A <see cref="T:System.Uint8"></see> array value that specifies the SHA-1 hash thumbprint for the certificate.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.CertificateCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.CertificateCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Certificate"></see> objects that represent all the certificates on an instance of SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CertificateCollection.Add(Microsoft.SqlServer.Management.Smo.Certificate)">
			<summary>Adds the specified certificate to the collection.</summary>
			<param name="certificate">A <see cref="T:Microsoft.SqlServer.Management.Smo.Certificate"></see> object to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CertificateCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Certificate[],System.Int32)">
			<summary>Copies the collection of objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Certificate"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index value in the collection to start copying. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CertificateCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.CertificateCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Certificate"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Certificate"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.CertificateCollection"></see> collection</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.CertificateCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Certificate"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Certificate"></see> object value that represents the certificate.</returns>
			<param name="index">An integer value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Certificate"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.CertificateCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.CertificateCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Certificate"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Certificate"></see> object value that represents the certificate.</returns>
			<param name="name">A string value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Certificate"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.CertificateCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.CertificateCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.CertificateCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that owns the <see cref="T:Microsoft.SqlServer.Management.Smo.CertificateCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.CertificateEvents">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.CertificateEvents"></see> object represents the settings required for MicrosoftSQL ServerCertificate event notification.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.CertificateEvents.ServerEvent">
			<summary>Specifies the event raised when an event occurs in a <see cref="T:Microsoft.SqlServer.Management.Smo.Certificate"></see> object and the user has subscribed to the events from that object instance.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CertificateEvents.GetEventSelection">
			<summary>Returns the currently selected event notifications.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of Certificate events.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CertificateEvents.StartEvents">
			<summary>Starts receiving events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CertificateEvents.StopEvents">
			<summary>Stops receiving events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CertificateEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Specifies the Certificate events to receive.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CertificateEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet,Microsoft.SqlServer.Management.Smo.ServerEventHandler)">
			<summary>Specifies the Certificate events to receive and the event handler that handles the events.</summary>
			<param name="eventHandler">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventHandler"></see> object that handles the events that are received.</param>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CertificateEvents.UnsubscribeAllEvents">
			<summary>Clears all event settings, and removes all event handlers.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CertificateEvents.UnsubscribeFromEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Clears the specified event settings, and removes all event handlers.</summary>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of events to stop receiving.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.CertificateSourceType">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.CertificateSourceType"></see> enumeration contains values that are used to specify the source of the certificate.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.CertificateSourceType.Executable">
			<summary>Value = 2. Loads the certificate from an executable.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.CertificateSourceType.File">
			<summary>Value = 1. Loads the certificate from a file.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.CertificateSourceType.SqlAssembly">
			<summary>Value = 3. Loads the certificate from the specified assembly.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Check">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Check"></see> object represents a MicrosoftSQL Server check constraint.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Check.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Check"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Check.#ctor(Microsoft.SqlServer.Management.Smo.SqlSmoObject,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Check"></see> class, which is owned by the specified parent object and has the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the check constraint.</param>
			<param name="parent">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object value that specifies the parent object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Check.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.Check"></see> object property changes on an instance of MicrosoftSQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Check.Create">
			<summary>Creates a check constraint on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.Check"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Check.Drop">
			<summary>Drops the check constraint.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Check.MarkForDrop(System.Boolean)">
			<summary>Marks the foreign key to be dropped next time its parent <see cref="T:Microsoft.SqlServer.Management.Smo.Table"></see> object is altered by the <see cref="M:Microsoft.SqlServer.Management.Smo.Table.Alter"></see> method. </summary>
			<param name="dropOnAlter">A <see cref="T:System.Boolean"></see> value that specifies whether the check constraint is dropped when an <see cref="M:Microsoft.SqlServer.Management.Smo.Table.Alter"></see> method is run on the parent <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object.If True, the check constraint is dropped when the table is altered.If False, the check constraint is not marked for drop. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Check.Rename(System.String)">
			<summary>Marks the foreign key to be dropped next time its parent <see cref="T:Microsoft.SqlServer.Management.Smo.Table"></see> object is altered by the <see cref="M:Microsoft.SqlServer.Management.Smo.Table.Alter"></see> method. </summary>
			<param name="newName">A <see cref="T:System.String"></see> value that specifies the new name of the check constraint. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Check.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the check constraint.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL command batch statements that defines the check constraint. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Check.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the check constraint as specified by the script options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL command batch statements that defines the check constraint. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that is used to specify the script options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Check.CreateDate">
			<summary>Gets the date and time that the check constraint was created.</summary>
			<returns>A <see cref="T:System.DateTime"></see> system object value that specifies the date and time when the check constraint was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Check.DateLastModified">
			<summary>Gets the date and time that the check constraint was last modified.</summary>
			<returns>A <see cref="T:System.DateTime"></see> system object value that specifies the date and time when the check constraint was last modified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Check.ExtendedProperties">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty"></see> object represents an extended property on the <see cref="T:Microsoft.SqlServer.Management.Smo.Check"></see> object.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection"></see> object that represents all the extended properties defined on the <see cref="T:Microsoft.SqlServer.Management.Smo.Check"></see> object. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Check.ID">
			<summary>Gets the database ID value that uniquely identifies the check constraint.</summary>
			<returns>An <see cref="T:System.Int32"></see>  value that specifies the ID value that uniquely identifies the check constraint.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Check.IsChecked">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the constraint was enabled without checking existing rows, so constraint may not hold for all rows</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the check constraint was enabled without checking existing rows. If True, the check constraint was enabled without checking existing rows.If False (default), existing rows were checked when the check constraint was enabled.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Check.IsEnabled">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the check constraint is enabled.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the check constraint is enabled. By default, the value is unspecified.If True, the check constraint is enabled.If False (default), the check constraint is not enabled. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Check.IsSystemNamed">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the check constraint was named automatically by MicrosoftSQL Server or named by the database object creator.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the check constraint is a system-named check constraint. By default, the value is unspecified.If True, the check constraint is system-named.If False (default), the check constraint is not system-named.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Check.NotForReplication">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the check constraint is available for replication or not.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the check constraint is available for replication or not. By default, the value is unspecified.If True, the check constraint is not available for replication.If False (default), the check constraint is available for replication.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Check.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Check"></see> object. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Check"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Check.Text">
			<summary>Gets or sets the Transact-SQL statement that defines the check constraint.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the actual text of the Transact-SQL statement that defines the check constraint. By default, the value is unspecified.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.CheckCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.CheckCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Check"></see> objects that represent all the check constraints defined on the parent object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CheckCollection.Add(Microsoft.SqlServer.Management.Smo.Check)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Smo.Check"></see> object to the <see cref="T:Microsoft.SqlServer.Management.Smo.CheckCollection"></see> collection.</summary>
			<param name="check">A <see cref="T:Microsoft.SqlServer.Management.Smo.Check"></see> object value that is to be added into the <see cref="T:Microsoft.SqlServer.Management.Smo.CheckCollection"></see> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CheckCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Check[],System.Int32)">
			<summary>Copies the collection of objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Check"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index value in the collection to start copying. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CheckCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.CheckCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Check"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Check"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.CheckCollection"></see> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CheckCollection.Remove(Microsoft.SqlServer.Management.Smo.Check)">
			<summary>Removes a <see cref="T:Microsoft.SqlServer.Management.Smo.Check"></see> object from the <see cref="T:Microsoft.SqlServer.Management.Smo.CheckCollection"></see> collection.</summary>
			<param name="check">A <see cref="T:Microsoft.SqlServer.Management.Smo.Check"></see> object value that specifies the check constraint to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.CheckCollection"></see> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CheckCollection.Remove(System.String)">
			<summary>Removes a <see cref="T:Microsoft.SqlServer.Management.Smo.Check"></see> object with the specified name from the <see cref="T:Microsoft.SqlServer.Management.Smo.CheckCollection"></see> collection.</summary>
			<param name="name">A <see cref="T:System.String"></see> object that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Check"></see> object to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.CheckCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.CheckCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Check"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Check"></see> object value that represents the check constraint.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Check"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.CheckCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.CheckCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Check"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Check"></see> object value that represents the check constraint.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Check"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.CheckCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.CheckCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.CheckCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.CheckCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.CollectionNotAvailableException">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.CollectionNotAvailableException"></see> class is an exception that is raised when an attempt is made to retrieve a collection that is not available.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CollectionNotAvailableException.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.CollectionNotAvailableException"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CollectionNotAvailableException.#ctor(System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.CollectionNotAvailableException"></see> class with the specified message text.</summary>
			<param name="message">A <see cref="T:System.String"></see> value that specifies the message text describing the event that caused the exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CollectionNotAvailableException.#ctor(System.String,System.Exception)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.CollectionNotAvailableException"></see> class with the specified message text and inner exception.</summary>
			<param name="message">A <see cref="T:System.String"></see> value that specifies the message text that describes the event that caused the exception.</param>
			<param name="innerException">An <see cref="T:System.Exception"></see> object that contains the inner exception. This is used for situations when one exception causes another exception to be raised. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CollectionNotAvailableException.#ctor(System.String,Microsoft.SqlServer.Management.Common.ServerVersion)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.CollectionNotAvailableException"></see> class with the specified collection and the version of the instance of Microsoft SQL Server.</summary>
			<param name="serverVersion">A <see cref="T:Microsoft.SqlServer.Management.Common.ServerVersion"></see> object value that specifies the version of the instance of SQL Server that raised the exception.</param>
			<param name="colname">A <see cref="T:System.String"></see> value that specifies the name of the collection that is not available.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.CollectionNotAvailableException.CollectionName">
			<summary>Gets the name of the collection that is not available.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the collection that is not available.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.CollectionNotAvailableException.Message">
			<summary>Gets the message that describes the current exception.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the description of the current exception.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.CollectionNotAvailableException.ServerVersion">
			<summary>Gets the version of the instance of Microsoft SQL Server that raised the exception.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Common.ServerVersion"></see> object value that specifies the version of the instance of SQL Server that raised the exception.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.CollectionNotAvailableException.SmoExceptionType">
			<summary>Gets the type of exception.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.SmoExceptionType"></see> object value that specifies the type of exception.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Column">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Column"></see> object represents a MicrosoftSQL Server column.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Column.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Column"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Column.#ctor(Microsoft.SqlServer.Management.Smo.SqlSmoObject,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Column"></see> class with the specified parent and specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the column.</param>
			<param name="parent">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object that specifies the parent that owns the <see cref="T:Microsoft.SqlServer.Management.Smo.Column"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Column.#ctor(Microsoft.SqlServer.Management.Smo.SqlSmoObject,System.String,Microsoft.SqlServer.Management.Smo.DataType)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Column"></see> class with the specified parent and specified name.</summary>
			<param name="table">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Column"></see> object.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the column.</param>
			<param name="dataType">A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> object value that specifies the data type assigned to the column.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Column.AddDefaultConstraint">
			<summary>Adds a default constraint to the column.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DefaultConstraint"></see> object that specifies the default constraint bound to the column.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Column.AddDefaultConstraint(System.String)">
			<summary>Adds a default constraint to the column.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DefaultConstraint"></see> object that specifies the default constraint added to the column.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the default constraint to add to the column.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Column.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.Column"></see> object property changes on the instance of MicrosoftSQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Column.BindDefault(System.String,System.String)">
			<summary>Binds a default to the column. </summary>
			<param name="defaultName">A <see cref="T:System.String"></see> value that specifies the name of the default.</param>
			<param name="defaultSchema">A <see cref="T:System.String"></see> value that specifies the name of the default schema.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Column.BindRule(System.String,System.String)">
			<summary>Binds a rule to the column.</summary>
			<param name="ruleSchema">A <see cref="T:System.String"></see> value that specifies the name of the rule schema.</param>
			<param name="ruleName">A <see cref="T:System.String"></see> value that specifies the name of the rule.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Column.Create">
			<summary>Creates a column on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.Column"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Column.Drop">
			<summary>Drops the column.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Column.EnumForeignKeys">
			<summary>Enumerates a list of foreign keys that reference the column.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains information about the foreign keys that reference the column. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. Column Data type Description Column<see cref="T:System.String"></see>The name of the column.Table_Schema<see cref="T:System.String"></see>The schema associated with the table that contains the column.Table_Name<see cref="T:System.String"></see>The name of the table that contains the column.Name<see cref="T:System.String"></see>The name of the foreign key.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Column.EnumIndexes">
			<summary>Enumerates a list of indexes that include the column.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains the enumerated list of indexes. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. Column Data type Description Urn<see cref="T:System.String"></see>The URN that uniquely identifies an index that uses the referenced column in its definition.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Column.EnumUserPermissions(System.String)">
			<summary>Enumerates a list of permissions for a specified user.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains the enumerated list of permissions for the specified user. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. Column Data type Description Grantee<see cref="T:System.String"></see>The name of the principal that received the permission.Grantor<see cref="T:System.String"></see>The name of the principal that granted, revoked, or denied permission.PermissionState<see cref="T:System.Int32"></see>The numeric value that represents the ASCII character code for the first letter of the permission state, Deny = 68, Revoke = 82, and Grant = 71.Code<see cref="T:System.Int32"></see>The code that specifies the permission type. See sys.database_permissions (Transact-SQL).ObjectClass<see cref="T:System.String"></see>The type of object to which permission is granted. See sys.database_permissions (Transact-SQL).GranteeType<see cref="T:System.String"></see>The type of grantee. See <see cref="T:Microsoft.SqlServer.Management.Smo.PrincipalType"></see> class.GrantorType<see cref="T:System.String"></see>The type of grantor. See <see cref="T:Microsoft.SqlServer.Management.Smo.PrincipalType"></see> class.GolumnName<see cref="T:System.String"></see>The name of the column.</returns>
			<param name="username">A <see cref="T:System.String"></see> value that specifies the database user.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Column.MarkForDrop(System.Boolean)">
			<summary>Marks the column to be dropped when the <see cref="M:Microsoft.SqlServer.Management.Smo.Table.Alter"></see> method is run on the column's parent <see cref="T:Microsoft.SqlServer.Management.Smo.Table"></see> object.</summary>
			<param name="dropOnAlter">A <see cref="T:System.Boolean"></see> value that specifies whether to drop the column when the parent object is altered.If True, the column is dropped when the parent table is altered.   If False, the column is not dropped. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Column.Refresh">
			<summary>Refreshes the <see cref="T:Microsoft.SqlServer.Management.Smo.Column"></see> object properties.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Column.Rename(System.String)">
			<summary>Renames the column.</summary>
			<param name="newname">A <see cref="T:System.String"></see> value that specifies the new name of the column.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Column.UnbindDefault">
			<summary>Unbinds the currently bound default from the column.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Column.UnbindRule">
			<summary>Unbinds the currently bound rule from the column.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Column.UpdateStatistics">
			<summary>Updates <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic"></see> objects that monitor this column.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Column.UpdateStatistics(Microsoft.SqlServer.Management.Smo.StatisticsScanType)">
			<summary>Updates <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic"></see> objects that monitor this column.</summary>
			<param name="scanType">A <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticsScanType"></see> object value that specifies the type operation to perform during the creation or update of a <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Column.UpdateStatistics(Microsoft.SqlServer.Management.Smo.StatisticsScanType,System.Int32)">
			<summary>Updates <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic"></see> objects that monitor this column using a sampled scan.</summary>
			<param name="sampleValue">An <see cref="T:System.Int32"></see> value that specifies the number of rows or percentage of the total number of rows to use in a sampled scan. This parameter is required only when the scanType indicates a sampled scan.</param>
			<param name="scanType">A <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticsScanType"></see> object value that specifies the type operation to perform during the creation or update of a <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Column.UpdateStatistics(Microsoft.SqlServer.Management.Smo.StatisticsScanType,System.Int32,System.Boolean)">
			<summary>Updates <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic"></see> objects that monitor this column using a sampled scan.</summary>
			<param name="sampleValue">An <see cref="T:System.Int32"></see> value that specifies the number of rows or percentage of the total number of rows to use in a sampled scan. This parameter is required only when the scanType indicates a sampled scan.</param>
			<param name="scanType">A <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticsScanType"></see> object value that specifies the type operation to perform during the creation or update of a <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic"></see> object.</param>
			<param name="recompute">A <see cref="T:System.Boolean"></see> value that specifies whether the statistics will be automatically recomputed or not.If True, the statistics are automatically recomputed.If False, no attempt is made to re-compute the statistics.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Column.AnsiPaddingStatus">
			<summary>Gets or sets a Boolean property value that specifies whether the ANSI_PADDING_ENABLED column option is active or not.</summary>
			<returns>A Boolean value that specifies the whether the ASNI_PADDING_ENABLED column option is active or not. If True, trailing blanks inserted into variable-length columns are not trimmed.If False (default), blanks inserted into variable-length columns are trimmed.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Column.Collation">
			<summary>Gets or sets the default collation used by the column.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the default collation.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Column.Computed">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the column is the product of computed expression </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies the whether the column is computed or not. If True, the column is the product of a computed expression.If False (default), the column is not computed.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Column.ComputedText">
			<summary>Gets or sets the Transact-SQL expression used to generate the value of a computed column</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the Transact-SQL expression used to generate the value of a computed column.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Column.DataType">
			<summary>Gets or sets the data type that is assigned to the column.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> object value that specifies the data type assigned to the column.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Column.Default">
			<summary>Gets the default bound to the column.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Default"></see> object that specifies the default bound to the column. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Column.DefaultConstraint">
			<summary>Gets or sets a default value for the column. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DefaultConstraint"></see> value that specifies a default value for the column.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Column.DefaultSchema">
			<summary>Gets or sets the default schema that is bound to the column. </summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the schema bound to the column.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Column.ExtendedProperties">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty"></see> object represents an extended property for the <see cref="T:Microsoft.SqlServer.Management.Smo.Column"></see> object.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection"></see> object that represents all the extended properties defined on the <see cref="T:Microsoft.SqlServer.Management.Smo.Column"></see> object. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Column.ID">
			<summary>Gets the column ID that uniquely identifies the column.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the column.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Column.Identity">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the column is an identity column.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies the whether the column is an identity column.If True, the column is an identity column.If False (default), the column is not an identity column.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Column.IdentityIncrement">
			<summary>Gets or sets the identity increment for an identity column.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the identity increment. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Column.IdentitySeed">
			<summary>Gets or sets the identity seed for an identity column.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the identity seed for an identity column.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Column.InPrimaryKey">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the column is included in the definition of a primary key or unique key constraint.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the column participates in a primary key or unique key column. If True, the column is part of a primary key or unique key constraint defined on the table.If False (default), the column is not part of a primary key or unique key constraint defined on the table.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Column.IsForeignKey">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the column is a foreign key.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the column is a foreign key. If True, the column is a foreign key.If False (default), the column is not a foreign key.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Column.IsFullTextIndexed">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the column participates in a full-text index.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the column participates in a full-text index. If True, the column is used by a full-text index.If False (default), the column is not used by a full-text index.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Column.IsPersisted">
			<summary>Gets the Boolean property value that specifies whether the computed value of the <see cref="T:Microsoft.SqlServer.Management.Smo.Column"></see> object is saved with the data, thus avoiding a computation each time the column is accessed.</summary>
			<returns>A Boolean property value that specifies whether the computed value of the <see cref="T:Microsoft.SqlServer.Management.Smo.Column"></see> object is saved with the data.If True, the computed value of the <see cref="T:Microsoft.SqlServer.Management.Smo.Column"></see> object is saved with the data.If False (default), the computed value of the <see cref="T:Microsoft.SqlServer.Management.Smo.Column"></see> object is computed every time the column data is requested.  The <see cref="P:Microsoft.SqlServer.Management.Smo.Column.IsPersisted"></see> property can only be set to True for computed columns. Otherwise, it will cause an error.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Column.NotForReplication">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the column is participating in replication.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the column participates in replication.If True, the column is being published in MicrosoftSQL Server replication.If False (default), the column is not participating in replication.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Column.Nullable">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the column can accept null values.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the column can accept null values.If True, the column can accept null values.If False (default), the column is cannot accept null values.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Column.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Column"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object value that specifies the parent that owns the <see cref="T:Microsoft.SqlServer.Management.Smo.Column"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Column.RowGuidCol">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the column is automatically updated with a unique GUID value.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the column contains an automatically updated unique GUID value.If True, the column is automatically updated with a unique GUID value.If False, the column is not automatically updated with a unique GUID value.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Column.Rule">
			<summary>Gets or sets the rule that is bound to the column. </summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the rule that is bound to the column.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Column.RuleSchema">
			<summary>Gets or sets the rule schema that is bound to the column. </summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the rule schema that is bound to the column.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ColumnCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ColumnCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Column"></see> objects that represent all the columns defined on a table.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ColumnCollection.Add(Microsoft.SqlServer.Management.Smo.Column)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Smo.Column"></see> object to the <see cref="T:Microsoft.SqlServer.Management.Smo.ColumnCollection"></see> collection.</summary>
			<param name="column">A <see cref="T:Microsoft.SqlServer.Management.Smo.Column"></see> object value that specifies the column to be added to the <see cref="T:Microsoft.SqlServer.Management.Smo.ColumnCollection"></see> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ColumnCollection.Add(Microsoft.SqlServer.Management.Smo.Column,System.Int32)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Smo.Column"></see> object to the <see cref="T:Microsoft.SqlServer.Management.Smo.ColumnCollection"></see> collection at a specified position.</summary>
			<param name="insertAtPosition">An <see cref="T:System.Int32"></see> value that specifies the index position in the collection at which to insert the <see cref="T:Microsoft.SqlServer.Management.Smo.Column"></see> object. </param>
			<param name="column">A <see cref="T:Microsoft.SqlServer.Management.Smo.Column"></see> object value that specifies the column to be added to the <see cref="T:Microsoft.SqlServer.Management.Smo.ColumnCollection"></see> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ColumnCollection.Add(Microsoft.SqlServer.Management.Smo.Column,System.String)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Smo.Column"></see> object to the <see cref="T:Microsoft.SqlServer.Management.Smo.ColumnCollection"></see> collection after a specified <see cref="T:Microsoft.SqlServer.Management.Smo.Column"></see> object currently in the <see cref="T:Microsoft.SqlServer.Management.Smo.ColumnCollection"></see> collection.</summary>
			<param name="insertAtColumnName">A string value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Column"></see> object, currently in the collection, after which to insert the new <see cref="T:Microsoft.SqlServer.Management.Smo.Column"></see>.</param>
			<param name="column">A <see cref="T:Microsoft.SqlServer.Management.Smo.Column"></see> object that already exists in the collection after which the new <see cref="T:Microsoft.SqlServer.Management.Smo.Column"></see> object is inserted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ColumnCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Column[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Column"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ColumnCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.ColumnCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Column"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Column"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.ColumnCollection"></see> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ColumnCollection.Remove(Microsoft.SqlServer.Management.Smo.Column)">
			<summary>Removes a <see cref="T:Microsoft.SqlServer.Management.Smo.Column"></see> object from the <see cref="T:Microsoft.SqlServer.Management.Smo.ColumnCollection"></see> collection.</summary>
			<param name="column">A <see cref="T:Microsoft.SqlServer.Management.Smo.Column"></see> object value that is to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.ColumnCollection"></see> collection. </param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ColumnCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Column"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Column"></see> object value that represents the column.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Column"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.ColumnCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ColumnCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Column"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Column"></see> object value that represents the column.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Column"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.ColumnCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ColumnCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ColumnCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ColumnCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ConfigProperty">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object contains information pertaining to a MicrosoftSQL Server configuration option, such as maximum, minimum, current, and new values.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ConfigProperty.ConfigValue">
			<summary>Gets or sets the new value of the configuration option.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the new value of the configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ConfigProperty.Description">
			<summary>Gets a textual description of the configuration property.</summary>
			<returns>A <see cref="T:System.String"></see> value that contains a description of the configuration property.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ConfigProperty.DisplayName">
			<summary>Gets the name of the configuration option being modified. </summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the new value of the configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ConfigProperty.IsAdvanced">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the configuration option is an advanced option.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the configuration option is an advanced option.If True, the configuration option is advanced.If False (default), the configuration option is basic and not advanced.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ConfigProperty.IsDynamic">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the configuration option is immediately updated or waits until the instance of MicrosoftSQL Server is restarted.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether configuration option is immediately updated or updated when the instance of SQL Server is restarted.If True, the configuration option is dynamic and is updated immediately.If False (default), the configuration option is not dynamic and is updated when the instance of SQL Server is restarted.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ConfigProperty.Maximum">
			<summary>Gets the maximum value to which the configuration option can be set.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the maximum value to which the configuration option can be set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ConfigProperty.Minimum">
			<summary>Gets the maximum value to which the configuration option can be set.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the minimum value to which the configuration option can be set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ConfigProperty.Number">
			<summary>Gets the index position of the configuration option.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the index position of the configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ConfigProperty.RunValue">
			<summary>Gets the current running value of the configuration option. </summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the current running value of the configuration option.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ConfigPropertyCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigPropertyCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> objects that represent all the configuration properties defined on the instance of MicrosoftSQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ConfigPropertyCollection.CopyTo(Microsoft.SqlServer.Management.Smo.ConfigProperty[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ConfigPropertyCollection.GetEnumerator">
			<summary>Gets an enumerator that can iterate through the list of objects.</summary>
			<returns>A <see cref="T:System.Collections.IEnumerator"></see> object value that can be used to iterate through the collection. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ConfigPropertyCollection.Count">
			<summary>Gets the number of <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> objects in the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigPropertyCollection"></see> collection.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the number of <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> objects in the collection.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ConfigPropertyCollection.IsSynchronized">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether access to the collection is synchronized and therefore thread-safe.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the access to the collection is synchronized.If True, access to the collection is synchronized.If False (false), access to the collection is not synchronized.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ConfigPropertyCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigPropertyCollection"></see> collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object value that represents the configuration property.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigPropertyCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ConfigPropertyCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigPropertyCollection"></see> collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object value that represents the configuration property.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigPropertyCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ConfigPropertyCollection.SyncRoot">
			<summary>Gets an object that can be used to synchronize access to the collection.</summary>
			<returns>An <see cref="T:System.Object"></see> system object value that can be used to synchronize access to the collection.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Configuration">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Configuration"></see> class contains the configuration information for the instance of MicrosoftSQL Server.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.AdHocDistributedQueriesEnabled">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the ad hoc distributed queries configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the ad hoc distributed queries configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.Affinity64Mask">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the affinity 64 mask configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the affinity 64 mask configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.AffinityIOMask">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the affinity IO mask configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the affinity IO mask configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.AffinityMask">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the affinity mask configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the affinity mask configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.AgentXPsEnabled">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the agent XPs enabled configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the agent XPs enabled configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.AllowUpdates">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the allow updates configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the allow updates configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.AweEnabled">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the AWE enabled configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the AWE enabled configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.C2AuditMode">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the C2 audit mode configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the C2 audit mode configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.CommonCriteriaComplianceEnabled">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the common criteria compliance enabled configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the common criteria compliance enabled configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.CostThresholdForParallelism">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the cost threshold for parallelism configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the cost threshold for parallelism configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.CrossDBOwnershipChaining">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the cross DB ownership chaining configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the cross DB ownership chaining configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.CursorThreshold">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the cursor threshold configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the cursor threshold configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.DatabaseMailEnabled">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the database mail enabled configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the database mail enabled configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.DefaultFullTextLanguage">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set default full text language configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the default full text language configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.DefaultLanguage">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the default language configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the default language configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.FillFactor">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the fill factor configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the fill factor configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.IndexCreateMemory">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the index create memory configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the index create memory configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.IsSqlClrEnabled">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the is SQL CLR enabled configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the is SQL CLR enabled configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.LightweightPooling">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the lightweight pooling configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the lightweight pooling configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.Locks">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the locks configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the locks configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.MaxDegreeOfParallelism">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the max degree of parallelism configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the max degree of parallelism configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.MaxServerMemory">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the max server memory configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the max server memory configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.MaxWorkerThreads">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the max worker threads configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the max worker threads configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.MediaRetention">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the media retention configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the media retention configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.MinMemoryPerQuery">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the min memory per query configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the min memory per query configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.MinServerMemory">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the min server memory configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the min server memory configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.NestedTriggers">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the nested triggers configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the nested triggers configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.NetworkPacketSize">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the network packet size configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the network packet size configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.OleAutomationProceduresEnabled">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the OLE automation procedures enabled configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the OLE automation procedures enabled configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.OpenObjects">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the open objects configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the open objects configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.PrecomputeRank">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the precompute rank configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the precompute rank configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.PriorityBoost">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the priority boost configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the priority boost size configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.Properties">
			<summary>Returns a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Property"></see> objects. The <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyCollection"></see> collection represents the properties of the <see cref="T:Microsoft.SqlServer.Dts.Runtime.Configuration"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigPropertyCollection"></see> object that specifies the collection of Configuration object properties.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.ProtocolHandlerTimeout">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the protocol handler timeoutconfiguration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the protocol handler timeout configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.QueryGovernorCostLimit">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the query governor cost limit option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the query governor cost limit configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.QueryWait">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the query wait configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the query wait configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.RecoveryInterval">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the recovery interval configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the recovery interval configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.RemoteAccess">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the remote access configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the remote access configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.RemoteDacConnectionsEnabled">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the remote DAC connections enabled configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the remote DAC connections enabled configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.RemoteLoginTimeout">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the remote login timeout configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the remote login timeout configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.RemoteProcTrans">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the remote proc trans configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the remote proc trans configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.RemoteQueryTimeout">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the remote query timeout configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the remote query timeout configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.ReplicationMaxTextSize">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the replication max text size configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the replication max text size configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.ReplicationXPsEnabled">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the replication XPs enabled configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the replication XPs enabled configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.ScanForStartupProcedures">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the scan for startup procedures configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the scan for startup procedures configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.SetWorkingSetSize">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the set working set size configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the set working set size configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.ShowAdvancedOptions">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the show advanced options configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the show advanced options configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.SmoAndDmoXPsEnabled">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the SMO and DMO XPs enabled configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the SMO and DMO XPs enabled configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.SqlMailXPsEnabled">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the SQL mail XPs enabled configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the SQL mail XPs enabled configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.TransformNoiseWords">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the transform noise words configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the transform noise words configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.TwoDigitYearCutoff">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the two digit year cutoff configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the two digit year cutoff configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.UserConnections">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the user connections configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the user connections configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.UserOptions">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the user options configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the user options configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.WebXPsEnabled">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the web XPs enabled configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the web XPs enabled configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.XPCmdShellEnabled">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that is used to set the XP cmd shell enabled configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty"></see> object that specifies the settings for the XP cmd shell enabled configuration option.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ConfigurationBase">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigurationBase"></see> class is a base class that represents configuration information for the instance of Microsoft SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ConfigurationBase.Alter">
			<summary>Updates the <see cref="T:Microsoft.SqlServer.Management.Smo.Configuration"></see> object property changes on the instance of Microsoft SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ConfigurationBase.Alter(System.Boolean)">
			<summary>Updates the <see cref="T:Microsoft.SqlServer.Management.Smo.Configuration"></see> object property changes on the instance of Microsoft SQL Server. </summary>
			<param name="overrideValueChecking">A <see cref="T:System.Boolean"></see> value that specifies whether to override validation of the <see cref="T:Microsoft.SqlServer.Management.Smo.Configuration"></see> object property values.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ConfigurationBase.Refresh">
			<summary>Refreshes the <see cref="T:Microsoft.SqlServer.Management.Smo.Configuration"></see> object properties.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ConfigurationBase.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Configuration"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Configuration"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Credential">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Credential"></see> object represents a MicrosoftSQL Server credential.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Credential.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Credential"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Credential.#ctor(Microsoft.SqlServer.Management.Smo.Server,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Credential"></see> class on the specified instance of SQL Server and with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the credential.</param>
			<param name="server">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object value that specifies instance of SQL Server on which the credential is created.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Credential.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.Credential"></see> object property changes on instance of MicrosoftSQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Credential.Alter(System.String)">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.Credential"></see> object property changes on instance of MicrosoftSQL Server.</summary>
			<param name="identity">A <see cref="T:System.String"></see> value that specifies the name of the credential.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Credential.Alter(System.String,System.Security.SecureString)">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.Credential"></see> object property changes on instance of MicrosoftSQL Server.</summary>
			<param name="secret">A <see cref="T:System.Security.SecureString"></see> value that specifies the password for the credential.</param>
			<param name="identity">A <see cref="T:System.String"></see> value that specifies the name of the credential.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Credential.Alter(System.String,System.String)">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.Credential"></see> object property changes on instance of MicrosoftSQL Server.</summary>
			<param name="secret">A <see cref="T:System.String"></see> value that specifies the password of the credential.</param>
			<param name="identity">A <see cref="T:System.String"></see> value that specifies the name of the credential.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Credential.Create">
			<summary>Creates a credential on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.Credential"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Credential.Create(System.String)">
			<summary>Creates a credential on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.Credential"></see> object.</summary>
			<param name="identity">A <see cref="T:System.String"></see> value that specifies the name of the credential.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Credential.Create(System.String,System.Security.SecureString)">
			<summary>Creates a credential on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.Credential"></see> object.</summary>
			<param name="secret">A <see cref="T:System.Security.SecureString"></see> value that specifies the password for the credential.</param>
			<param name="identity">A <see cref="T:System.String"></see> value that specifies the name of the credential.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Credential.Create(System.String,System.String)">
			<summary>Creates a credential on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.Credential"></see> object.</summary>
			<param name="secret">A <see cref="T:System.String"></see> value that specifies the password for the credential.</param>
			<param name="identity">A <see cref="T:System.String"></see> value that specifies the name of the credential.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Credential.Drop">
			<summary>Drops the credential.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Credential.EnumLogins">
			<summary>Enumerates a list of logins associated with the credential.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> object value that contains a list of logins associated with the credential.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Credential.CreateDate">
			<summary>Gets the date and time that the credential was created.</summary>
			<returns>A <see cref="T:System.DateTime"></see> system object value that specifies the date and time when the credential was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Credential.DateLastModified">
			<summary>Gets the date and time that the credential was last modified.</summary>
			<returns>A <see cref="T:System.DateTime"></see> system object value that specifies the date and time when the credential was last modified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Credential.ID">
			<summary>Gets the database ID value that uniquely identifies the credential.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the credential.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Credential.Identity">
			<summary>Gets or sets the identity associated with the credential.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the identity associated with the credential.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Credential.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Credential"></see> object. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Credential"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.CredentialCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.CredentialCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Credential"></see> objects that represent all the credentials defined on the instance of Microsoft SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CredentialCollection.Add(Microsoft.SqlServer.Management.Smo.Credential)">
			<summary>Adds the specified credential to the collection.</summary>
			<param name="credential">A <see cref="T:Microsoft.SqlServer.Management.Smo.Credential"></see> object to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CredentialCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Credential[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Credential"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CredentialCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.CredentialCollection"></see> collection using a unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Credential"></see> object that has the specified ID value.</returns>
			<param name="index">An T:System.Int32 value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Credential"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.CredentialCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.CredentialCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Credential"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.CredentialCollection"></see> collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Credential"></see> object value that represents the credential.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Credential"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.CredentialCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.CredentialCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Credential"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.CredentialCollection"></see> collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Credential"></see> object value that represents the credential.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Credential"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.CredentialCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.CredentialCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.CredentialCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object value that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.CredentialCollection"></see>.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Database">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object represents a MicrosoftSQL Server database.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.#ctor(Microsoft.SqlServer.Management.Smo.Server,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> class on the specified server and with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the database.</param>
			<param name="server">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that represents the instance of MicrosoftSQL Server on which the database exists.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object property changes on the instance of MicrosoftSQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Alter(Microsoft.SqlServer.Management.Smo.TerminationClause)">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object property changes on the instance of MicrosoftSQL Server. </summary>
			<param name="terminationClause">A <see cref="T:Microsoft.SqlServer.Management.Smo.TerminationClause"></see> object value that specifies what to with any open transactions that are affected by the <see cref="M:Microsoft.SqlServer.Management.Smo.Database.Alter(Microsoft.SqlServer.Management.Smo.TerminationClause)"></see> method.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Alter(System.TimeSpan)">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object property changes on the instance of MicrosoftSQL Server. </summary>
			<param name="transactionTerminationTime">A <see cref="T:System.TimeSpan"></see> object value that specifies a period of time to let transactions complete before persisting the property changes with the <see cref="M:Microsoft.SqlServer.Management.Smo.Database.Alter"></see> method.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.ChangeMirroringState(Microsoft.SqlServer.Management.Smo.MirroringOption)">
			<summary>Changes the mirroring configuration as specified by the options. </summary>
			<param name="mirroringOption">A <see cref="T:Microsoft.SqlServer.Management.Smo.MirroringOption"></see> object value that specifies how the mirroring configuration is updated.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.CheckAllocations(Microsoft.SqlServer.Management.Smo.RepairType)">
			<summary>Scans all pages of the referenced database and tests pages to guarantee integrity.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> object value that contains a report about the allocations in the database.</returns>
			<param name="repairType">A <see cref="T:Microsoft.SqlServer.Management.Smo.RepairType"></see> object value that specifies the repair options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.CheckAllocationsDataOnly">
			<summary>Scans all pages of the referenced database and tests only the data to guarantee integrity.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> object value that contains a report about the allocations in the database.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.CheckCatalog">
			<summary>Tests the integrity of the database catalog.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> object value that contains a report about the integrity of the catalog in the database.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.CheckIdentityValues">
			<summary>Verifies the integrity of all identity columns in tables in the database.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Checkpoint">
			<summary>Issues a checkpoint.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.CheckTables(Microsoft.SqlServer.Management.Smo.RepairType)">
			<summary>Tests the integrity of database pages for all tables and indexes defined on the tables of the database.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> object value that contains a report about the integrity of the tables and indexes in the database.</returns>
			<param name="repairType">A <see cref="T:Microsoft.SqlServer.Management.Smo.RepairType"></see> object value that specifies the repair options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.CheckTablesDataOnly">
			<summary>Tests integrity of pages that store data for all tables and indexes defined on the tables of the referenced database.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> object value that contains a report about the integrity of the tables in the database.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Create">
			<summary>Creates a database on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Create(System.Boolean)">
			<summary>Creates a database on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object.</summary>
			<param name="forAttach">A <see cref="T:System.Boolean"></see> value that specifies whether the database is being created so that a database can be attached.If True, the database is created for a database to be attached.If False, the database is not created for a database to be attached.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Deny(Microsoft.SqlServer.Management.Smo.DatabasePermissionSet,System.String)">
			<summary>Denies the specified set of permissions for the specified grantee on the database.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied the specified set of permissions on the database.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Deny(Microsoft.SqlServer.Management.Smo.DatabasePermissionSet,System.String[])">
			<summary>Denies the specified set of permissions for the specified grantees on the database.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied the specified set of permissions on the database.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Deny(Microsoft.SqlServer.Management.Smo.DatabasePermissionSet,System.String,System.Boolean)">
			<summary>Denies the specified set of permissions for the specified grantee and other users who the grantee granted the specified set of permissions on the database.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the database.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied the specified set of permissions on the database.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Deny(Microsoft.SqlServer.Management.Smo.DatabasePermissionSet,System.String[],System.Boolean)">
			<summary>Denies the specified set of permissions for the specified grantees and other users who the grantee granted the specified set of permissions on the database.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the database.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Drop">
			<summary>Drops the database.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.DropBackupHistory">
			<summary>Drops the backup history for the database.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.EnumCandidateKeys">
			<summary>Enumerates a list of all candidate primary keys in the database, which may be referenced by a foreign key.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> system object value that contains an enumerated list of candidate keys. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. Column Data type Description Table_Name<see cref="T:System.String"></see>The name of the table that contains the candidate primary key.Name<see cref="T:System.String"></see>The name of the candidate primary key.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.EnumDatabasePermissions">
			<summary>Enumerates a list of all permissions in the database.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionInfo"></see> object values that contains an enumerated list of permissions.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.EnumDatabasePermissions(Microsoft.SqlServer.Management.Smo.DatabasePermissionSet)">
			<summary>Enumerates a list of permissions in the database for the specified permission set.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionInfo"></see> object values that contains an enumerated list of permissions.</returns>
			<param name="permissions">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet"></see> object that limits the enumerated list to those listed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.EnumDatabasePermissions(System.String)">
			<summary>Enumerates a list of permissions in the database for the specified user.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionInfo"></see> object values that contains an enumerated list of permissions.</returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the user.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.EnumDatabasePermissions(System.String,Microsoft.SqlServer.Management.Smo.DatabasePermissionSet)">
			<summary>Enumerates a list of permissions in the database for the specified user and a specified permission set.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionInfo"></see> object values that contains an enumerated list of permissions.</returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the user.</param>
			<param name="permissions">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet"></see> object that limits the enumerated list to those listed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.EnumLocks">
			<summary>Enumerates a list of all current locks held on the database.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a list of locks held on the database and information about the type and location of the locks. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. Column Data type DescriptionRequestorSpid<see cref="T:System.Int32"></see>The system process ID value of the process that is holding a lock on a database resource.LockType<see cref="T:System.String"></see>The description of the type of lock. See the syslockinfo table for a description of different lock types.Database<see cref="T:System.String"></see>The name of the database on which the lock is held.Table<see cref="T:System.String"></see>The name of the table on which the lock is held. This field contains a value only if the lock is held on a table.Index<see cref="T:System.String"></see>The name of the index on which the lock is held. This field contains a value only if the lock is held on an index.Status<see cref="T:System.Int32"></see>The status of the lock, which can be one of the following:1 = Granted.2 = Converting.3 = Waiting.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.EnumLocks(System.Int32)">
			<summary>Enumerates a list of current locks held on the database for a specified system process ID.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a list of locks held on the database and information about the type and location of the locks. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. ColumnData typeDescriptionRequestorSpid<see cref="T:System.Int32"></see>The system process ID value of the process that is holding a lock on a database resource.LockType<see cref="T:System.String"></see>The description of the type of lock. See the syslockinfo table for a description of different lock types.Database<see cref="T:System.String"></see>The name of the database on which the lock is held.Table<see cref="T:System.String"></see>The name of the table on which the lock is held. This field contains a value only if the lock is held on a table.Index<see cref="T:System.String"></see>The name of the index on which the lock is held. This field contains a value only if the lock is held on an index.Status<see cref="T:System.Int32"></see>The status of the lock, which can be one of the following:1 = Granted.2 = Converting.3 = Waiting.</returns>
			<param name="processID">An <see cref="T:System.Int32"></see> that specifies the process ID value that uniquely identifies the process.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.EnumLoginMappings">
			<summary>Enumerates a list of MicrosoftSQL Server logins for all the users in the database.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a list of logon mappings to users in the database. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. ColumnData typeDescriptionUserName<see cref="T:System.String"></see>The name of the database user.LoginName<see cref="T:System.String"></see>The login account that is mapped to the database user in the referenced database.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.EnumMatchingSPs(System.String)">
			<summary>Enumerates a list of stored procedures that contain the specified string in the definition.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UrnCollection"></see> object value that contains a list of matching stored procedures for the database.</returns>
			<param name="description">A <see cref="T:System.String"></see> value that specifies the text to find a match for in the stored procedure definition.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.EnumMatchingSPs(System.String,System.Boolean)">
			<summary>Enumerates a list of stored procedures that contain the specified string in the definition.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UrnCollection"></see> object value that contains a list of matching stored procedures for the database.</returns>
			<param name="description">A <see cref="T:System.String"></see> value that specifies the text to find a match for in the stored procedure definition.</param>
			<param name="includeSystem">A <see cref="T:System.Boolean"></see> value that specifies whether to include system stored procedures in the returned list.If True, system stored procedures are included.If False, system stored procedures are not included.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.EnumObjectPermissions">
			<summary>Enumerates a list of permissions for objects in the database.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains a list of object permissions for the database.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of permissions for objects in the database limited to the specified permission set.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains a list of object permissions for the database.</returns>
			<param name="permissions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that limits the enumerated list to those listed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.EnumObjectPermissions(System.String)">
			<summary>Enumerates a list of permissions for objects in the database that belong to the specified user.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains a list of object permissions for the specified owner.</returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the user who is the owner of the objects.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of permissions for objects in the database that belong to the specified user and limited to the specified permission set.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains a list of permissions for the specified owner and permission set.</returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the user who is the owner of the objects.</param>
			<param name="permissions">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet"></see> object that limits the enumerated list to those listed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.EnumObjects">
			<summary>Enumerates a list of objects in the database.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a list of objects in the database. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. ColumnData typeDescriptionDatabaseObjectTypes<see cref="T:System.String"></see>The type of database object. See <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes"></see> enumeration.Schema<see cref="T:System.String"></see>The schema associated with the referenced object.Name<see cref="T:System.String"></see>The name of the referenced object.Urn<see cref="T:System.String"></see>The URN string that represents the referenced object.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.EnumObjects(Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes)">
			<summary>Enumerates a list of objects in the database.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a list of objects in the database. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. ColumnData typeDescriptionDatabaseObjectTypes<see cref="T:System.String"></see>The type of database object. See <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes"></see> enumeration.Schema<see cref="T:System.String"></see>The schema associated with the referenced object.Name<see cref="T:System.String"></see>The name of the referenced object.Urn<see cref="T:System.String"></see>The URN string that represents the referenced object.</returns>
			<param name="types">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes"></see> object that limits the object types in the returned list.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.EnumObjects(Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes,Microsoft.SqlServer.Management.Smo.SortOrder)">
			<summary>Enumerates a list of objects in the database.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a list of objects in the database. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. ColumnData typeDescriptionDatabaseObjectTypes<see cref="T:System.String"></see>The type of database object. See <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes"></see> enumeration.Schema<see cref="T:System.String"></see>The schema associated with the referenced object.Name<see cref="T:System.String"></see>The name of the referenced object.Urn<see cref="T:System.String"></see>The URN string that represents the referenced object.</returns>
			<param name="types">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes"></see> object that limits the object types in the returned list.</param>
			<param name="order">A <see cref="T:Microsoft.SqlServer.Management.Smo.SortOrder"></see> object value that specifies the way in which to order the returned list of objects.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.EnumTransactions">
			<summary>Enumerates a list of open transactions on the database.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a list of open transactions that affect the database. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. ColumnData typeDescriptionName<see cref="T:System.String"></see>The name of the transaction. TransactionID<see cref="T:System.String"></see>The ID value that uniquely identifies the transaction. See sys.dm_tran_active_transactions.BeginTime<see cref="T:System.DateTime"></see>The date and time when the transaction started.Spid<see cref="T:System.Int32"></see>The session ID that uniquely identifies the session in which the transaction is running.DatabaseName<see cref="T:System.String"></see>The name of the database in which the transaction is running.DatabaseID<see cref="T:System.Int32"></see>The ID value of the database in which the transaction is running.DatabaseBeginTime<see cref="T:System.DateTime"></see>The date and time when the database came online.IsVersioned<see cref="T:System.Boolean"></see>The Boolean value that specifies whether the transaction is a snapshot transaction and has a sequence number. See <see cref="T:Microsoft.SqlServer.Management.Smo.TransactionTypes"></see> enumeration class.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.EnumTransactions(Microsoft.SqlServer.Management.Smo.TransactionTypes)">
			<summary>Enumerates a list of open transactions of a specified type on the database.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a list of open transactions that affect the database. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. ColumnData typeDescriptionName<see cref="T:System.String"></see>The name of the transaction. TransactionID<see cref="T:System.String"></see>The ID value that uniquely identifies the transaction. See sys.dm_tran_active_transactions.BeginTime<see cref="T:System.DateTime"></see>The date and time when the transaction started.Spid<see cref="T:System.Int32"></see>The session ID that uniquely identifies the session in which the transaction is running.DatabaseName<see cref="T:System.String"></see>The name of the database in which the transaction is running.DatabaseID<see cref="T:System.Int32"></see>The ID value of the database in which the transaction is running. See sys.databases (Transact-SQL).DatabaseBeginTime<see cref="T:System.DateTime"></see>The date and time when the database came online.IsVersioned<see cref="T:System.Boolean"></see>The Boolean value that specifies whether the transaction is a snapshot transaction and has a sequence number. See <see cref="T:Microsoft.SqlServer.Management.Smo.TransactionTypes"></see> enumeration class.</returns>
			<param name="transactionType">A <see cref="T:Microsoft.SqlServer.Management.Smo.TransactionTypes"></see> object value that specifies the type of transaction.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.EnumWindowsGroups">
			<summary>Enumerates a list of Microsoft Windows groups.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a list of Windows groups. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. ColumnData typeDescriptionUrn<see cref="T:System.String"></see>The URN string that represents the Windows group. Name<see cref="T:System.String"></see>The name of the Windows group.ID<see cref="T:System.Int32"></see>The ID value that uniquely identifies the Windows group.Login<see cref="T:System.String"></see>The login that represents the Windows group in SQL Server.IsSystemObject<see cref="T:System.Boolean"></see>The Boolean value that specifies whether the Windows group is a system object.LoginType<see cref="T:System.DateTime"></see>The type of login. See <see cref="T:Microsoft.SqlServer.Management.Smo.LoginType"></see>.HasDBAccess<see cref="T:System.Boolean"></see>The Boolean value that specifies whether the Windows group as access to the referenced database.Sid<see cref="T:System.Int32"></see>The login security identifier for the Windows group.UserType<see cref="T:System.String"></see>The type of user. See <see cref="T:Microsoft.SqlServer.Management.Smo.UserType"></see>.Certificate<see cref="T:System.String"></see>The certificate that the Windows group uses to log on to SQL Server.AsymmetricKey<see cref="T:System.String"></see>The asymmetric key that the Windows group uses to log on to SQL Server.CreateDate<see cref="T:System.DateTime"></see>The date and time when the Windows group was created.DateLastModified<see cref="T:System.DateTime"></see>The date and time when the Windows group was last modified.DefaultSchema<see cref="T:System.String"></see>The default schema associated with the Windows group.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.EnumWindowsGroups(System.String)">
			<summary>Enumerates a list of Microsoft Windows groups for a specified group.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains Windows group information for the specified group. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. ColumnData typeDescriptionUrn<see cref="T:System.String"></see>The URN string that represents the Windows group. Name<see cref="T:System.String"></see>The name of the Windows group.ID<see cref="T:System.Int32"></see>The ID value that uniquely identifies the Windows group.Login<see cref="T:System.String"></see>The login that represents the Windows group in SQL Server.IsSystemObject<see cref="T:System.Boolean"></see>The Boolean value that specifies whether the Windows group is a system object.LoginType<see cref="T:System.DateTime"></see>The type of login. See <see cref="T:Microsoft.SqlServer.Management.Smo.LoginType"></see>.HasDBAccess<see cref="T:System.Boolean"></see>The Boolean value that specifies whether the Windows group as access to the referenced database.Sid<see cref="T:System.Int32"></see>The login security identifier for the Windows group.UserType<see cref="T:System.String"></see>The type of user. See <see cref="T:Microsoft.SqlServer.Management.Smo.UserType"></see>.Certificate<see cref="T:System.String"></see>The certificate that the Windows group uses to log on to SQL Server.AsymmetricKey<see cref="T:System.String"></see>The asymmetric key that the Windows group uses to log on to SQL Server.CreateDate<see cref="T:System.DateTime"></see>The date and time when the Windows group was created.DateLastModified<see cref="T:System.DateTime"></see>The date and time when the Windows group was last modified.DefaultSchema<see cref="T:System.String"></see>The default schema associated with the Windows group.</returns>
			<param name="groupName">A <see cref="T:System.String"></see> value that specifies a Windows group name.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.ExecuteNonQuery(System.String)">
			<summary>Executes a statement in the context of the database where there are no results returned.</summary>
			<param name="sqlCommand">A <see cref="T:System.String"></see> value that contains the Transact-SQL command.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.ExecuteNonQuery(System.Collections.Specialized.StringCollection)">
			<summary>Executes a batch in the context of the database where there are no results returned.</summary>
			<param name="sqlCommands">A <see cref="T:System.Collections.Specialized.StringCollection"></see> System object value that contains more than one Transact-SQL command.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.ExecuteNonQuery(System.String,Microsoft.SqlServer.Management.Common.ExecutionTypes)">
			<summary>Executes a batch in the context of the database where there are no results returned for the specified execution type only.</summary>
			<param name="executionType">An <see cref="T:Microsoft.SqlServer.Management.Common.ExecutionTypes"></see> object value that specifies the execution type.</param>
			<param name="sqlCommand">A <see cref="T:System.String"></see> value that contains a Transact-SQL command.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.ExecuteNonQuery(System.Collections.Specialized.StringCollection,Microsoft.SqlServer.Management.Common.ExecutionTypes)">
			<summary>Runs a collection of batches in the context of the database where there are no results returned for the specified execution type only.</summary>
			<param name="executionType">An <see cref="T:Microsoft.SqlServer.Management.Common.ExecutionTypes"></see> object value that specifies the execution type.</param>
			<param name="sqlCommands">A <see cref="T:System.Collections.Specialized.StringCollection"></see> System object value that contains more than one Transact-SQL command.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.ExecuteWithResults(System.String)">
			<summary>Executes a collection of batches in the context of the database where there are results returned.</summary>
			<returns>A <see cref="T:System.Data.DataSet"></see> system object value that contains the returned results set.</returns>
			<param name="sqlCommand">A <see cref="T:System.String"></see> value that contains a Transact-SQL command.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.ExecuteWithResults(System.Collections.Specialized.StringCollection)">
			<summary>Executes a batch in the context of the database where there are results returned.</summary>
			<returns>A <see cref="T:System.Data.DataSet"></see> system object value that contains the returned results set.</returns>
			<param name="sqlCommands">A <see cref="T:System.Collections.Specialized.StringCollection"></see> System object value that contains more than one Transact-SQL command.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.GetTransactionCount">
			<summary>Gets the number of open transactions on the database.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the number of open transactions on the database.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.GetTransactionCount(Microsoft.SqlServer.Management.Smo.TransactionTypes)">
			<summary>Gets the number of open transactions of a specified type on the database.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the number of open transactions on the database of the specified type.</returns>
			<param name="transactionType">A <see cref="T:Microsoft.SqlServer.Management.Smo.TransactionTypes"></see> object value that specifies the transaction type of which to limit the returned count.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Grant(Microsoft.SqlServer.Management.Smo.DatabasePermissionSet,System.String)">
			<summary>Grants the specified set of permissions to the specified grantee on the database.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be granted the specified set of permissions on the database.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Grant(Microsoft.SqlServer.Management.Smo.DatabasePermissionSet,System.String[])">
			<summary>Grants the specified set of permissions to the specified grantees on the database.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that lists the grantees to be granted the specified set of permissions on the database.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Grant(Microsoft.SqlServer.Management.Smo.DatabasePermissionSet,System.String,System.Boolean)">
			<summary>Grants access to the specified permission to the grantee and the ability to grant access to other users on the database.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the database.If True, the grantee is given the ability to grant the specified set of permissions to other users on the database.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the database.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Grant(Microsoft.SqlServer.Management.Smo.DatabasePermissionSet,System.String[],System.Boolean)">
			<summary>Grants access to the specified permission to the grantees and the ability to grant access to other users on the database.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the database. If True, the grantee is given the ability to grant the specified set of permissions to other users on the database.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the database.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Grant(Microsoft.SqlServer.Management.Smo.DatabasePermissionSet,System.String,System.Boolean,System.String)">
			<summary>Grants the specified set of permissions to the grantee and the ability to grant the set of permissions to other users on the database under an assumed role.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the database.If True, the grantee is given the ability to grant the specified set of permissions to other users on the database.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the database. </param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be denied access to the permission.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the database. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Grant(Microsoft.SqlServer.Management.Smo.DatabasePermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Grants the specified set of permissions to the grantees and the ability to grant the set of permissions to other users on the database under an assumed role.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the database.If True, the grantee is given the ability to grant the specified set of permissions to other users on the database.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the database. </param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be granted the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the database. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.IsMember(System.String)">
			<summary>Determines whether the specified group or role belongs to the database.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the specified group or role is associated with the database.If True, the specified group or role belongs to the database.If False, the specified group or role belongs to the database.</returns>
			<param name="groupOrRole">A <see cref="T:System.String"></see> value that specifies the name of the group or role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.PrefetchObjects">
			<summary>Prefetches database objects. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.PrefetchObjects(System.Type)">
			<summary>Prefetches database objects of a specified type.</summary>
			<param name="objectType">A <see cref="T:System.Type"></see> object that limits the type of object that is to be prefetched.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.PrefetchObjects(System.Type,Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Prefetches database objects of a specified type with scripting options.</summary>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that specifies the scripting options for the prefetched database object.</param>
			<param name="objectType">A <see cref="T:System.Type"></see> object that limits the type of object that is prefetched.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.RecalculateSpaceUsage">
			<summary>Recalculates space usage.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Refresh">
			<summary>Updates the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.RemoveFullTextCatalogs">
			<summary>Removes full-text catalogs from the database.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Rename(System.String)">
			<summary>Renames the database.</summary>
			<param name="newName">A string value that specifies the new name of the database.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Revoke(Microsoft.SqlServer.Management.Smo.DatabasePermissionSet,System.String)">
			<summary>Revokes a previously granted set of permissions from a grantee on the database.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Revoke(Microsoft.SqlServer.Management.Smo.DatabasePermissionSet,System.String[])">
			<summary>Revokes a previously granted set of permissions from a list of grantees on the database.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Revoke(Microsoft.SqlServer.Management.Smo.DatabasePermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from a grantee on the database and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the database.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the database.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the database.</param>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the database.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Revoke(Microsoft.SqlServer.Management.Smo.DatabasePermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from grantees on the database and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the database.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the database.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the database.</param>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the database.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Revoke(Microsoft.SqlServer.Management.Smo.DatabasePermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from a grantee on the database and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the database.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the database.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the database.</param>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the database.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the database. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Revoke(Microsoft.SqlServer.Management.Smo.DatabasePermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from grantees on the database and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the database.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the database.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the database.</param>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the database.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the database. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the database.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the database as specified by the script options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that is used to specify the script options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.SetDefaultFileGroup(System.String)">
			<summary>Sets the default file group for the database.</summary>
			<param name="fileGroupName">A <see cref="T:System.String"></see> value that specifies the name of the default file group.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.SetDefaultFullTextCatalog(System.String)">
			<summary>Sets the default full-text catalog for the database.</summary>
			<param name="catalog">A <see cref="T:System.String"></see> value that specifies the name of the default full-text catalog.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.SetOffline">
			<summary>Sets the database offline.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.SetOnline">
			<summary>Sets the database online.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.SetOwner(System.String)">
			<summary>Sets the database owner.</summary>
			<param name="loginName">A <see cref="T:System.String"></see> value that specifies the MicrosoftSQL Server logon that is the new database owner.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.SetOwner(System.String,System.Boolean)">
			<summary>Sets the database owner.</summary>
			<param name="loginName">A <see cref="T:System.String"></see> value that specifies the MicrosoftSQL Server logon that is the new database owner.</param>
			<param name="overrideIfAlreadyUser">A <see cref="T:System.Boolean"></see> property value that specifies to override if the specified logon is already a user in the database.If True, the user who has the specified logon is dropped from the database and made into the database owner.If False, an error occurs.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Shrink(System.Int32,Microsoft.SqlServer.Management.Smo.ShrinkMethod)">
			<summary>Shrinks the database.</summary>
			<param name="percentFreeSpace">An <see cref="T:System.Int32"></see> value that specifies how much to reduce the database in percent.</param>
			<param name="shrinkMethod">A <see cref="T:Microsoft.SqlServer.Management.Smo.ShrinkMethod"></see> object value that specifies the method used to shrink the database.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.TruncateLog">
			<summary>Truncates the database log.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.UpdateIndexStatistics">
			<summary>Updates index statistics.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.ActiveConnections">
			<summary>Gets the number of active connections to the database.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the number of active connections to the database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.ActiveDirectory">
			<summary>Gets the information about the Active Directory settings for the database.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseActiveDirectory"></see> object that specifies the Active Directory settings for the database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.ApplicationRoles">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRole"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRole"></see> object represents an application role defined on the database.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRoleCollection"></see> object that represents all the application roles defined on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.Assemblies">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly"></see> object represents an assembly defined on the database.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyCollection"></see> object that represents all the assemblies defined on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.AsymmetricKeys">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKey"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKey"></see> object represents an asymmetric key defined on the database.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKeyCollection"></see> object that represents all the asymmetric keys defined on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.AutoCreateStatisticsEnabled">
			<summary>Gets a <see cref="T:System.Boolean"></see> property value that specifies whether statistics are automatically created for the database.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies the whether statistics are automatically created for the database.If True, statistics are automatically created for the database.If False (default), statistics are not automatically created for the database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.AutoUpdateStatisticsEnabled">
			<summary>Gets a <see cref="T:System.Boolean"></see> property value that specifies whether statistics are automatically updated for the database.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies the whether statistics are automatically updated for the database.If True, statistics are automatically updated for the database.If False (default), statistics are not automatically updated for the database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.CaseSensitive">
			<summary>Gets a <see cref="T:System.Boolean"></see> property value that specifies whether uppercase letters and lowercase letters are evaluated as equal.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether uppercase letters and lowercase letters are evaluated as equal.If True, uppercase and lowercase are not evaluated as equal.If False (default), uppercase and lowercase are evaluated as equal.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.Certificates">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Certificate"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.Certificate"></see> object represents a certificate defined on the database.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.CertificateCollection"></see> object that represents all the certificates defined on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.Collation">
			<summary>Gets or sets the default collation used by the database.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the collation.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.CompatibilityLevel">
			<summary>Gets or sets the compatibility level for the database.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.CompatibilityLevel"></see> object value that specifies the compatibility level of the database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.CreateDate">
			<summary>Gets the date that the database was created.</summary>
			<returns>A <see cref="T:System.DateTime"></see> object value that specifies the date when the database was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.DatabaseGuid">
			<summary>Gets the <see cref="T:System.Guid"></see> value that uniquely identifies the database.</summary>
			<returns>A <see cref="T:System.Guid"></see> system object value that uniquely identifies the database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.DatabaseOptions">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseOptions"></see> object that contains configuration options for the database.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseOptions"></see> object value that contains database configuration options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.DatabaseSnapshotBaseName">
			<summary>Gets the name of the snapshot base for the database.</summary>
			<returns>A <see cref="T:System.String"></see> value that uniquely specifies the name of the snapshot base for the database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.DataSpaceUsage">
			<summary>Gets the space used by the data in the database.</summary>
			<returns>A <see cref="T:System.Float64"></see> value that specifies the amount of space used by the data, in kilobytes.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.DboLogin">
			<summary>Gets the <see cref="T:System.Boolean"></see> value that specifies whether the current user is logged on as the database owner (DBO).</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the current user is logged on as the DBO.If True, the current user is logged on as the DBO.If False (default), the current user is not logged on as the DBO.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.DefaultFileGroup">
			<summary>Gets the default file group used by the database.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the default file group for the database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.DefaultFullTextCatalog">
			<summary>Gets the default full-text catalog used by the database.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the default full-text catalog used by the database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.Defaults">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Default"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.Default"></see> object represents a default defined on the database.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DefaultCollection"></see> object that represents all the defaults defined on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.DefaultSchema">
			<summary>Gets the default schema of the user.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the default database schema for the user.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.Events">
			<summary>Gets the events associated with the database. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvents"></see> object that represents the database events.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.ExtendedProperties">
			<summary>Gets the extended properties of the database.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection"></see> object that specifies the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.ExtendedStoredProcedures">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure"></see> object represents an extended stored procedure defined on the database.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedureCollection"></see> object that represents all the extended stored procedures defined on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.FileGroups">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup"></see> object represents a filegroup defined on the database.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroupCollection"></see> object that represents all the filegroups defined on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.FullTextCatalogs">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalog"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalog"></see> object represents a full-text catalog defined on the database.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalogCollection"></see> object that represents all the full-text catalogs defined on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.ID">
			<summary>Gets the database ID value that uniquely identifies the database.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the database ID value.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.IndexSpaceUsage">
			<summary>Gets the space used by the indexes in the database.</summary>
			<returns>A <see cref="T:System.Float64"></see> value that specifies the amount of space used by the indexes, in kilobytes.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.IsAccessible">
			<summary>Gets a <see cref="T:System.Boolean"></see> property value that specifies whether the database can be accessed.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the database can be accessed.If True (default), the database can be accessed.If False, the database cannot be accessed.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.IsDatabaseSnapshot">
			<summary>Gets a <see cref="T:System.Boolean"></see> property value that specifies whether the database is a snapshot database.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the database is a snapshot database.If True, the database is a snapshot database.If False (default), the database is not a snapshot database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.IsDatabaseSnapshotBase">
			<summary>Gets a <see cref="T:System.Boolean"></see> property value that specifies whether the database is the base database for a snapshot database.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the database is a base database used for a snapshot database.If True, the database is a base database for a snapshot database.If False (default), the database is not a base database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.IsDbAccessAdmin">
			<summary>Gets a <see cref="T:System.Boolean"></see> property value that specifies whether the current user is a member of the DbAccessAdmin database role.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the current user is a member of the DbAccessAdmin database role.If True, the current user is a member of the DbAccessAdmin role.If False (default), the current user is not a member of the DbAccessAdmin role.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.IsDbBackupOperator">
			<summary>Gets a <see cref="T:System.Boolean"></see> property value that specifies whether the current user is a member of the DbBackupOperator database role.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the current user is a member of the DbBackupOperator database role.If True, the current user is a member of the DbBackupOperator.If False (default), the current user is not a member of the DbBackupOperator role.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.IsDbDatareader">
			<summary>Gets a <see cref="T:System.Boolean"></see> property value that specifies whether the current user is a member of the DbDatareader database role.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the current user is a member of the DbDatareader database role.If True, the current user is a member of the DbDatareader database role.If False (default), the current user is not a member of the DbDatareader database role.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.IsDbDatawriter">
			<summary>Gets a <see cref="T:System.Boolean"></see> property value that specifies whether the current user is a member of the DbDatawriter database role.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the current user is a member of the DbDatawriter database role.If True, the current user is a member of the DbDatawriter database role.If False (default), the current user is a member of the DbDatawriter database role.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.IsDbDdlAdmin">
			<summary>Gets a <see cref="T:System.Boolean"></see> property value that specifies whether the current user is a member of the DbDdlAdmin database role.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the current user is a member of the DbDdlAdmin database role.If True, the current user is a member of the DbDdlAdmin database role.If False (default), the current user is not a member of the DbDdlAdmin database role.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.IsDbDenyDatareader">
			<summary>Gets a <see cref="T:System.Boolean"></see> property value that specifies whether the current user is a member of the DbDenyDatareader database role.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the current user is a member of the DbDenyDatareader database role.If True, the current user is a member of the DbDenyDatareader database role.If False (default), the current user is a member of the DbDenyDatareader database role.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.IsDbDenyDatawriter">
			<summary>Gets a <see cref="T:System.Boolean"></see> property value that specifies whether the current member is a member of the DbDenyDatawriter database.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the current user is a member of the DbDenyDatawriter database role.If True, the current user is a member of the DbDenyDatawriter database role has.If False (default), the current user is a member of the DbDenyDatawriter database role.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.IsDbOwner">
			<summary>Gets a <see cref="T:System.Boolean"></see> property value that specifies whether the current user is a member of the DbOwner database role.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the current user is a member of the DbOwner database role.If True, the current user is a member of the DbOwner database role.If False (default), the current user is a member of the DbOwner database role.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.IsDbSecurityAdmin">
			<summary>Gets a <see cref="T:System.Boolean"></see> property value that specifies whether the current user is a member of the DbSecurityAdmin database role.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the current user is a member of the DbSecurityAdmin database role.If True, the current user is a member of the DbSecurityAdmin database role.If False (default), the current user is a member of the DbSecurityAdmin database role.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.IsFullTextEnabled">
			<summary>Gets the <see cref="T:System.Boolean"></see> value that specifies whether the database is enabled for full-text search.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the database is enabled for full-text search.If True, the database is enabled for full-text search.If False (default), the database is not enabled for full-text search.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.IsMailHost">
			<summary>Gets the <see cref="T:System.Boolean"></see> value that specifies whether the database is configured as a mail host.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the database is configured as a mail host.If True, the database is a mail host.If False (default), the database is not a mail host.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.IsMirroringEnabled">
			<summary>Gets the <see cref="T:System.Boolean"></see> value that specifies whether mirroring is enabled on the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether mirroring is enabled on the database.If True, the database has mirroring enabled.If False (default), the database does not have mirroring enabled.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.IsSystemObject">
			<summary>Gets the <see cref="T:System.Boolean"></see> value that specifies whether the database is a system object or a user-defined database.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the database is a system object.If True, the database is a system object.If False (default), the database is user-defined.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.IsUpdateable">
			<summary>Gets the <see cref="T:System.Boolean"></see> value that specifies whether the database can be updated.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the database can be updated.If True (default), the database can be updated.If False, the database cannot be updated.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.LastBackupDate">
			<summary>Gets the date and time when the database was last backed up.</summary>
			<returns>A <see cref="T:System.DateTime"></see> object value that specifies the date and time when the database was last backed up.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.LastLogBackupDate">
			<summary>Gets the date and time when the transaction log was last backed up.</summary>
			<returns>A <see cref="T:System.DateTime"></see> object value that specifies the date and time when the transaction log was last backed up.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.LogFiles">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.LogFile"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.LogFile"></see> object represents a log file defined on the database.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.LogFileCollection"></see> object that represents all the log files defined on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.LogReuseWaitStatus">
			<summary>Gets the type of operation on which the reuse of transaction log space is waiting on.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.LogReuseWaitStatus"></see> that specifies the type of operation on which the reuse of transaction log space is waiting.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.MasterKey">
			<summary>Gets the master key used to encrypt the private keys of certificates.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.MasterKey"></see> object value that specifies the master key used to encrypt the private keys of certificates.The database master key can be encrypted by the service master key.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.MirroringFailoverLogSequenceNumber">
			<summary>Gets the log sequence number at last failover.</summary>
			<returns>A <see cref="T:System.Decimal"></see> system object value that specifies the log sequence number at the last failover.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.MirroringID">
			<summary>Gets the ID value that uniquely identifies the mirroring partnership. </summary>
			<returns>A <see cref="T:System.Guid"></see> system object value that specifies the ID value of the mirroring partnership.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.MirroringPartner">
			<summary>Gets or sets the address of the Database Engine instance that is the partner server for database mirroring. </summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the partner server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.MirroringPartnerInstance">
			<summary>Gets the instance of SQL Server on which the mirroring partner is configured. </summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.MirroringRoleSequence">
			<summary>Gets the role sequence number for primary/backup roles played by the mirroring partners. </summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the sequence number of the primary/backup roles played by the mirroring partners.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.MirroringSafetyLevel">
			<summary>Gets or sets the mirroring safety level. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.MirroringSafetyLevel"></see> object value that specifies the mirroring safety level.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.MirroringSafetySequence">
			<summary>Gets the role sequence number for safety levels for the mirroring partners. </summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the sequence number for safety levels for the mirroring partners.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.MirroringStatus">
			<summary>Gets the status of the database and the database mirroring session. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.MirroringStatus"></see> object value that specifies the status of the database and mirroring session.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.MirroringWitness">
			<summary>Gets or sets the name of the database-engine instance of the database mirroring witness server. </summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the database-engine instance of the database mirroring witness server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.MirroringWitnessStatus">
			<summary>Gets the status of the mirroring witness server. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.MirroringWitnessStatus"></see> object value that specifies the status of the mirroring witness server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.Owner">
			<summary>Gets the database principal that is the owner of the database.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the database principal that owns the database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.PartitionFunctions">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction"></see> object represents a partition function defined on the database.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionCollection"></see> object that represents all the partition functions defined on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.PartitionSchemes">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme"></see> object represents a partition scheme defined on the database.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeCollection"></see> object that represents all the partition schemes defined on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.PrimaryFilePath">
			<summary>Gets the path and name of the operating system directory that contains the primary file for the database.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the path and file name of the primary database file.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.RecoveryForkGuid">
			<summary>Gets the GUID value that specifies the recovery fork on which the database is currently active.</summary>
			<returns>A <see cref="T:System.Guid value that specifies the recovery fork on which the database is currently active."></see></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.ReplicationOptions">
			<summary>Gets the active replication settings for a database,</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ReplicationOptions"></see> object value that specifies the active replication settings for the database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.Roles">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRole"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRole"></see> object represents a role defined on the database.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRoleCollection"></see> object that represents all the roles defined on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.Rules">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Rule"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.Rule"></see> object represents a rule defined on the database.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.RuleCollection"></see> object that represents all the rules defined on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.Schemas">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Schema"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.Schema"></see> object represents a schema defined on the database.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SchemaCollection"></see> object that represents all the schemas defined on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.ServiceBroker">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker"></see> object that represents the Microsoft Service Broker.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker"></see> object that represents the Microsoft Service Broker. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.ServiceBrokerGuid">
			<summary>Gets the <see cref="T:System.Guid"></see> object that uniquely identifies the instance of Microsoft Service Broker.</summary>
			<returns>A <see cref="T:System.Guid"></see> object that uniquely identifies Microsoft Service Broker. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.Size">
			<summary>Gets the size of the database in megabytes.</summary>
			<returns>A <see cref="T:System.Double"></see> value that specifies the database in megabytes.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.SpaceAvailable">
			<summary>Gets the available space in the database in kilobytes.</summary>
			<returns>A <see cref="T:System.Float64"></see> value that specifies the amount of available space in the database in kilobytes.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.Status">
			<summary>Gets the database status.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseStatus"></see> object value that specifies the status of the database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.StoredProcedures">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure"></see> object represents a stored procedure defined on the database.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureCollection"></see> object that represents all the stored procedures defined on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.SymmetricKeys">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKey"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKey"></see> object represents a symmetric key defined on the database.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyCollection"></see> object that represents all the symmetric keys defined on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.Synonyms">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym"></see> object represents a synonym defined on the database.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SynonymCollection"></see> object that represents all the synonyms defined on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.Tables">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Table"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.Table"></see> object represents a table defined on the database.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.TableCollection"></see> object that represents all the tables defined on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.Triggers">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger"></see> object represents a trigger defined on the database.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerCollection"></see> object that represents all the triggers defined on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.UserDefinedAggregates">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate"></see> object represents a user-defined aggregate defined on the database.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateCollection"></see> object that represents all the user-defined aggregates defined on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.UserDefinedDataTypes">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType"></see> object represents a user-defined data type on the database.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataTypeCollection"></see> object that represents all the user-defined data types on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.UserDefinedFunctions">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction"></see> object represents a user-defined function on the database.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionCollection"></see> object that represents all the user-defined functions on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.UserDefinedTypes">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType"></see> object represents a user-defined type on the database.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTypeCollection"></see> object that represents all the user-defined types on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.UserName">
			<summary>Gets or sets the database user name.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the user name.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.Users">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.User"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.User"></see> object represents a user who is defined on the database.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserCollection"></see> object that represents all the users defined on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.Version">
			<summary>Gets the version of the instance of SQL Server that was used to create the database.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies version of the instance of SQL Server that was used to create the database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.Views">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.View"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.View"></see> object represents a view defined on the database.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewCollection"></see> object that represents all the views defined on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.XmlSchemaCollections">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection"></see> object represents an XML schema defined on the database.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollectionCollection"></see> object that represents all the XML schemas defined on the database. </returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DatabaseActiveDirectory">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseActiveDirectory"></see> object provides programmatic access to the Active Directory settings for a database. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseActiveDirectory.Register">
			<summary>Adds the database to the Active Directory service register.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseActiveDirectory.Unregister">
			<summary>Removes the database from the Active Directory service register.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseActiveDirectory.UpdateRegistration">
			<summary>Updates the database details in the Active Directory service.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseActiveDirectory.Alias">
			<summary>Gets or sets an alternative name for the database that appears in the Active Directory registration of the database.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the alternative name for the database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseActiveDirectory.Contact">
			<summary>Gets or sets a contact name for the database that appears in the Active Directory registration of the database.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies a contact name for the database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseActiveDirectory.Description">
			<summary>Gets or sets a textual description of the database that appears in the Active Directory registration of the database.</summary>
			<returns>A <see cref="T:System.String"></see> value that contains a textual description of the database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseActiveDirectory.InformationUrl">
			<summary>Gets or sets an information URL for the database that appears in the Active Directory registration of the database.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies an information URL for the database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseActiveDirectory.IsRegistered">
			<summary>Gets the <see cref="T:System.Boolean"></see> property that specifies whether the database is registered with the Active Directory service.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the database is registered with the Active Directory service.If True, the database is registered with the Active Directory service.If False, the database is not registered with the Active Directory service.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseActiveDirectory.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseActiveDirectory"></see> object. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object value that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseActiveDirectory"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DatabaseCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> objects that represent all the databases defined on the instance of MicrosoftSQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseCollection.Add(Microsoft.SqlServer.Management.Smo.Database)">
			<summary>Adds the specified database to the collection.</summary>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Database[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index position to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object value that represents the database.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object value that represents the database.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger"></see> object represents a MicrosoftSQL Server database data definition language (DDL) trigger. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger"></see> class on the specified database and with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the database DDL trigger.</param>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object value that specifies the database on which the database data definition language (DDL) trigger is created.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String,Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerEventSet,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger"></see> class on the specified database with the specified name. The trigger responds to the specified event set and runs the specified batch.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerEventSet"></see> object that specifies the DDL events to which the trigger responds.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the database data definition language (DDL) trigger.</param>
			<param name="parent">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger"></see> object.</param>
			<param name="textBody">A <see cref="T:System.String"></see> value that specifies the Transact-SQL batch statement that runs when the trigger has been raised.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String,Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerEventSet,System.String,System.String,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger"></see> class on the specified database with the specified name. The trigger responds to the specified event set and runs the specified batch.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerEventSet"></see> object that specifies the DDL events to which the DDL trigger responds.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the database data definition language (DDL) trigger.</param>
			<param name="className">A <see cref="T:System.String"></see> value that specifies the name of the class in the registered assembly.</param>
			<param name="parent">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger"></see> object.</param>
			<param name="method">A <see cref="T:System.String"></see> value that specifies the method within the class that runs when the DDL trigger is raised.</param>
			<param name="assemblyName">A <see cref="T:System.String"></see> value that specifies the name of the registered assembly that contains the user-defined function that runs when the DDL trigger is raised. </param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger.AnsiNullsStatus">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether SQL-92 NULL handling is enabled in the data definition language (DDL) trigger.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether SQL-92 NULL handling is enabled in the DDL trigger. SQL-92 NULL handling requires that any comparison to a NULL value equates to a NULL value.If True, SQL-92 NULL handling is enabled and comparisons to null values equate to False.If False (default), SQL-92 NULL handling is disabled and comparisons to null values equate to True.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger.AssemblyName">
			<summary>Gets or sets the name of the assembly that contains the managed code that is executed when the data definition language (DDL) trigger is raised.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the assembly.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger.BodyStartIndex">
			<summary>Gets the index value that represents the start of the DDL trigger text body.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the index that represents the start of the DDL trigger text body.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger.ClassName">
			<summary>Gets or sets the name of the class in the assembly that contains the managed code that is executed when the data definition language (DDL) trigger is raised.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the class in the assembly.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger.CreateDate">
			<summary>Gets the date and time when the database data definition language (DDL) trigger was created.</summary>
			<returns>A <see cref="T:System.DateTime"></see> system value that specifies the date and time when the database DDL trigger was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger.DateLastModified">
			<summary>Gets the date and time when the database data definition language (DDL) trigger was last modified.</summary>
			<returns>A <see cref="T:System.DateTime"></see> system value that specifies the date and time when the database DDL trigger was last modified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger.DdlTriggerEvents">
			<summary>Gets or sets the set of data definition language (DDL) events that raise the database DDL trigger.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerEventSet"></see> object that specifies the events that raise the database DDL trigger.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger.ExecutionContext">
			<summary>Gets or sets the execution context type that is used by the database DDL trigger, by itself, by the caller, or by a specified login.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerExecutionContext"></see> object that specifies the type of execution context that is used by the database DDL trigger.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger.ExecutionContextUser">
			<summary>Gets or sets the database user that is the context used when the database DDL trigger executes.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the database user that is the context used when the database DDL trigger executes.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger.ExtendedProperties">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty"></see> object represents an extended property for the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger"></see> object.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection"></see> object that represents all the extended properties defined on the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger"></see> object. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger.ID">
			<summary>Gets the ID value that uniquely identifies the database data definition language (DDL) trigger.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value of the database DDL trigger.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger.ImplementationType">
			<summary>Gets or sets the implementation type for the database data definition language (DDL) trigger.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ImplementationType"></see> object that specifies the implementation type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger.IsEnabled">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the database data definition language (DDL) trigger is enabled.</summary>
			<returns>A <see cref="T:System.Boolean"></see> property value that specifies whether the database DDL trigger is enabled.If True, the database DDL trigger is enabled.If False (default), the database DDL trigger is disabled.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger.IsEncrypted">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the Transact-SQL batch or managed code is encrypted.</summary>
			<returns>A <see cref="T:System.Boolean"></see> property value that specifies whether the trigger code is encrypted.If True, the trigger code is encrypted.If False (default), the trigger code is not encrypted.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger.IsSystemObject">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the database data definition language (DDL) trigger is a system object.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the database DDL trigger is a system object.If True, the database DDL trigger is a system object.If False (default), the database DDL trigger is user defined.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger.MethodName">
			<summary>Gets or sets the name of the method that is owned by the class in the assembly, which is executed when the trigger is raised.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the method in the class that is owned by the assembly.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger.NotForReplication">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the database data definition language (DDL) trigger is available for replication.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the database DDL trigger is available for replication.If True, the database DDL trigger cannot be used by replication services.If False (default), the database DDL trigger is available for replication.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger.QuotedIdentifierStatus">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether identifiers delimited by double quotation marks are Transact-SQL reserved keywords or contain characters not usually allowed by the Transact-SQL syntax rules.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies how quoted identifiers are handled in the database data definition language (DDL) trigger.If True, quoted identifiers are used to allow characters not usually allowed by the Transact-SQL syntax rules.If False (default), quoted identifiers are used to specify Transact-SQL reserved keywords.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger.Text">
			<summary>Gets the Transact-SQL statement that defines the database data definition language (DDL) trigger.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the actual text of the Transact-SQL statement that defines the database DDL trigger.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger"></see> objects that represent all the database data definition language (DDL) triggers defined on a table.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerCollection.Add(Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger)">
			<summary>Adds the specified database DDL trigger to the collection.</summary>
			<param name="databaseDdlTrigger">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger"></see> object to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerCollection.CopyTo(Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerCollection"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger"></see> object value that represents the database data definition language (DDL) trigger.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger"></see> object value that represents the database data definition language (DDL) trigger.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object represents the Microsoft SQL Server database events that can be included in a database event set.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEvent.Add(Microsoft.SqlServer.Management.Smo.DatabaseEvent,Microsoft.SqlServer.Management.Smo.DatabaseEvent)">
			<summary>Returns the database event set that was created by adding two database events together.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet"></see> object value that specifies a set of database events that are created by adding two database events.</returns>
			<param name="eventRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that specifies the other database event.</param>
			<param name="eventLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that specifies one database event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEvent.Equals(System.Object)">
			<summary>Determines whether the referenced database event object is equal to a specified object.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the referenced database event object is equal to the specified object.If True, the objects are equal.If False, the objects are not equal</returns>
			<param name="obj">An <see cref="T:System.Object"></see> system object that specifies the database events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEvent.GetHashCode">
			<summary>This method supports the SQL Server 2005 infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEvent.op_Addition(Microsoft.SqlServer.Management.Smo.DatabaseEvent,Microsoft.SqlServer.Management.Smo.DatabaseEvent)">
			<summary>Creates a database event set by performing an addition operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> objects.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet"></see> object value that specifies a set of database events.</returns>
			<param name="eventRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that specifies the database events.</param>
			<param name="eventLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that specifies the database events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEvent.op_BitwiseOr(Microsoft.SqlServer.Management.Smo.DatabaseEvent,Microsoft.SqlServer.Management.Smo.DatabaseEvent)">
			<summary>Creates a database event set by performing a bitwise OR operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> objects.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet"></see> object value that specifies a set of database events.</returns>
			<param name="eventRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that specifies the database events.</param>
			<param name="eventLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that specifies the database events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEvent.op_Equality(Microsoft.SqlServer.Management.Smo.DatabaseEvent,Microsoft.SqlServer.Management.Smo.DatabaseEvent)">
			<summary>Creates a database event set by performing an equality operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> objects.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet"></see> object value that specifies a set of database events.</returns>
			<param name="a">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that specifies the database events.</param>
			<param name="b">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that specifies the database events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEvent.op_Inequality(Microsoft.SqlServer.Management.Smo.DatabaseEvent,Microsoft.SqlServer.Management.Smo.DatabaseEvent)">
			<summary>Creates a database event set by performing an inequality operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> objects.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet"></see> object value that specifies a set of database events.</returns>
			<param name="a">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that specifies the database events.</param>
			<param name="b">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that specifies the database events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEvent.ToString">
			<summary>Returns the referenced object in string format.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the referenced object in string format</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterApplicationRole">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterApplicationRole"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterAssembly">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterAssembly"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterAuthorizationDatabase">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see>object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterAuthorizationDatabase"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterCertificate">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateCertificate"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterFunction">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterFunction"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterIndex">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterIndex"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterMessageType">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterMessageType"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterPartitionFunction">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterPartitionFunction"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterPartitionScheme">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterPartitionScheme"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterProcedure">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterProcedure"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterQueue">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterQueue"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterRemoteServiceBinding">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterRemoteServiceBinding"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterRole">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterRole"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterRoute">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterRoute"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterSchema">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterSchema"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterService">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterService"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterTable">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterTable"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterTrigger">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterTrigger"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterUser">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterUser"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterView">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterView"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterXmlSchemaCollection">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterXmlSchemaCollection"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateApplicationRole">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateApplicationRole"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateAssembly">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateAssembly"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateCertificate">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateCertificate"></see> that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateContract">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateContract"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateEventNotification">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateEventNotification"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateFunction">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateFunction"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateIndex">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateIndex"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateMessageType">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateMessageType"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreatePartitionFunction">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreatePartitionFunction"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreatePartitionScheme">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreatePartitionScheme"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateProcedure">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateProcedure"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateQueue">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateQueue"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateRemoteServiceBinding">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateRemoteServiceBinding"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateRole">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateRole"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateRoute">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateRoute"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateSchema">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateSchema"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateService">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateService"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateStatistics">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateStatistics"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateSynonym">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateSynonym"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateTable">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateTable"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateTrigger">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateTrigger"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateType">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateType"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateUser">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateUser"></see>event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateView">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateView"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateXmlIndex">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateXmlIndex"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateXmlSchemaCollection">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateXmlSchemaCollection"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DenyDatabase">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DenyDatabase"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropApplicationRole">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropApplicationRole"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropAssembly">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropAssembly"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropCertificate">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropCertificate"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropContract">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropContract"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropDatabase">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropDatabase"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropEventNotification">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropEventNotification"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropFunction">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropFunction"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropIndex">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropIndex"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropMessageType">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropMessageType"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropPartitionFunction">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropPartitionFunction"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropPartitionScheme">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropPartitionScheme"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropProcedure">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropProcedure"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropQueue">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropQueue"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropRemoteServiceBinding">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropRemoteServiceBinding"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropRole">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropRole"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropRoute">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropRoute"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropSchema">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropSchema"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropService">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropService"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropStatistics">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropStatistics"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropSynonym">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropSynonym"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropTable">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropTable"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropTrigger">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropTrigger"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropType">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropType"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropUser">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropUser"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropView">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropView"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropXmlSchemaCollection">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropXmlSchemaCollection"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.GrantDatabase">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.GrantDatabase"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.RevokeDatabase">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.RevokeDatabase"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.UpdateStatistics">
			<summary>Gets a database event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.UpdateStatistics"></see> event that can be included in the database event set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DatabaseEventArgs">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventArgs"></see> object represents the arguments passed by the event raised by the database.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventArgs.DatabaseEventType">
			<summary>Gets the type of database event.</summary>
			<returns>A <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventArgs.DatabaseEventType"></see> object value that specifies the type of database event.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventArgs.Name">
			<summary>Gets the name of the database.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventArgs.SmoObject">
			<summary>Gets the object that caused the database event.</summary>
			<returns>An <see cref="T:System.Object"></see> system object value that specifies the object that caused the event to be raised.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DatabaseEvents">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvents"></see> object represents the settings required for Microsoft SQL Server database event notification.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.DatabaseEvents.ServerEvent">
			<summary>Specifies the event raised when an event occurs in <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object and the user has subscribed to the events from that object instance.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEvents.GetEventSelection">
			<summary>Returns the currently selected event notifications.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet"></see> object that specifies the set of database events.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEvents.StartEvents">
			<summary>Starts receiving events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEvents.StopEvents">
			<summary>Stops receiving events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.DatabaseEventSet)">
			<summary>Specifies the database events to receive.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet"></see> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.DatabaseEventSet,Microsoft.SqlServer.Management.Smo.ServerEventHandler)">
			<summary>Specifies the database events to receive and the event handler that handles the events.</summary>
			<param name="eventHandler">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventHandler"></see> object that handles the events that are received.</param>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet"></see> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEvents.UnsubscribeAllEvents">
			<summary>Clears all event settings, and removes all event handlers.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEvents.UnsubscribeFromEvents(Microsoft.SqlServer.Management.Smo.DatabaseEventSet)">
			<summary>Clears the specified event settings, and removes all event handlers.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet"></see> object that specifies the set of events to stop receiving.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet"></see> object represents a MicrosoftSQL Server set of database events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.#ctor(Microsoft.SqlServer.Management.Smo.DatabaseEvent)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet"></see> class with a specified set of events.</summary>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that specifies a database event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.#ctor(Microsoft.SqlServer.Management.Smo.DatabaseEvent[])">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet"></see> class with a specified set of events.</summary>
			<param name="events">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> objects that specifies several database events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.#ctor(Microsoft.SqlServer.Management.Smo.DatabaseEventSet)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet"></see> class with a specified set of events.</summary>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet"></see> that specifies a set of database events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.Add(Microsoft.SqlServer.Management.Smo.DatabaseEvent)">
			<summary>Returns a set of database events after adding a new database event to the referenced event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet"></see> object that contains the new <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object.</returns>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that specifies the database event added to the database event set. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.Add(Microsoft.SqlServer.Management.Smo.DatabaseEventSet,Microsoft.SqlServer.Management.Smo.DatabaseEvent)">
			<summary>Returns a set of database events after adding a new database event to the specified event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet"></see> object that contains the new <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object.</returns>
			<param name="eventSet">An <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet"></see> object that specifies the database event set to which the new event is added.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that specifies the new event added to the database event set.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.Copy">
			<summary>Returns a copy of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet"></see> object that represents a copy of the event set.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.op_Addition(Microsoft.SqlServer.Management.Smo.DatabaseEventSet,Microsoft.SqlServer.Management.Smo.DatabaseEvent)">
			<summary>Creates a database event set by performing an addition operation on a <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object and a <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet"></see> object value that specifies a set of database events.</returns>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet"></see> object that specifies the database event set.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that specifies the database events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.op_Subtraction(Microsoft.SqlServer.Management.Smo.DatabaseEventSet,Microsoft.SqlServer.Management.Smo.DatabaseEvent)">
			<summary>Creates a database event set by performing a subtraction operation on a <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object and a <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet"></see> object value that specifies a set of database events.</returns>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet"></see> object that specifies the database event set.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that specifies the database events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.Remove(Microsoft.SqlServer.Management.Smo.DatabaseEvent)">
			<summary>Removes an event from the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet"></see> object that represents the database event set.</returns>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that specifies the event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.Subtract(Microsoft.SqlServer.Management.Smo.DatabaseEventSet,Microsoft.SqlServer.Management.Smo.DatabaseEvent)">
			<summary>Returns a set of database events after removing a database event from the specified event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet"></see> object that specifies the database event set after removing the database event.</returns>
			<param name="eventSet">An <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet"></see> object that specifies the database event set from which the event is removed.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent"></see> object that specifies the event removed from the database event set.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.ToString">
			<summary>Returns a string that represents the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet"></see> object.</summary>
			<returns>A string value that represents the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AddRoleMember">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a member is added to a database role in the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AddRoleMember event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterApplicationRole">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an application role is altered in the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterApplicationRole event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterAssembly">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an assembly is altered in the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterAssembly event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterAuthorizationDatabase">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when the authorization database is altered.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterAuthorizationDatabase event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterCertificate">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a certificate is altered in the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterCertificate event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterFunction">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a user-defined function is altered in the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterFunction event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterIndex">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an index is altered in the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterIndex event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterMessageType">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a message type is altered in the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterMessageType event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterPartitionFunction">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a partition function is altered in the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterPartitionFunction event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterPartitionScheme">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a partition scheme is altered in the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterPartitionScheme event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterProcedure">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a stored procedure is altered in the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterProcedure event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterQueue">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a Service Broker queue is altered in the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterQueue event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterRemoteServiceBinding">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a remote service binding is altered in the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterRemoteServiceBinding event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterRole">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a database role is altered in the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterRole event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterRoute">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a Service Broker route is altered in the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterRoute event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterSchema">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a schema is altered in the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterSchema event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterService">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a Service Broker service is altered in the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterService event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterTable">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a table is altered in the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterTable event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterTrigger">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a trigger is altered in the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterTrigger event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterUser">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a database user is altered in the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterUser event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterView">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a view is altered in the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterView event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterXmlSchemaCollection">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an XML schema collection is altered in the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterXmlSchema event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateApplicationRole">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an application role is created in the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateApplicationRole event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateAssembly">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an assembly is created in the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateAssembly event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateCertificate">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a certificate is created in the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateCertificate event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateContract">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a Service Broker contract is created in the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateContract event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateEventNotification">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an event notification is created in the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateEventNotification event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateFunction">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a user-defined function is created in the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateFunction event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateIndex">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an index is created in the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateIndex event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateMessageType">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a message type is created in the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateMessageType event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreatePartitionFunction">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a partition function is created in the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreatePartitionFunction event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreatePartitionScheme">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a partition scheme is created in the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreatePartitionScheme event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateProcedure">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a stored procedure is created in the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateProcedure event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateQueue">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a Service Broker queue is created in the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateQueue event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateRemoteServiceBinding">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a remote service binding is created in the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateRemoteServiceBinding event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateRole">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a database role is created in the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateRole event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateRoute">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a Service Broker route is created in the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateRoute event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateSchema">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a schema is created in the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateSchema event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateService">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a Service Broker service is created in the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateService event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateStatistics">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a statistics counter is created in the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateStatistics event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateSynonym">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a synonym is created in the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateSynonym event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateTable">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a table is created in the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateTable event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateTrigger">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a trigger is created in the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateTrigger event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateType">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a type is created in the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateType event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateUser">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a database user is created in the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateUser event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateView">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a view is created in the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateView event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateXmlIndex">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an XML index is created in the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateXmlIndex event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateXmlSchemaCollection">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an XML schema collection is created in the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateXmlSchema event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DenyDatabase">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when access the database is denied. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DenyDatabase event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropApplicationRole">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an application role is dropped from the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropApplicationRole event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropAssembly">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an assembly is dropped from the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropAssembly event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropCertificate">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a certificate is dropped from the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropCertificate event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropContract">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a Service Broker contract is dropped from the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropContract event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropDatabase">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when the database is dropped. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropDatabase event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropEventNotification">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an event notification is dropped from the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropEventNotification event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropFunction">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a user-defined function is dropped from the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropFunction event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropIndex">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an index is dropped from the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropIndex event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropMessageType">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a message type is dropped from the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropMessageType event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropPartitionFunction">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a partition function is dropped from the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropPartitionFunction event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropPartitionScheme">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a partition scheme is dropped from the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropPartitionScheme event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropProcedure">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a stored procedure is dropped from the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropProcedure event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropQueue">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a Service Broker queue is dropped from the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropQueue event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropRemoteServiceBinding">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a remote service binding is dropped from the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropRemoteServiceBinding event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropRole">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a database role is dropped from the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropRole event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropRoleMember">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a member is dropped from a database role in the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropRoleMember event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropRoute">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a Service Broker route is dropped from the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropRoute event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropSchema">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a schema is dropped from the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropSchema event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropService">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a Service Broker service is dropped from the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropService event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropStatistics">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a statistics counter is dropped from the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropStatistics event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropSynonym">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a synonym is dropped from the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropSynonym event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropTable">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a table is dropped from the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropTable event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropTrigger">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a trigger is dropped from the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropTrigger event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropType">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a type is dropped from the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropType event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropUser">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a database user is dropped from the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropUser event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropView">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a view is dropped from the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropView event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropXmlSchemaCollection">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an XML schema collection is dropped from the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropXmlSchemaCollection event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.GrantDatabase">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when access is granted to the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the GrantDatabase event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.NumberOfElements">
			<summary>Gets the number of events included in the event set.</summary>
			<returns>A <see cref="T:System.Int32"></see> value that specifies the number of events in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.RevokeDatabase">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when access to the database is revoked. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the RevokeDatabase event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.UpdateStatistics">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when the statistics are updated in the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the UpdateStatistics event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DatabaseEventType">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventType"></see> enumeration is a list of constant values that specify the database event type.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseEventType.Attach">
			<summary>The type of event that occurs when a database is attached.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseEventType.Backup">
			<summary>The type of event that occurs when a database is backed up.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseEventType.Detach">
			<summary>The type of event that occurs when a database is detached.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseEventType.Offline">
			<summary>The type of event that occurs when a database goes offline.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseEventType.Online">
			<summary>The type of event that occurs when a database goes online.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseEventType.Restore">
			<summary>The type of event that occurs when a database is restored.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DatabaseFile">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseFile"></see> object is a base class used in the construction of <see cref="T:Microsoft.SqlServer.Management.Smo.DataFile"></see> objects and <see cref="T:Microsoft.SqlServer.Management.Smo.LogFile"></see> objects.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseFile.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseFile"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseFile.Alter">
			<summary>Updates any property changes to the object to the instance of MicrosoftSQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseFile.Drop">
			<summary>Drops a database file.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseFile.MarkForDrop(System.Boolean)">
			<summary>Marks the database file to be dropped next time its parent object is altered by the <see cref="M:Microsoft.SqlServer.Management.Smo.DatabaseFile.Alter"></see> method.</summary>
			<param name="dropOnAlter">A <see cref="T:System.Boolean"></see> value that specifies whether the database file is dropped when the <see cref="M:Microsoft.SqlServer.Management.Smo.DatabaseFile.Alter"></see> method is run on the parent object. If True, the database file is dropped when the table is altered. If False, the database file is not marked for drop. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseFile.Rename(System.String)">
			<summary>Renames a database file.</summary>
			<param name="newname">A <see cref="T:System.String"></see> value that specifies the new name of the database file.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseFile.Shrink(System.Int32,Microsoft.SqlServer.Management.Smo.ShrinkMethod)">
			<summary>Shrinks a database file.</summary>
			<param name="shrinkType">A <see cref="T:Microsoft.SqlServer.Management.Smo.ShrinkMethod"></see> object value that specifies the shrink options.</param>
			<param name="newSizeInMB">An <see cref="T:System.Int32"></see> value that specifies the new size of the database file. </param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DatabaseFileMappingsDictionary">
			<summary>This object supports the SQL Server Management Objects infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DatabaseMapping">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseMapping"></see> object represents a Microsoft SQL Server database mapping. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseMapping.#ctor(System.String,System.String,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseMapping"></see> class for the specified login, database, and user.</summary>
			<param name="dbName">A <see cref="T:System.String"></see> value that specifies the database.</param>
			<param name="loginName">A <see cref="T:System.String"></see> value that specifies the login.</param>
			<param name="userName">A <see cref="T:System.String"></see> value that specifies the user.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseMapping.ToString">
			<summary>Returns a string that represents the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseMapping"></see> object.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseMapping"></see> object. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseMapping.DBName">
			<summary>Gets the name of the database in which the login is mapped to the database user.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseMapping.LoginName">
			<summary>Gets the name of the login that is mapped to the user in the database.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the login. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseMapping.UserName">
			<summary>Gets the database user that is mapped to the login in the database.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the database user. </returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DatabaseMirroringPayload">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseMirroringPayload"></see> object represents database mirroring payload settings. </summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseMirroringPayload.Certificate">
			<summary>Gets or sets the certificate used to authenticate the connection for the mirroring payload. </summary>
			<returns>A <see cref="T:System.String"></see> value that specifies certificate used to encrypt the mirroring payload.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseMirroringPayload.EndpointAuthenticationOrder">
			<summary>Gets or sets the order and type of authentication used on the mirroring payload. </summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.EndpointAuthenticationOrder"></see> value that specifies the order and type of authentication used on the mirroring payload.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseMirroringPayload.EndpointEncryption">
			<summary>Gets or sets the encryption state on the mirroring payload. </summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.EndpointEncryption"></see> value that specifies the encryption state on the mirroring payload.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseMirroringPayload.EndpointEncryptionAlgorithm">
			<summary>Gets or sets the encryption algorithm required by the mirroring payload. </summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.EndpointEncryptionAlgorithm"></see> value that specifies encryption algorithm required by the mirroring payload.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseMirroringPayload.IsSystemObject">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property that specifies whether the referenced object is a system object. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the reference object is a system object.If True, the object is a system object.If False (default), the object is a user-defined object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseMirroringPayload.ServerMirroringRole">
			<summary>Gets or sets the server mirroring role. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerMirroringRole"></see> object value that specifies the server mirroring role.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes"></see> enumeration is a list of constant values that specifies the types of database object.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.All">
			<summary>All object types are represented.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.ApplicationRole">
			<summary>The object type is an <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRole"></see> type.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.AsymmetricKey">
			<summary>The object type is an <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKey"></see> type.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.Certificate">
			<summary>The object type is a <see cref="T:Microsoft.SqlServer.Management.Smo.Certificate"></see> type.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.DatabaseRole">
			<summary>The object type is a <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRole"></see> type.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.Default">
			<summary>The object type is a <see cref="T:Microsoft.SqlServer.Management.Smo.Default"></see> object type.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.ExtendedStoredProcedure">
			<summary>The object type is an <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure"></see> object type.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.FullTextCatalog">
			<summary>The object type is a <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalog"></see> object type.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.MessageType">
			<summary>The object type is a <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType"></see> object type.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.PartitionFunction">
			<summary>The object type is a <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction"></see> object type.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.PartitionScheme">
			<summary>The object type is a <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme"></see> object type.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.RemoteServiceBinding">
			<summary>The object type is a <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding"></see> object type.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.Rule">
			<summary>The object type is a <see cref="T:Microsoft.SqlServer.Management.Smo.Rule"></see> object type.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.Schema">
			<summary>The object type is a <see cref="T:Microsoft.SqlServer.Management.Smo.Schema"></see> object type.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.ServiceBroker">
			<summary>The object type is a <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker"></see> object type.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.ServiceContract">
			<summary>The object type is a <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract"></see> object type.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.ServiceQueue">
			<summary>The object type is a <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue"></see> object type.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.ServiceRoute">
			<summary>The object type is a <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute"></see> object type.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.SqlAssembly">
			<summary>The object type is a <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly"></see> object type.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.StoredProcedure">
			<summary>The object type is a <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure"></see> object type.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.SymmetricKey">
			<summary>The object type is a <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKey"></see> type.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.Synonym">
			<summary>The object type is a <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym"></see> object type.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.Table">
			<summary>The object type is a <see cref="T:Microsoft.SqlServer.Management.Smo.Table"></see> object type.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.User">
			<summary>The object type is a <see cref="T:Microsoft.SqlServer.Management.Smo.User"></see> object type.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.UserDefinedAggregate">
			<summary>The object type is a <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate"></see> object type.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.UserDefinedDataType">
			<summary>The object type is a <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType"></see> object type.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.UserDefinedFunction">
			<summary>The object type is a <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction"></see> object type.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.UserDefinedType">
			<summary>The object type is a <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType"></see> object type.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.View">
			<summary>The object type is a <see cref="T:Microsoft.SqlServer.Management.Smo.View"></see> object type.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.XmlSchemaCollection">
			<summary>The object type is an <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection"></see> object type.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DatabaseOptions">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseOptions"></see> object represents a Microsoft SQL Server database options. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseOptions.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseOptions"></see> object property changes on the instance of Microsoft SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseOptions.Alter(Microsoft.SqlServer.Management.Smo.TerminationClause)">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseOptions"></see> object property changes on the instance of Microsoft SQL Server. </summary>
			<param name="terminationClause">A <see cref="T:Microsoft.SqlServer.Management.Smo.TerminationClause"></see> object value that specifies what to with any open transactions that are affected by the <see cref="M:Microsoft.SqlServer.Management.Smo.DatabaseOptions.Alter"></see> method.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseOptions.Alter(System.TimeSpan)">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseOptions"></see> object property changes on the instance of Microsoft SQL Server. </summary>
			<param name="transactionTerminationTime">A <see cref="T:System.TimeSpan"></see> object value that specifies a period of time to allow transactions to complete before persisting the property changes with the <see cref="M:Microsoft.SqlServer.Management.Smo.DatabaseOptions.Alter"></see> method.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseOptions.SetSnapshotIsolation(System.Boolean)">
			<summary>Sets the snapshot isolation level.</summary>
			<param name="enabled">A <see cref="T:System.Boolean"></see> value that specifies whether the snapshot isolation level is enabled.If True, the snapshot isolation level is enabled.If False, the snapshot isolation level is disabled.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.AnsiNullDefault">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the ANSI_NULL_DEFAULT database option is active or not.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the ANSI_NULL_DEFAULT database option is active or not.If True, user-defined data types default to allowing NULL values.If False (default), user-defined data types default to not allowing NULL values.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.AnsiNullsEnabled">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the ANSI_NULLS_ENABLED database option is active or not.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the ANSI_NULLS_ENABLED database option is active or not. If True, comparisons to null values equate to false.If False (default), comparisons to null values equate to true.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.AnsiPaddingEnabled">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the ANSI_PADDING_ENABLED database option is active or not.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the ANSI_PADDING_ENABLED database option is active or not.If True, trailing blanks inserted into variable-length columns are not trimmed.If False (default), blanks inserted into variable-length columns are trimmed.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.AnsiWarningsEnabled">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the ANSI_WARNING_ENABLED database option is active or not.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the ANSI_WARNING_ENABLED database option is active or not.If True, warnings are issued when null values are encountered in a statement.If False (default), warnings are not issued when null values are encountered in statements.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.ArithmeticAbortEnabled">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the ARITHMETICABORT database option is active or not.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the ARITHMETICABORT database option is active or not.If True, a transaction is stopped and rolled back when an arithmetic error occurs.If False (default), a transaction continues when an arithmetic error occurs.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.AutoClose">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the AUTOCLOSE database option is active or not.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AUTOCLOSE database option is active or not.If True, the database is closed, and its resources are freed when no user connection accesses the database.If False (default), the server maintains the database in an open and ready state regardless of user activity.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.AutoCreateStatistics">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the AUTOCREATESTATISTICS database option is active or not.</summary>
			<returns><see cref="T:System.Boolean"></see> value that specifies whether the AUTOCREATESTATISTICS database option is active or not.If True, statistics are automatically created.If False (default), statistics are not automatically created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.AutoShrink">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the AUTOSHRINK database option is active or not.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AUTOSHRINK database option is active or not. If True, the database is automatically reduced.If False (default), statistics are not automatically reduced.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.AutoUpdateStatistics">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the AUTOUPDATESTATISTICS database option is active or not.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AUTOUPDATESTATISTICS database option is active or not.If True, statistics are automatically updated.If False (default), statistics are not automatically updated.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.AutoUpdateStatisticsAsync">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the AUTOUPDATESTATISTICSASYNC database option is active or not.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AUTOUPDATESTATISTICSASYNC database option is active or not.If True, statistics are automatically updated.If False (default), statistics are not automatically updated.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.BrokerEnabled">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the Service Broker service is enabled or not.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the Service Broker service is enabled or not.If True, statistics are automatically updated.If False (default), statistics are not automatically updated.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.CloseCursorsOnCommitEnabled">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the CURSOR_CLOSE_ON_COMMIT database option is active or not.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CURSOR_CLOSE_ON_COMMIT database option is active or not.If True, the cursor is closed when a transaction commits.If False (default), the cursor is not closed when a transaction commits.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.ConcatenateNullYieldsNull">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the CONCAT_NULL_YIELDS_NULL database option is active or not.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CONCAT_NULL_YIELDS_NULL database option is active or not.If True, the concatenated result is NULL.If False (default), the value is concatenated with a zero string.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.DatabaseOwnershipChaining">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the database ownership chaining is active or not.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the database ownership chaining is active or not.If True, database ownership chaining is active.If False (default), database ownership chaining is not active.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.DateCorrelationOptimization">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the date correlation optimization is active or not.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the date correlation optimization is active or not.If True, date correlation optimization is active.If False (default), date correlation optimization is not active.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.IsParameterizationForced">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether parameterization is forced on the database or not.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether parameterization is forced on the database or not.If True, parameterization is forced.If False (default), parameterization is not forced.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.LocalCursorsDefault">
			<summary>Gets the <see cref="T:System.Boolean"></see> value that specifies whether the local server cursors are used by default.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether local cursors are used by default.If True, local cursors are used.If False (default), local cursors are not used and the cursors are implemented at the client.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.MirroringRedoQueueMaxSize">
			<summary>Gets or sets the maximum size of the redo queue of the mirror server instance in KB. </summary>
			<returns>A <see cref="T:System.Integer"></see> value that specifies maximum size of the redo queue of the mirror server instance in KB.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.MirroringTimeout">
			<summary>Gets or sets the maximum time, in seconds, that the principal server instance waits for a PING message from another instance in the mirroring session before assuming the other instance is disconnected. </summary>
			<returns>A <see cref="T:System.Integer"></see> value that specifies the mirroring time-out period, in seconds, on the principal server instance.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.NumericRoundAbortEnabled">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the NUMERIC_ROUNDABORT database option is active or not.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether there is a loss of precision due to rounding in an expression causes an error.If True, an error is generated and no results are returned.If False (default), a warning is generated and a NULL is returned.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.PageVerify">
			<summary>Specifies the type of page integrity check that Microsoft SQL Server performs when reading database pages.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PageVerify"></see> object value that specifies the type of page integrity check performed when SQL Server reads database pages.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseOptions"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that owns the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseOptions"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.QuotedIdentifiersEnabled">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether identifiers delimited by double quotation marks (" ") are Transact-SQL reserved keywords or contain characters not usually allowed by the Transact-SQL syntax rules.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether identifiers delimited by double quotation marks are Transact-SQL reserved keywords or contain characters not usually allowed by the Transact-SQL syntax rules.If True, identifiers delimited by double quotation marks are interpreted as object identifiers.If False, identifiers delimited by double quotation marks are strings that contain characters not usually allowed by the Transact-SQL syntax rules, such as apostrophes.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.ReadOnly">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the database is read-only or not.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the database is read-only or not.If True, the database is read-only.If False (default), the database can be updated.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.RecoveryModel">
			<summary>Gets or sets the recovery model for the database.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.RecoveryModel"></see> object value that specifies the recovery model that is currently in operation on the database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.RecursiveTriggersEnabled">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> value that specifies whether recursive triggers are enabled on the database.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether recursive triggers are enabled on the database.If True, recursive triggers are enabled.If False (default), recursive triggers are not enabled.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.SnapshotIsolationState">
			<summary>Gets the snapshot isolation state for the database.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SnapshotIsolationState"></see> object value that specifies the snapshot isolation state of the database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.UserAccess">
			<summary>Gets or sets the database user access.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseUserAccess"></see> object value that specifies the database user access.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DatabasePermission">
			<summary>The <see cref="T:Microsoft.AnalysisServices.DatabasePermission"></see> object represents a MicrosoftSQL Server database permission. The database permission can be added to a database permission set, and then granted, revoked, or denied to a user.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabasePermission.Add(Microsoft.SqlServer.Management.Smo.DatabasePermission,Microsoft.SqlServer.Management.Smo.DatabasePermission)">
			<summary>Returns a set of database permissions after adding a new database permission to an existing set of database permissions.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet"></see> object that specifies a set of database permissions.</returns>
			<param name="permissionRight">A <see cref="T:Microsoft.AnalysisServices.DatabasePermission"></see> object that specifies the server permission.</param>
			<param name="permissionLeft">A <see cref="T:Microsoft.AnalysisServices.DatabasePermission"></see> object that specifies the server permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabasePermission.Equals(System.Object)">
			<summary>Determines whether the referenced database permission object is equal to a specified object.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the referenced database permission object is equal to the specified object.If True, the objects are equal.If False, the objects are not equal</returns>
			<param name="obj">An <see cref="T:System.Object"></see> system object that specifies the database permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabasePermission.GetHashCode">
			<summary>This method supports the SQL Server 2005 infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabasePermission.op_Addition(Microsoft.SqlServer.Management.Smo.DatabasePermission,Microsoft.SqlServer.Management.Smo.DatabasePermission)">
			<summary>Creates a database permission set by performing an addition operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> objects.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet"></see> object that specifies a set of database permissions.</returns>
			<param name="permissionRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that specifies the database permission.</param>
			<param name="permissionLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that specifies the database permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabasePermission.op_BitwiseOr(Microsoft.SqlServer.Management.Smo.DatabasePermission,Microsoft.SqlServer.Management.Smo.DatabasePermission)">
			<summary>Creates a database permission set by performing a bitwise OR operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> objects.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet"></see> object that specifies a set of database permissions.</returns>
			<param name="permissionRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that specifies the database permission.</param>
			<param name="permissionLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that specifies the database permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabasePermission.op_Equality(Microsoft.SqlServer.Management.Smo.DatabasePermission,Microsoft.SqlServer.Management.Smo.DatabasePermission)">
			<summary>Compares two <see cref="T:Microsoft.AnalysisServices.DatabasePermission"></see> objects in an equality operation.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the objects are not equal.If True, the objects are equal.If False, the objects are not equal. </returns>
			<param name="a">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that specifies the database permissions.</param>
			<param name="b">A <see cref="T:Microsoft.AnalysisServices.DatabasePermission"></see> object that specifies the database permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabasePermission.ToDatabasePermissionSet(Microsoft.SqlServer.Management.Smo.DatabasePermission)">
			<summary>Returns a set of database permissions, based on a single database permission, by converting a DatabasePermission object to a DatabasePermissionSet object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet"></see> object that specifies a single server permission.</returns>
			<param name="databasePermission">A <see cref="T:Microsoft.AnalysisServices.DatabasePermission"></see> object that specifies the database permission.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.Alter">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Alter"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.AlterAnyApplicationRole">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyApplicationRole"></see>permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.AlterAnyAssembly">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyAssembly"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.AlterAnyAsymmetricKey">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyAsymmetricKey"></see>permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.AlterAnyCertificate">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyCertificate"></see>permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.AlterAnyContract">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyContract"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.AlterAnyDatabaseDdlTrigger">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyDatabaseDdlTrigger"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.AlterAnyDatabaseEventNotification">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyDatabaseEventNotification"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.AlterAnyDataspace">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyDataspace"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.AlterAnyFulltextCatalog">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyFulltextCatalog"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.AlterAnyMessageType">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyMessageType"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.AlterAnyRemoteServiceBinding">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyRemoteServiceBinding"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.AlterAnyRole">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyRole"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.AlterAnyRoute">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyRoute"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.AlterAnySchema">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnySchema"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.AlterAnyService">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyService"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.AlterAnyUser">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyUser"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.Authenticate">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Authenticate"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.BackupDatabase">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.BackupDatabase"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.BackupLog">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.BackupLog"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.Checkpoint">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Checkpoint"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.Connect">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Connect"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.ConnectReplication">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.ConnectReplication"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.Control">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Control"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.CreateAggregate">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateAggregate"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.CreateAssembly">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateAssembly"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.CreateAsymmetricKey">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateAsymmetricKey"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.CreateCertificate">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateCertificate"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.CreateContract">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateContract"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.CreateDatabase">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateDatabaseDdlEvent"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.CreateDatabaseDdlEventNotification">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateDatabaseDdlEventNotification"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.CreateDefault">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateDefault"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.CreateFulltextCatalog">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateFulltextCatalog"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.CreateFunction">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateFunction"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.CreateMessageType">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateMessageType"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.CreateProcedure">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateProcedure"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.CreateQueue">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateQueue"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.CreateRemoteServiceBinding">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateRemoteServiceBinding"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.CreateRole">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateRole"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.CreateRoute">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateRoute"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.CreateRule">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateRule"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.CreateSchema">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateSchema"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.CreateService">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateService"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.CreateSymmetricKey">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateSymmetricKey"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.CreateSynonym">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateSynonym"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.CreateTable">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateTable"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.CreateType">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateType"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.CreateView">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateView"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.CreateXmlSchemaCollection">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateXmlSchemaCollection"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.Delete">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Delete"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.Execute">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Execute"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.Insert">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Insert"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.References">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.References"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.Select">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Select"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.Showplan">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Showplan"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.SubscribeQueryNotifications">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.SubscribeQueryNotifications"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.TakeOwnership">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.TakeOwnership"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.Update">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Update"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.ViewDatabaseState">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.ViewDatabaseState"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.ViewDefinition">
			<summary>Gets a permission that can be included in the database permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.ViewDefinition"></see> permission that can be included in the database permission set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionInfo">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionInfo"></see> object represents information about a Microsoft SQL Server database permission.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabasePermissionInfo.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionInfo"></see> class.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionInfo.PermissionType">
			<summary>Gets the type of permission.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet"></see> object that specifies a type of permission.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet"></see> object represents a MicrosoftSQL Server set of database permissions.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.#ctor(Microsoft.SqlServer.Management.Smo.DatabasePermission)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet"></see> class.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that specifies a single permission for a set of permissions with a single member.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.#ctor(Microsoft.SqlServer.Management.Smo.DatabasePermission[])">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet"></see> class.</summary>
			<param name="permissions">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> objects that specify the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.#ctor(Microsoft.SqlServer.Management.Smo.DatabasePermissionSet)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet"></see> class.</summary>
			<param name="databasePermissionSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet"></see> object that specifies a set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Add(Microsoft.SqlServer.Management.Smo.DatabasePermission)">
			<summary>Returns a database permission set after adding a new a database permission to the referenced permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet"></see> object that includes the new permission.</returns>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that specifies the permission to add.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Add(Microsoft.SqlServer.Management.Smo.DatabasePermissionSet,Microsoft.SqlServer.Management.Smo.DatabasePermission)">
			<summary>Returns a database permission set after adding a new a database permission to the specified permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet"></see> object that includes the new permission.</returns>
			<param name="permissionRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that specifies the permission to add.</param>
			<param name="permissionLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet"></see> object that specifies the database permission set.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Equals(System.Object)">
			<summary>Determines whether the referenced database permission object is equal to a specified object.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the reference database permission object is equal to the specified object.If True, the objects are equal.If False, the objects are not equal</returns>
			<param name="obj">An <see cref="T:System.Object"></see> system object that specifies the database permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.GetHashCode">
			<summary>This method supports the SQL Server 2005 infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.op_Addition(Microsoft.SqlServer.Management.Smo.DatabasePermissionSet,Microsoft.SqlServer.Management.Smo.DatabasePermission)">
			<summary>Creates a database permission set by performing an addition operation on a <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object and a <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet"></see> object value that specifies a set of database permissions.</returns>
			<param name="permissionRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that specifies the database permissions.</param>
			<param name="permissionLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet"></see> object that specifies the database permission set.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.op_Inequality(Microsoft.SqlServer.Management.Smo.DatabasePermissionSet,Microsoft.SqlServer.Management.Smo.DatabasePermissionSet)">
			<summary>Determines whether two objects are unequal by performing an inequality operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet"></see> objects.</summary>
			<returns>A <see cref="T:System.Boolean"></see> object that specifies whether the two specified objects are unequal.If True, the two specified objects are unequal.If False, the two specified objects are equal.</returns>
			<param name="p2">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet"></see> object that specifies the database permission.</param>
			<param name="p1">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet"></see> object that specifies the database permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.op_Subtraction(Microsoft.SqlServer.Management.Smo.DatabasePermissionSet,Microsoft.SqlServer.Management.Smo.DatabasePermission)">
			<summary>Creates a database permission set by performing a subtraction operation on a <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object and a <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet"></see> object value that specifies a set of database permissions.</returns>
			<param name="permissionRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that specifies the database permissions.</param>
			<param name="permissionLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet"></see> object that specifies the database permission set.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Remove(Microsoft.SqlServer.Management.Smo.DatabasePermission)">
			<summary>Removes a permission from the permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet"></see> object that specifies the permission set after the permission is removed.</returns>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that specifies the permission to remove.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Subtract(Microsoft.SqlServer.Management.Smo.DatabasePermissionSet,Microsoft.SqlServer.Management.Smo.DatabasePermission)">
			<summary>Returns a database permission set after removing a database permission from the specified permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet"></see> object value that specifies a set of database permissions.</returns>
			<param name="permissionRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission"></see> object that specifies the database permission to be removed.</param>
			<param name="permissionLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet"></see> object that specifies the database permission set.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Alter">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the ALTER permission in the permission set. This permission lets the grantee change the properties of the database, except ownership, and create, alter, or drop any child objects.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the ALTER permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyApplicationRole">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the ALTER ANY APPLICATION ROLE permission in the permission set. This permission lets the grantee change the properties of any application role in the database, except ownership.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the ALTER ANY APPLICATION ROLE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyAssembly">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the ALTER ANY ASSEMBLY permission in the permission set. This permission lets the grantee change the properties of any assembly in the database, except ownership.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the ALTER ANY ASSEMBLY permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyAsymmetricKey">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the ALTER ANY ASYMMETRIC KEY permission in the permission set. This permission lets the grantee change the properties of any asymmetric key in the database, except ownership.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the ALTER ANY ASYMMETRIC KEY permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyCertificate">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the ALTER ANY CERTIFICATE permission in the permission set. This permission lets the grantee change the properties of any  in the certificate in the database, except ownership.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the ALTER ANY CERTIFICATE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyContract">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the ALTER ANY CONTRACT permission in the permission set. This permission lets the grantee change the properties of any Service Broker contract in the database, except ownership.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the ALTER ANY CONTRACT permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyDatabaseDdlTrigger">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the ALTER ANY DATABASE DDL TRIGGER permission in the permission set. This permission lets the grantee change the properties of any database DDL trigger in the database, except ownership.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the ALTER ANY DATABASE DDL TRIGGER permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyDatabaseEventNotification">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the ALTER ANY DATABASE EVENT NOTIFICATION permission in the permission set. This permission lets the grantee change the properties of any database event notification in the database, except ownership.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the ALTER ANY DATABASE EVENT NOTIFICATION permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyDataspace">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the ALTER ANY DATASPACE permission in the permission set. This permission lets the grantee change modify the database files.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the ALTER ANY DATASPACE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyFulltextCatalog">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the ALTER ANY FULL TEXT CATALOG permission in the permission set. This permission lets the grantee change the properties of any Full Text catalog in the database, except ownership.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the ALTER ANY FULL TEXT CATALOG permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyMessageType">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the ALTER ANY MESSAGE TYPE permission in the permission set. This permission lets the grantee change the properties of any message type in the database, except ownership.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the ALTER ANY MESSAGE TYPE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyRemoteServiceBinding">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the ALTER ANY REMOTE SERVICE BINDING permission in the permission set. This permission lets the grantee change the properties of any remote service binding in the database, except ownership.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the ALTER ANY REMOTE SERVICE BINDING permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyRole">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the ALTER ANY ROLE permission in the permission set. This permission lets the grantee change the properties of any role in the database, except ownership.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the ALTER ANY ROLE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyRoute">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the ALTER ANY ROUTE permission in the permission set. This permission lets the grantee change the properties of any Service Broker route in the database, except ownership.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the ALTER ANY ROUTE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnySchema">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the ALTER ANY SCHEMA permission in the permission set. This permission lets the grantee change the properties of any schema in the database, except ownership.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the ALTER ANY SCHEMA permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyService">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the ALTER ANY SERVICE permission in the permission set. This permission lets the grantee change the properties of any Service Broker service in the database, except ownership.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the ALTER ANY SERVICE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnySymmetricKey">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the ALTER ANY SYMMETRIC KEY permission in the permission set. This permission lets the grantee change the properties of any symmetric key in the database, except ownership.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the ALTER ANY SYMMETRIC KEY permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyUser">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the ALTER ANY USER permission in the permission set. This permission lets the grantee change the properties of any user in the database, except ownership.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the ALTER ANY USER permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Authenticate">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the AUTHENTICATE permission in the permission set. This permission lets the grantee authenticate the database.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the AUTHENTICATE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.BackupDatabase">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the BACKUP DATABASE permission in the permission set. This permission lets the grantee create a backup of the database.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the BACKUP DATABASE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.BackupLog">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the BACKUP LOG permission in the permission set. This permission lets the grantee create a backup of the transaction log.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the BACKUP LOG permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Checkpoint">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the CHECKPOINT permission in the permission set. This permission lets the grantee issue a checkpoint on the database.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the CHECKPOINT permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Connect">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the CONNECT permission in the permission set. This permission lets the grantee connect to the database.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the CONNECT permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.ConnectReplication">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the CONNECT REPLICATION permission in the permission set. This permission lets the grantee connect to replication databases.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the CONNECT REPLICATION permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Control">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the CONTROL permission in the permission set. This permission gives the grantee full control over the database, which includes every database permission.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the CONTROL permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateAggregate">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the CREATE AGGREGATE permission in the permission set. This permission lets the grantee create an aggregate in the database.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the CREATE AGGREGATE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateAssembly">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the CREATE ASSEMBLY permission in the permission set. This permission lets the grantee create an assembly in the database.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the CREATE ASSEMBLY permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateAsymmetricKey">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the CREATE ASYMMETRIC KEY permission in the permission set. This permission lets the grantee create an asymmetric key.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the CREATE ASYMMETRIC KEY permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateCertificate">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the CREATE CERTIFICATE permission in the permission set. This permission lets the grantee create a certificate in the database.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the CREATE CERTIFICATE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateContract">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the CREATE CONTRACT permission in the permission set. This permission lets the grantee create a Service Broker contract.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the CREATE CONTRACT permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateDatabase">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the CREATE DATABASE permission in the permission set. This permission lets the grantee create the database.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the CREATE DATABASE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateDatabaseDdlEventNotification">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the CREATE DATABASE DDL EVENT NOTIFICATION permission in the permission set. This permission lets the grantee create a database DDL event notification.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the CREATE DATABASE DDL EVENT NOTIFICATION permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateDefault">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the CREATE DEFAULT permission in the permission set. This permission lets the grantee create a default in the database.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the CREATE DEFAULT permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateFulltextCatalog">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the CREATE FULL TEXT CATALOG permission in the permission set. This permission lets the grantee create a Full Text catalog in the database.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the CREATE FULL TEXT CATALOG permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateFunction">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies wh This permission lets the grantee create a function in the database.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the CREATE FUNCTION permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateMessageType">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the CREATE MESSAGE TYPE permission in the permission set. This permission lets the grantee create a message type in the database.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the CREATE MESSAGE TYPE permission in the permission set.If True, the permission is included in the permission set.If False, the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateProcedure">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the CREATE PROCEDURE permission in the permission set. This permission lets the grantee create a stored procedure in the database.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the CREATE PROCEDURE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateQueue">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the CREATE QUEUE permission in the permission set. This permission lets the grantee create a Service Broker queue in the database.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the CREATE QUEUE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateRemoteServiceBinding">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the CREATE REMOTE SERVICE BINDING permission in the permission set. This permission lets the grantee create a remote service binding in the database.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the CREATE REMOTE SERVICE BINDING permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateRole">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the CREATE ROLE permission in the permission set. This permission lets the grantee create a database role.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the CREATE ROLE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateRoute">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the CREATE ROUTE permission in the permission set. This permission lets the grantee create a Service Broker route in the database.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the CREATE ROUTE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateRule">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the CREATE RULE permission in the permission set. This permission lets the grantee create a rule in the database.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the CREATE RULE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateSchema">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the CREATE SCHEMA permission in the permission set. This permission lets the grantee create a schema in the database.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the CREATE SCHEMA permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateService">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the CREATE SERVICE permission in the permission set. This permission lets the grantee create a Service Broker service in the database.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the CREATE SERVICE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateSymmetricKey">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the CREATE SYMMETRIC KEY permission in the permission set. This permission lets the grantee create a symmetric key in the database.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the CREATE SYMMETRIC KEY permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateSynonym">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the CREATE SYNONYM permission in the permission set. This permission lets the grantee create a synonym in the database.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the CREATE SYNONYM permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateTable">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the CREATE TABLE permission in the permission set. This permission lets the grantee create a table in the database.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the CREATE TABLE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateType">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the CREATE TYPE permission in the permission set. This permission lets the grantee change create a type in the database.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the CREATE TYPE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateView">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the CREATE VIEW permission in the permission set. This permission lets the grantee create a view in the database.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the CREATE VIEW permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateXmlSchemaCollection">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the CREATE XML SCHEMA COLLECTION permission in the permission set. This permission lets the grantee create an XML schema collection in the database.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the CREATE XML SCHEMA COLLECTION permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Delete">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the DELETE permission in the permission set. This permission lets the grantee remove data from the database.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the DELETE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Execute">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the EXECUTE permission in the permission set. This permission lets the grantee execute stored procedures and functions in the database.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the EXECUTE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Insert">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the INSERT permission in the permission set. This permission lets the grantee add data to the database.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the INSERT permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.References">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the REFERENCES permission in the permission set. This permission lets the grantee reference the database.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the REFERENCES permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Select">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the SELECT permission in the permission set. This permission lets the grantee retrieve data in the database.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the SELECT permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Showplan">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the SHOWPLAN permission in the permission set. This permission lets the grantee view the execution plan for stored procedures in the database.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the SHOWPLAN permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.SubscribeQueryNotifications">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the SUBSCRIBE QUERY NOTIFICATIONS permission in the permission set. This permission lets the grantee subscribe to Service Broker query notifications.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the SUBSCRIBE QUERY NOTIFICATIONS permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.TakeOwnership">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the TAKE OWNERSHIP permission in the permission set. This permission lets the grantee take ownership of the database.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the TAKE OWNERSHIP permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Update">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the UPDATE permission in the permission set. This permission lets the grantee update the data in the database.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the UPDATE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.ViewDatabaseState">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the VIEW DATABASE STATE permission in the permission set. This permission lets the grantee view the state of the database.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the VIEW DATABASE STATE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.ViewDefinition">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the VIEW DEFINITION permission in the permission set. This permission lets the grantee view the metadata that defines the database.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the VIEW DEFINITION permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DatabaseRole">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRole"></see> object represents a MicrosoftSQL Server database security role.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRole"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRole"></see> class.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the database role.</param>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object value that specifies the database on which to create the role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.AddMember(System.String)">
			<summary>Adds an existing database user or database role to the database role. </summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the database user or role to be added to the referenced role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRole"></see> object property changes on the instance of MicrosoftSQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.Create">
			<summary>Creates a database role on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRole"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Denies the specified set of permissions for the specified grantee on the database role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied the specified set of permissions on the database role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Denies the specified set of permissions for the specified grantees on the database role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied the specified set of permissions on the database role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Denies the specified set of permissions for the specified grantee and other users that the grantee granted the specified set of permissions on the database role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the database role.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied the specified set of permissions on the database role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Denies the specified set of permissions for the specified grantees and other users that the grantee granted the specified set of permissions on the database role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the database role.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.Drop">
			<summary>Drops the database role.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.DropMember(System.String)">
			<summary>Removes the specified database user or role from the referenced database role.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the database user or role to be removed from the referenced database role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.EnumAgentProxyAccounts">
			<summary>Returns a list of agent proxy accounts that are assigned to the database role.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> system object value that contains information about the agent proxy accounts that are assigned to the database role. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.EnumMembers">
			<summary>Returns a list of database users that are members of the database role.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains information about the members of the database role.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.EnumObjectPermissions">
			<summary>Returns a list of object permissions assigned to the referenced database role.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> object values that contain information about object permissions assigned to the database role. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Returns a list of object permissions assigned to the referenced database role for the specified set of object permissions.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> object values that contain information about object permissions assigned to the database role. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> that specifies the set of object permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.EnumObjectPermissions(System.String)">
			<summary>Returns a list of object permissions assigned to the referenced database role for the specified member of the role.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> object values that contain information about object permissions assigned to the database role. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the name of the database role member.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Returns a list of object permissions assigned to the referenced database role for the specified member of the role and for the specified set of permissions.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> object values that contain information about object permissions assigned to the database role. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the name of the database role member.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> that specifies the set of object permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.EnumRoles">
			<summary>Returns a list of roles that are members of the referenced database role.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains information about the members of the role.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Grants the specified set of permissions to the specified grantee on the database role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be granted the specified set of permissions on the database role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Grants the specified set of permissions to the specified grantees on the database role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that lists the grantees to be granted the specified set of permissions on the database role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Grants access to the specified permission to the grantee and the ability to grant access to other users on the database role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the database role.If True, the grantee is given the ability to grant the specified set of permissions to other users on the database role.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the database role.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Grants access to the specified permission to the grantees and the ability to grant access to other users on the database role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the database role. If True, the grantee is given the ability to grant the specified set of permissions to other users on the database role.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the database role.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Grants permissions to other users on the database role under an assumed role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the database role.If True, the grantee is given the ability to grant the specified set of permissions to other users on the database role.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the database role. </param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be denied access to the permission.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the database role. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Grants the specified set of permissions to the grantees and the ability to grant the set of permissions to other users on the database role under an assumed role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the database role.If True, the grantee is given the ability to grant the specified set of permissions to other users on the database role.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the database role. </param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be granted the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the database role. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.Rename(System.String)">
			<summary>Renames the database role.</summary>
			<param name="newname">A <see cref="T:System.String"></see> value that specifies the new name of the database role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Revokes a previously granted set of permissions from a grantee on the database role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Revokes a previously granted set of permissions from a list of grantees on the database role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from a grantee on the database role and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the database role.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the database role.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the database role.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the database role.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from grantees on the database role and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the database role.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the database role.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the database role.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the database role.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from a grantee on the database role and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the database role.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the database role.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the database role.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the database role.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the database role. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from grantees on the database role and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the database role.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the database role.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the database role.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the database role.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the database role. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the MicrosoftSQL Server database role.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the MicrosoftSQL Server database role as specified by the scripting options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that specifies the scripting options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseRole.CreateDate">
			<summary>Gets the date and time when the database role was created.</summary>
			<returns>A <see cref="T:System.DateTime"></see> system value that specifies the date and time when the database role was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseRole.DateLastModified">
			<summary>Gets the date and time when the database role was last modified.</summary>
			<returns>A <see cref="T:System.DateTime"></see> system value that specifies the date and time when the database role was last modified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseRole.ExtendedProperties">
			<summary>Gets the extended properties of the database role.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection"></see> object that specifies the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRole"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseRole.ID">
			<summary>Gets the ID value that uniquely identifies the database role.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies an ID value that uniquely identifies the database role.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseRole.IsFixedRole">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the database role is a fixed role or a user-defined role.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the database role is fixed or user defined.If True, the database role is a fixed role.If False (default), the database role is a user-defined role.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseRole.Owner">
			<summary>Gets or sets the owner of the database role.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the owner of the database role.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseRole.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRole"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object value that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRole"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DatabaseRoleCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRoleCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRole"></see> objects that represent all the database roles defined on the parent database.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRoleCollection.Add(Microsoft.SqlServer.Management.Smo.DatabaseRole)">
			<summary>Adds the specified database role to the collection.</summary>
			<param name="databaseRole">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRole"></see> object to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRoleCollection.CopyTo(Microsoft.SqlServer.Management.Smo.DatabaseRole[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRole"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index position to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRoleCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRoleCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRole"></see> object that has the specified ID value.</returns>
			<param name="id">An int32 value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRole"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRoleCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseRoleCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRole"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRole"></see> object value that represents the database role.</returns>
			<param name="index">An integer value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRole"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRoleCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseRoleCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRole"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRole"></see> object value that represents the database role.</returns>
			<param name="name">A string value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRole"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRoleCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseRoleCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRoleCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRoleCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DataFile">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.DataFile"></see> object represents a MicrosoftSQL Server data file.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataFile.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.DataFile"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataFile.#ctor(Microsoft.SqlServer.Management.Smo.FileGroup,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.DataFile"></see> class on the specified file group with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the data file.</param>
			<param name="fileGroup">A <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup"></see> object value that specifies the file group to which this data file belongs.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataFile.#ctor(Microsoft.SqlServer.Management.Smo.FileGroup,System.String,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.DataFile"></see> class on the specified file group with the specified name and file name.</summary>
			<param name="fileName">A <see cref="T:System.String"></see> value that specifies the file name of the data file.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the data file.</param>
			<param name="fileGroup">A <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup"></see> object value that specifies the file group to which this data file belongs.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataFile.Create">
			<summary>Creates a data file on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.DataFile"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataFile.SetOffline">
			<summary>Sets the database file status to offline. </summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataFile.AvailableSpace">
			<summary>Gets the amount of available space in the data file in kilobytes.</summary>
			<returns>A <see cref="T:System.Float64"></see> value that specifies the available space in kilobytes.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataFile.FileName">
			<summary>Gets or sets the data file name.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the data file.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataFile.Growth">
			<summary>Gets or sets the growth increment for the data file in kilobytes or percent. </summary>
			<returns>A <see cref="T:System.Float64"></see> value that specifies the growth increment in kilobytes or in percent.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataFile.GrowthType">
			<summary>Gets or sets the growth type for the data file in kilobytes or percent.</summary>
			<returns>A <see cref="P:Microsoft.SqlServer.Management.Smo.DataFile.GrowthType"></see> object value that specifies the growth type such as kilobytes or in percent.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataFile.ID">
			<summary>Gets the ID value that uniquely identifies the data file.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value of the data file.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataFile.IsOffline">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the data file is offline or not.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the data file is offline or online.If True, the data file is offline and unavailable.If False (default), the data file is online and available.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataFile.IsPrimaryFile">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the data file is the primary file of the database.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the data file is the primary file or a secondary file.If True, the data file the primary file.If False (default), the data file is a secondary file.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataFile.IsReadOnly">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the data file is read-only or can be updated.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the data file is read-only or can be updated.If True, the data file is read-only.If False (default), the data file can be updated.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataFile.IsReadOnlyMedia">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the data file is stored on read-only media.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the data file is stored on read-only media.If True, the data file is stored on read-only media.If False (default), the data file is stored on media that can be updated.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataFile.IsSparse">
			<summary>Gets the <see cref="T:System.Boolean"></see> value that specifies whether the file is a sparse file. Sparse files are used in database snapshots.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the data file is sparse.If True, the data file is sparse.If False (default), the data file is dense.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataFile.MaxSize">
			<summary>Gets or set the maximum size to which the data file can grow in megabytes.</summary>
			<returns>A <see cref="T:System.Double"></see> value that specifies the maximum size of the data file in megabytes.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataFile.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.DataFile"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup"></see> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.DataFile"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataFile.Size">
			<summary>Gets or sets the current size of the data file in MB.</summary>
			<returns>A <see cref="T:System.Double"></see> value that specifies the current size of the database in MB.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataFile.UsedSpace">
			<summary>Gets the amount of used space in the data file in KB.</summary>
			<returns>A <see cref="T:System.Float64"></see> value that specifies the amount of used space in the data file in KB.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DataFileCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.DataFileCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.DataFile"></see> objects that represent all the data files defined on the parent object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataFileCollection.Add(Microsoft.SqlServer.Management.Smo.DataFile)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Smo.DataFile"></see> object to the <see cref="T:Microsoft.SqlServer.Management.Smo.DataFileCollection"></see> collection.</summary>
			<param name="dataFile">A <see cref="T:Microsoft.SqlServer.Management.Smo.DataFile"></see> object that specifies the data file to be added to the <see cref="T:Microsoft.SqlServer.Management.Smo.DataFileCollection"></see> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataFileCollection.CopyTo(Microsoft.SqlServer.Management.Smo.DataFile[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.DataFile"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index position to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataFileCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.DataFileCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataFile"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.DataFile"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.DataFileCollection"></see> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataFileCollection.Remove(Microsoft.SqlServer.Management.Smo.DataFile)">
			<summary>Removes a <see cref="T:Microsoft.SqlServer.Management.Smo.DataFile"></see> object from the <see cref="T:Microsoft.SqlServer.Management.Smo.DataFileCollection"></see> collection by specifying the object.</summary>
			<param name="dataFile">A <see cref="T:Microsoft.SqlServer.Management.Smo.DataFile"></see> object to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.DataFileCollection"></see> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataFileCollection.Remove(System.String)">
			<summary>Removes a <see cref="T:Microsoft.SqlServer.Management.Smo.DataFile"></see> object from the <see cref="T:Microsoft.SqlServer.Management.Smo.DataFileCollection"></see> collection by specifying the name of the data file.</summary>
			<param name="name">A <see cref="T:System.String"></see> that specifies the name of the data file to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.DataFileCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataFileCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.DataFile"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataFile"></see> object value that represents the database file.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.DataFile"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.DataFileCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataFileCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.DataFile"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataFile"></see> object value that represents the database file.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.DataFile"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.DataFileCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataFileCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.DataFileCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.DataFileCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DataType">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> object represents a MicrosoftSQL Server data type.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.#ctor(Microsoft.SqlServer.Management.Smo.SqlDataType)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> class based on a specified MicrosoftSQL Server data type.</summary>
			<param name="sqlDataType">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlDataType"></see> object variable that specifies the SQL Server system data type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.#ctor(Microsoft.SqlServer.Management.Smo.UserDefinedDataType)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> class based on a specified user-defined data type.</summary>
			<param name="userDefinedDataType">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataTypeCollection"></see> object variable that specifies a user-defined data type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.#ctor(Microsoft.SqlServer.Management.Smo.UserDefinedType)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> class based on a specified user-defined type.</summary>
			<param name="userDefinedType">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType"></see> object variable that specifies a user-defined type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.#ctor(Microsoft.SqlServer.Management.Smo.XmlSchemaCollection)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> class based on a specified XML schema collection.</summary>
			<param name="xmlSchemaCollection">A <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection"></see> object variable that specifies an XML schema collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.#ctor(Microsoft.SqlServer.Management.Smo.SqlDataType,System.Int32)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> class based on a specified MicrosoftSQL Server data type with specified precision or maximum length.</summary>
			<param name="sqlDataType">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlDataType"></see> object value that specifies the SQL Server data type.</param>
			<param name="precisionOrMaxLength">An <see cref="T:System.Int32"></see> value that specifies the precision for numeric SQL Server data types and maximum length for text based SQL Server data types.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.#ctor(Microsoft.SqlServer.Management.Smo.SqlDataType,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> class based on a specified MicrosoftSQL Server data type with the specified type.</summary>
			<param name="type">A <see cref="T:System.String"></see> value that specifies the type of data type.</param>
			<param name="sqlDataType">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlDataType"></see> object value that specifies the SQL Server data type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.#ctor(Microsoft.SqlServer.Management.Smo.SqlDataType,System.Int32,System.Int32)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> class based on a specified MicrosoftSQL Server data type with the specified precision and scale.</summary>
			<param name="sqlDataType">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlDataType"></see> object value that specifies the SQL Server data type.</param>
			<param name="scale">An <see cref="T:System.Int32"></see> value that specifies the scale for numeric SQL Server data types.</param>
			<param name="precision">An <see cref="T:System.Int32"></see> value that specifies the precision for numeric SQL Server data types.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.#ctor(Microsoft.SqlServer.Management.Smo.SqlDataType,System.String,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> class based on a specified MicrosoftSQL Server data type with the specified type and schema.</summary>
			<param name="type">A <see cref="T:System.String"></see> value that specifies the type of data type.</param>
			<param name="sqlDataType">A <see cref="P:Microsoft.SqlServer.Management.Smo.DataType.SqlDataType"></see> object value that specifies the SQL Server data type.</param>
			<param name="schema">A <see cref="T:System.String"></see> value that specifies the schema of the data type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.Binary(System.Int32)">
			<summary>Returns an object that represents the specified type.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> object value.</returns>
			<param name="maxLength">An <see cref="T:System.Int32"></see> value that specifies the maximum length.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.Char(System.Int32)">
			<summary>Returns an object that represents the specified type.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> object value.</returns>
			<param name="maxLength">An <see cref="T:System.Int32"></see> value that specifies the maximum length.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.Decimal(System.Int32,System.Int32)">
			<summary>Returns an object that represents the specified type.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> value object.</returns>
			<param name="scale">An <see cref="T:System.Int32"></see> value that specifies the scale.</param>
			<param name="precision">An <see cref="T:System.Int32"></see> value that specifies the precision.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.NChar(System.Int32)">
			<summary>Returns an object that represents the specified type.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> object value.</returns>
			<param name="maxLength">An <see cref="T:System.Int32"></see> value that specifies the maximum length.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.Numeric(System.Int32,System.Int32)">
			<summary>Returns an object that represents the specified type.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> object value.</returns>
			<param name="scale">An <see cref="T:System.Int32"></see> value that specifies the scale.</param>
			<param name="precision">An <see cref="T:System.Int32"></see> value that specifies the precision.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.NVarChar(System.Int32)">
			<summary>Returns an object that represents the specified type.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> object value.</returns>
			<param name="maxLength">An <see cref="T:System.Int32"></see> value that specifies the maximum length.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.ToString">
			<summary>Returns the object in string format.</summary>
			<returns>A <see cref="T:System.String"></see> object value that contains the object in string format.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.UserDefinedDataType(System.String)">
			<summary>Returns an object that represents the specified type.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> object value.</returns>
			<param name="type">A <see cref="T:System.String"></see> value that specifies the type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.UserDefinedDataType(System.String,System.String)">
			<summary>Returns an object that represents the specified type with the specified schema.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> object value.</returns>
			<param name="type">A <see cref="T:System.String"></see> value that specifies the type.</param>
			<param name="schema">A <see cref="T:System.String"></see> value that specifies the schema.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.UserDefinedType(System.String)">
			<summary>Returns an object that represents the specified type.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> object value.</returns>
			<param name="type">A <see cref="T:System.String"></see> value that specifies the type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.UserDefinedType(System.String,System.String)">
			<summary>Returns an object that represents the specified type with the specified schema.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> object value.</returns>
			<param name="type">A <see cref="T:System.String"></see> value that specifies the type.</param>
			<param name="schema">A <see cref="T:System.String"></see> value that specifies the schema.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.VarBinary(System.Int32)">
			<summary>Returns an object that represents the specified type.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> object value.</returns>
			<param name="maxLength">An <see cref="T:System.Int32"></see> value that specifies the maximum length of the data type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.VarChar(System.Int32)">
			<summary>Returns an object that represents the specified type.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> object value.</returns>
			<param name="maxLength">An <see cref="T:System.Int32"></see> value that specifies the maximum length of the data type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.Xml(System.String)">
			<summary>Returns an object that represents the specified type.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> object value.</returns>
			<param name="type">A <see cref="T:System.String"></see> value that specifies the type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.Xml(System.String,System.String)">
			<summary>Returns an object that represents the specified type and with the specified schema.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> object value.</returns>
			<param name="type">A <see cref="T:System.String"></see> value that specifies the type.</param>
			<param name="schema">A <see cref="T:System.String"></see> value that specifies the schema of the type.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.BigInt">
			<summary>Gets a data type that specifies the BigInt definition used in the data type.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> object value that specifies a BigInt definition in the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.Bit">
			<summary>Gets a data type that specifies the Bit definition used in the data type.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> object value that specifies a Bit definition in the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.DateTime">
			<summary>Gets a data type that specifies the DateTime definition used in the data type.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> object value that specifies a DateTime definition in the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.Float">
			<summary>Gets a data type that specifies the Float definition used in the data type.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> object value that specifies a Float definition in the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.Image">
			<summary>Gets a data type that specifies the Image definition used in the data type.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> object value that specifies an Image definition in the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.Int">
			<summary>Gets a data type that specifies the Int definition used in the data type.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> object value that specifies an Int definition in the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.MaximumLength">
			<summary>Gets the maximum length of the data type.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the maximum length of the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.Money">
			<summary>Gets a data type that specifies the Money definition used in the data type.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> object value that specifies a Money definition in the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.Name">
			<summary>Gets the name of the data type.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.NText">
			<summary>Gets a data type that specifies the NText definition used in the data type.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> object value that specifies a NText definition in the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.NumericPrecision">
			<summary>Gets or sets the numeric precision of the data type.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the numeric precision of the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.NumericScale">
			<summary>Gets or sets the numeric scale of the data type.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the numeric scale of the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.NVarCharMax">
			<summary>Gets a data type that specifies the NVarCharMax definition used in the data type.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> object value that specifies an NVarCharMax definition in the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.Real">
			<summary>Gets a data type that specifies the Real definition used in the data type.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> object value that specifies a Real definition in the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.Schema">
			<summary>Gets or sets the schema of the data type.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the schema of the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.SmallDateTime">
			<summary>Gets a data type that specifies the SmallDateTime definition used in the data type.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> object value that specifies a SmallDateTime definition in the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.SmallInt">
			<summary>Gets a data type that specifies the SmallInt definition used in the data type.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> object value that specifies a SmallInt definition in the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.SmallMoney">
			<summary>Gets a data type that specifies the SmallMoney definition used in the data type.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> object value that specifies a SmallMoney definition in the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.SqlDataType">
			<summary>Gets a data type that specifies the SqlDataType definition used in the data type.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlDataType"></see> object value that specifies a SqlDataType definition in the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.SysName">
			<summary>Gets a data type that specifies the SysName definition used in the data type.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlDataType"></see> object value that specifies a SysName definition in the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.Text">
			<summary>Gets a data type that specifies the Text definition used in the data type.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> object value that specifies a Text definition in the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.Timestamp">
			<summary>Gets a data type that specifies the TimeStamp definition used in the data type.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> object value that specifies a TimeStamp definition in the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.TinyInt">
			<summary>Gets a data type that specifies the TinyInt definition used in the data type.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> object value that specifies a TinyInt definition in the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.UniqueIdentifier">
			<summary>Gets a data type that specifies the UniqueIdentifier definition used in the data type.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> object value that specifies a UniqueIdentifier definition in the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.VarBinaryMax">
			<summary>Gets a data type that specifies the VarBinaryMax definition used in the data type.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> object value that specifies a VarBinaryMax definition in the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.VarCharMax">
			<summary>Gets a data type that specifies the VarCharMax definition used in the data type.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> object value that specifies a VarCharMax definition in the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.Variant">
			<summary>Gets a data type that specifies the Variant definition used in the data type.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> object value that specifies a Variant definition in the data type.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DdlTriggerBase">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.DdlTriggerBase"></see> is a base class that is inherited by the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger"></see> object, which represents a MicrosoftSQL Server database data definition language (DDL) trigger.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DdlTriggerBase.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DdlTriggerBase.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger"></see> object property changes on the instance of MicrosoftSQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DdlTriggerBase.Create">
			<summary>Creates a database data definition language (DDL) trigger on the instance of SQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DdlTriggerBase.Drop">
			<summary>Drops the database data definition language (DDL) trigger.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DdlTriggerBase.IsEventSetDirty">
			<summary>Returns a <see cref="T:System.Boolean"></see> value that specifies whether the database data definition language (DDL) trigger event set has been modified but not yet persisted on the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the event set has not yet been persisted.If True, the event set modifications have not yet been persisted on the instance of SQL Server.If False (default), the event set on the instance of SQL Server is current.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DdlTriggerBase.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the database data definition language (DDL) trigger.</summary>
			<returns>A <see cref="T:System.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL command batch statements that defines the database DDL trigger. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DdlTriggerBase.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the database data definition language (DDL) trigger as specified by the script options.</summary>
			<returns>A <see cref="T:System.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL command batch statements that defines the database DDL trigger. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that is used to specify the script options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DdlTriggerBase.ScriptHeader(System.Boolean)">
			<summary>Generates a Transact-SQL script that can be used to re-create the database data definition language (DDL) trigger header as specified by the script options.</summary>
			<returns>A <see cref="T:System.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL command batch statements that defines the database DDL trigger header. </returns>
			<param name="forAlter">A <see cref="T:System.Boolean"></see> value that specifies whether the header can be altered.If True, the header information can be altered.If False, the header information cannot be altered.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DdlTriggerBase.TextBody">
			<summary>Gets or sets the body text that is used in the definition of the database data definition language (DDL) trigger.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the body text.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DdlTriggerBase.TextHeader">
			<summary>Gets or sets the header text that is used in the definition of the database data definition language (DDL) trigger.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the header text.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DdlTriggerBase.TextMode">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger"></see> header is editable as text. </summary>
			<returns>A <see cref="T:System.Boolean"></see> property value that specifies whether the header is editable as text.If True, the header is editable as text.If False (default), the relevant properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger"></see> object must be set to define the trigger.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Default">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Default"></see> object represents a MicrosoftSQL Server default.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Default.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Default"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Default.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Default"></see> class on the specified database and with the specified name.</summary>
			<param name="name">A string value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Default"></see> object.</param>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that specifies the database that owns the <see cref="T:Microsoft.SqlServer.Management.Smo.Default"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Default.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Default"></see> class on the specified database and with the specified name and schema.</summary>
			<param name="schema">A <see cref="T:System.String"></see> value that specifies the schema in which to create the <see cref="T:Microsoft.SqlServer.Management.Smo.Default"></see> object.</param>
			<param name="name">A string value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Default"></see> object.</param>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that specifies the database that owns the <see cref="T:Microsoft.SqlServer.Management.Smo.Default"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Default.ChangeSchema(System.String)">
			<summary>Changes the schema for the default.</summary>
			<param name="newSchema">A <see cref="T:System.String"></see> value that specifies the new schema name.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Default.CreateDate">
			<summary>Gets the date and time when the default was created.</summary>
			<returns>A <see cref="T:System.DateTime"></see> object value that specifies the date and time when the <see cref="T:Microsoft.SqlServer.Management.Smo.Default"></see> object was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Default.ID">
			<summary>Gets the ID value that uniquely identifies the default.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies ID value that uniquely identifies the default.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Default.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Default"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object value that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Default"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DefaultCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.DefaultCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Default"></see> objects.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultCollection.Add(Microsoft.SqlServer.Management.Smo.Default)">
			<summary>Adds the specified default to the collection.</summary>
			<param name="default">A <see cref="T:Microsoft.SqlServer.Management.Smo.Default"></see> object to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Default[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Default"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index position to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.DefaultCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Default"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Default"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.DefaultCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DefaultCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Default"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Default"></see> object value that represents the default.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Default"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.DefaultCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DefaultCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Default"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Default"></see> object value that represents the default.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Default"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.DefaultCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DefaultCollection.Item(System.String,System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Default"></see> object in the collection by name with the specified schema.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Default"></see> object value that represents the default.</returns>
			<param name="schema">A <see cref="T:System.String"></see> value that specifies the schema of the default.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Default"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.DefaultCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DefaultCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.DefaultCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.DefaultCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DefaultConstraint">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.DefaultConstraint"></see> object represents a MicrosoftSQL Server default constraint.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultConstraint.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.DefaultConstraint"></see> object property changes on the instance of MicrosoftSQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultConstraint.Create">
			<summary>Creates a default constraint in the parent database as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.DefaultConstraint"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultConstraint.Drop">
			<summary>Removes the default constraint.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultConstraint.Rename(System.String)">
			<summary>Renames the default constraint.</summary>
			<param name="newname">A <see cref="T:System.String"></see> value that specifies the new name of the default constraint.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultConstraint.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the MicrosoftSQL Server default constraint.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultConstraint.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the MicrosoftSQL Server default constraint as specified by the scripting options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that specifies the scripting options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DefaultConstraint.CreateDate">
			<summary>Gets the date when the default constraint was created.</summary>
			<returns>A <see cref="T:System.DateTime"></see> object value that specifies the date when the default constraint was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DefaultConstraint.DateLastModified">
			<summary>Gets the date when the default constraint was last modified.</summary>
			<returns>A <see cref="T:System.DateTime"></see> object value that specifies the date when the default constraint was last modified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DefaultConstraint.ExtendedProperties">
			<summary>Gets the extended properties of the default constraint.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection"></see> object that specifies the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.DefaultConstraint"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DefaultConstraint.ID">
			<summary>Gets the default constraint ID value. </summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the default constraint ID value.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DefaultConstraint.IsSystemNamed">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the default constraint was named by the system or the user. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the default constraint is system defined or user defined.If True, the default constraint was named by the system.If False (default), the default constraint was named by the user.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DefaultConstraint.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Column"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.DefaultConstraint"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Column"></see> object value that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.DefaultConstraint"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DefaultConstraint.Text">
			<summary>Gets or sets the Transact-SQL statement that defines the default constraint.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the actual text of the Transact-SQL statement that defines the default constraint.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DefaultRuleBase">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.DefaultRuleBase"></see> class is a base class that is inherited by the <see cref="T:Microsoft.SqlServer.Management.Smo.Rule"></see> class and the <see cref="T:Microsoft.SqlServer.Management.Smo.Default"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultRuleBase.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Default"></see> or <see cref="T:Microsoft.SqlServer.Management.Smo.Rule"></see> class. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultRuleBase.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.Default"></see> object or <see cref="T:Microsoft.SqlServer.Management.Smo.Rule"></see> object property changes on instance of Microsoft SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultRuleBase.BindToColumn(System.String,System.String)">
			<summary>Binds the default or rule to the specified column in the specified table.</summary>
			<param name="colname">A <see cref="T:System.String"></see> value that specifies the name of the column.</param>
			<param name="tablename">A <see cref="T:System.String"></see> value that specifies the name of the table in which the column resides.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultRuleBase.BindToColumn(System.String,System.String,System.String)">
			<summary>Binds the default or rule to the specified column in the specified table with the specified schema. </summary>
			<param name="colname">A <see cref="T:System.String"></see> value that specifies the name of the column.</param>
			<param name="tableschema">A <see cref="T:System.String"></see> value that specifies the name of the table schema.</param>
			<param name="tablename">A <see cref="T:System.String"></see> value that specifies the name of the table in which the column resides.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultRuleBase.BindToDataType(System.String,System.Boolean)">
			<summary>Binds the default or rule to a data type.</summary>
			<param name="datatypename">A <see cref="T:System.String"></see> value that specifies the name of the data type.</param>
			<param name="bindcolumns">A <see cref="T:System.Boolean"></see> value that specifies whether to bind the default or rule to data types that are already bound to a column.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultRuleBase.Create">
			<summary>Creates a default or rule on the instance of Microsoft SQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.Default"></see> object or <see cref="T:Microsoft.SqlServer.Management.Smo.Rule"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultRuleBase.Drop">
			<summary>Removes the rule or the default.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultRuleBase.EnumBoundColumns">
			<summary>Enumerates a list of columns to which the default or rule is bound.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> objects that specify the columns to which the default or rule is bound.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultRuleBase.EnumBoundDataTypes">
			<summary>Enumerates a list of data types to which the default or rule is bound.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> objects that specify the data types to which the default or rule is bound.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultRuleBase.PostCreate">
			<summary>This method supports the SQL Server Management Objects infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultRuleBase.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the default or rule.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL command batch statements that defines the default or rule. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultRuleBase.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the default or rule as specified by the script options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL command batch statements that defines the default or rule. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that is used to specify the script options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultRuleBase.ScriptHeader(System.Boolean)">
			<summary>Generates a Transact-SQL script that can be used to re-create the default or rule header as specified by the script options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL command batch statements that defines the default or rule header. </returns>
			<param name="forAlter">A <see cref="T:System.Boolean"></see> value that specifies whether the header can be altered.If True, the header can be altered.If False, the header cannot be altered.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultRuleBase.UnbindFromColumn(System.String,System.String)">
			<summary>Unbinds the default or rule from the specified column.</summary>
			<param name="colname">A <see cref="T:System.String"></see> value that specifies the column.</param>
			<param name="tablename">A <see cref="T:System.String"></see> value that specifies the table in which the column resides.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultRuleBase.UnbindFromColumn(System.String,System.String,System.String)">
			<summary>Unbinds the default or rule from the specified column with the specified table schema.</summary>
			<param name="colname">A <see cref="T:System.String"></see> value that specifies the column.</param>
			<param name="tableSchema">A <see cref="T:System.String"></see> value that specifies the table schema.</param>
			<param name="tablename">A <see cref="T:System.String"></see> value that specifies the table in which the column resides.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultRuleBase.UnbindFromDataType(System.String,System.Boolean)">
			<summary>Unbinds the default or rule from the specified data type </summary>
			<param name="datatypename">A <see cref="T:System.String"></see> value that specifies the name of the data type.</param>
			<param name="bindcolumns">A <see cref="T:System.Boolean"></see> value that specifies whether to unbind the default or rule from data types that are already bound to a column.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DefaultRuleBase.ExtendedProperties">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty"></see> object represents an extended property on the <see cref="T:Microsoft.SqlServer.Management.Smo.Default"></see> object or the <see cref="T:Microsoft.SqlServer.Management.Smo.Rule"></see> object. </summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection"></see> object that represents the extended properties or the <see cref="T:Microsoft.SqlServer.Management.Smo.Default"></see> object or <see cref="T:Microsoft.SqlServer.Management.Smo.Rule"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DefaultRuleBase.TextBody">
			<summary>Gets or sets the text that defines the default or rule.</summary>
			<returns>A <see cref="T:System.String"></see> value that defines the default or rule.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DefaultRuleBase.TextHeader">
			<summary>Gets or sets the header of the text body that defines the default or rule.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the text header.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DefaultRuleBase.TextMode">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the <see cref="T:Microsoft.SqlServer.Management.Smo.Default"></see> object or <see cref="T:Microsoft.SqlServer.Management.Smo.Rule"></see> object header is editable as text. </summary>
			<returns>A <see cref="T:System.Boolean"></see> property value that specifies whether the header is editable as text.If True, the header is editable as text.If False (default), the relevant properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.Default"></see> object or <see cref="T:Microsoft.SqlServer.Management.Smo.Rule"></see> object must be set to define the trigger.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DependencyCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Dependency"></see> objects that are used to derive the node classes in SQL Server Management Objects (SMO) scripting operations.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyCollection.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollection"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyCollection.Add(Microsoft.SqlServer.Management.Smo.DependencyCollectionNode)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Smo.Dependency"></see> object to the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollection"></see> object.</summary>
			<returns>An int32 value that specifies the number of <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode"></see> objects in the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollection"></see> object.</returns>
			<param name="value">A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode"></see> that specifies the object to add to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyCollection.Clear">
			<summary>Removes all the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode"></see> objects from the referenced <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollection"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyCollection.Contains(Microsoft.SqlServer.Management.Smo.DependencyCollectionNode)">
			<summary>Determines whether the specified <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode"></see> object is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollection"></see> object.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the specified object exists in the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollection"></see> object.If True, it is a member of the collection.If False, it is not a member of the collection.</returns>
			<param name="value">A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode"></see> object that must be validated as a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollection"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyCollection.ContainsUrn(Microsoft.SqlServer.Management.Smo.Urn,Microsoft.SqlServer.Management.Smo.Server)">
			<summary>Determines whether the specified object is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollection"></see> object.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the specified object exists in the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollection"></see> object.If True, it is a member of the collection.If False, it is not a member of the collection.</returns>
			<param name="srv">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that specifies the instance of MicrosoftSQL Server.</param>
			<param name="urn">An <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> object value that specifies the object that is being validated as a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollection"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyCollection.CopyTo(Microsoft.SqlServer.Management.Smo.DependencyCollectionNode[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index position to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyCollection.GetEnumerator">
			<summary>Gets an enumerator that can iterate through the list of objects.</summary>
			<returns>An <see cref="T:System.Collections.IEnumerator"></see> object value that can be used to iterate through the collection.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyCollection.IndexOf(Microsoft.SqlServer.Management.Smo.DependencyCollectionNode)">
			<summary>Returns the index value of the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode"></see> object within the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollection"></see> object.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the index position of the specified object in the collection.</returns>
			<param name="value">A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode"></see> object that specifies the member for which the index value is required.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyCollection.Insert(System.Int32,Microsoft.SqlServer.Management.Smo.DependencyCollectionNode)">
			<summary>Inserts a <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode"></see> object at the specified index position in the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollection"></see> object.</summary>
			<param name="value">A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode"></see> object that specifies the object that is inserted in the collection at the specified index position.</param>
			<param name="index">An int32 value that specifies the index position in the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollection"></see>.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyCollection.Remove(Microsoft.SqlServer.Management.Smo.DependencyCollectionNode)">
			<summary>Removes a <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode"></see> object from the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollection"></see> object.</summary>
			<param name="value">A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode"></see> object that specifies the object that is removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollection"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyCollection.RemoveAt(System.Int32)">
			<summary>Removes a <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode"></see> object from the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollection"></see> object and the specified index position.</summary>
			<param name="index">A <see cref="T:System.Int32"></see> value that specifies the index position at which to remove a <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode"></see> object from the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollection"></see> object.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DependencyCollection.Count">
			<summary>Gets the number of <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode"></see> objects in the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollection"></see> object.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the number of <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode"></see> objects in the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollection"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DependencyCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode"></see> object value that represents the scripting dependency.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollection"></see> collection.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode"></see> class represents a node in the dependency collection that is derived during scripting operations.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode.IsRootNode">
			<summary>Gets the Boolean property value that specifies whether the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode"></see> object represents the root node in the collection.</summary>
			<returns>A Boolean value that specifies whether the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode"></see> object represents the root node in the dependency collection.If True, the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode"></see> is the root node.If False (default), the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode"></see> is not the root node.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DependencyNode">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyNode"></see> class represents a node that is defined by a URN address. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyNode.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyNode"></see> class. </summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DependencyNode.Urn">
			<summary>Gets or sets the URN value that uniquely identifies the Microsoft SQL Server object that the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyNode"></see> object represents.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> object value that represents an object on the instance of SQL Server.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DependencyTree">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree"></see> object represents a tree structure that contains Microsoft SQL server objects and their hierarchical relationships to each other. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyTree.#ctor(Microsoft.SqlServer.Management.Smo.DependencyTree)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree"></see> class.</summary>
			<param name="tree">A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree"></see> object value.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyTree.Copy">
			<summary>Makes a copy of the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree"></see> object that is a copy of the referenced <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree"></see> object.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyTree.Remove(Microsoft.SqlServer.Management.Smo.DependencyTreeNode)">
			<summary>Removes a <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode"></see> object from the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree"></see> object.</summary>
			<param name="depNode">A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode"></see> object that specifies the node to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree"></see> object.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DependencyTree.Count">
			<summary>Gets the total number of <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode"></see> objects in the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree"></see> object.</summary>
			<returns>An integer value that specifies the total number of <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode"></see> objects in the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DependencyTree.FirstChild">
			<summary>Gets the first child <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode"></see> object value that is the first in the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DependencyTree.HasChildNodes">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree"></see> object has any child nodes.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree"></see> object has dependent child <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode"></see> objects.If True, the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree"></see> object has child <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode"></see> objects.If False (default), the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree"></see> object does not have any child <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode"></see> objects.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DependencyTree.NextSibling">
			<summary>Gets the next sibling <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree"></see> object. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode"></see> object that specifies the next sibling object in the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree"></see> object hierarchy. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DependencyTree.NumberOfSiblings">
			<summary>Gets the number of sibling objects in the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree"></see> object hierarchy.</summary>
			<returns>An integer value that specifies the number of sibling objects in the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree"></see> object hierarchy. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DependencyTree.Urn">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> value of that uniquely identifies the Microsoft SQL Server object that the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree"></see> object represents.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> object value that uniquely identifies the SQL Server object that the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree"></see> object represents. </returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode"></see> class represents the child and sibling Microsoft SQL Server objects within a <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree"></see> object hierarchy. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyTreeNode.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode"></see> class. </summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DependencyTreeNode.FirstChild">
			<summary>Gets the first child <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode"></see> object of the referenced <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode"></see> object value that is the first child of the referenced <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DependencyTreeNode.HasChildNodes">
			<summary>Gets the Boolean property value that specifies whether the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode"></see> object has any child nodes.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the referenced <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode"></see> object has any child <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode"></see> objects.If True, the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree"></see> object has child <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode"></see> objects.If False (default), the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree"></see> object does not have any child <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode"></see> objects.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DependencyTreeNode.NextSibling">
			<summary>Gets the next sibling <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode"></see> object in the referenced <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode"></see> object value that specifies the next sibling of the referenced <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DependencyTreeNode.NumberOfSiblings">
			<summary>Gets the number of sibling <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode"></see> objects in the referenced <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode"></see> object. </summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the number of sibling <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode"></see> objects in the referenced <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DependencyType">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyType"></see> enumeration is a list of constant values that specifies the direction of the dependency discovery operation.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DependencyType.Children">
			<summary>The dependency discovery operation establishes relationships with child objects.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DependencyType.Parents">
			<summary>The dependency discovery operation establishes relationships with parent objects.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DependencyWalker">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyWalker"></see> object is a tool for performing scripting operations that involve dependencies such as identifying dependent relationships and converting this output to a list. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyWalker.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyWalker"></see> class. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyWalker.#ctor(Microsoft.SqlServer.Management.Smo.Server)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyWalker"></see> class on the specified instance of SQL Server.</summary>
			<param name="server">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object value that specifies the instance of Microsoft SQL Server that the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyWalker"></see> tool object is associated with.</param>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.DependencyWalker.DiscoveryProgress">
			<summary>Raises an event at intervals and reports progress on the <see cref="E:Microsoft.SqlServer.Management.Smo.DependencyWalker.DiscoveryProgress"></see> method.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyWalker.DiscoverDependencies(Microsoft.SqlServer.Management.Smo.SqlSmoObject[],System.Boolean)">
			<summary>Creates a hierarchical object tree that represents the parent or child dependent relationships for a specified object array of Microsoft SQL Server objects on the instance of SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree"></see> object that specifies the hierarchical SQL Server object tree.</returns>
			<param name="parents">A <see cref="T:System.Boolean"></see> value that specifies whether to find parent objects on which the objects in the array are dependent or the child objects that are dependent on the objects in the array. If True, the <see cref="M:Microsoft.SqlServer.Management.Smo.DependencyWalker.DiscoverDependencies(Microsoft.SqlServer.Management.Smo.SqlSmoObject[],Microsoft.SqlServer.Management.Smo.DependencyType)"></see> method will look for the parent objects for each object in the specified array.   If False, the <see cref="M:Microsoft.SqlServer.Management.Smo.DependencyWalker.DiscoverDependencies(Microsoft.SqlServer.Management.Smo.SqlSmoObject[],Microsoft.SqlServer.Management.Smo.DependencyType)"></see> method will look for the child objects for each object in the specified array. </param>
			<param name="objects">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object array value that specifies the SQL Server objects for which to discover the dependent relationships.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyWalker.DiscoverDependencies(Microsoft.SqlServer.Management.Smo.SqlSmoObject[],Microsoft.SqlServer.Management.Smo.DependencyType)">
			<summary>Creates a hierarchical object tree that represents the parent or child dependent relationships for a specified object array of Microsoft SQL Server objects on the instance of SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree"></see> object that specifies the hierarchical SQL Server object tree.</returns>
			<param name="dependencyType">A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyType"></see> object value that specifies the direction of the dependency discovery operation.</param>
			<param name="objects">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object array value that specifies the SQL Server objects for which to discover the dependent relationships.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyWalker.DiscoverDependencies(Microsoft.SqlServer.Management.Smo.Urn[],System.Boolean)">
			<summary>Creates a hierarchical object tree that represents the parent or child dependent relationships for a specified Urn array of Microsoft SQL Server objects on the instance of SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree"></see> object that specifies the hierarchical SQL Server object tree.</returns>
			<param name="urns">An <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> object array value that specifies the SQL Server objects for which to discover the dependent relationships.</param>
			<param name="parents">A <see cref="T:System.Boolean"></see> value that specifies whether to find parent objects on which the objects in the array are dependent or the child objects that are dependent on the objects in the array. If True, the <see cref="M:Microsoft.SqlServer.Management.Smo.DependencyWalker.DiscoverDependencies(Microsoft.SqlServer.Management.Smo.Urn[],System.Boolean)"></see> method will look for the parent objects for each object in the specified array.   If False, the <see cref="M:Microsoft.SqlServer.Management.Smo.DependencyWalker.DiscoverDependencies(Microsoft.SqlServer.Management.Smo.Urn[],System.Boolean)"></see> method will look for the child objects for each object in the specified array.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyWalker.DiscoverDependencies(Microsoft.SqlServer.Management.Smo.Urn[],Microsoft.SqlServer.Management.Smo.DependencyType)">
			<summary>Creates a hierarchical object tree that represents the parent or child dependent relationships for a specified Urn array of Microsoft SQL Server objects on the instance of SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree"></see> object that specifies the hierarchical SQL Server object tree.</returns>
			<param name="urns">An <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> object array value that specifies the SQL Server objects for which to discover the dependent relationships.</param>
			<param name="dependencyType">A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyType"></see> object value that specifies the direction of the dependency discovery operation.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyWalker.DiscoverDependencies(Microsoft.SqlServer.Management.Smo.UrnCollection,System.Boolean)">
			<summary>Creates a hierarchical object tree that represents the parent or child dependent relationships for a specified <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> collection of Microsoft SQL Server objects on the instance of SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree"></see> object that specifies the hierarchical SQL Server object tree.</returns>
			<param name="list">An <see cref="T:Microsoft.SqlServer.Management.Smo.UrnCollection"></see> object value that specifies the SQL Server objects for which to discover the dependent relationships.</param>
			<param name="parents">A <see cref="T:System.Boolean"></see> value that specifies whether to find parent objects on which the objects in the array are dependent or the child objects that are dependent on the objects in the array. If True, the <see cref="M:Microsoft.SqlServer.Management.Smo.DependencyWalker.DiscoverDependencies(Microsoft.SqlServer.Management.Smo.UrnCollection,System.Boolean)"></see> method will look for the parent objects for each object in the specified array.   If False, the <see cref="M:Microsoft.SqlServer.Management.Smo.DependencyWalker.DiscoverDependencies(Microsoft.SqlServer.Management.Smo.UrnCollection,System.Boolean)"></see> method will look for the child objects for each object in the specified array.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyWalker.DiscoverDependencies(Microsoft.SqlServer.Management.Smo.UrnCollection,Microsoft.SqlServer.Management.Smo.DependencyType)">
			<summary>Creates a hierarchical object tree that represents the parent or child dependent relationships for a specified <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> collection of Microsoft SQL Server objects on the instance of SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree"></see> object that specifies the hierarchical SQL Server object tree.</returns>
			<param name="list">An <see cref="T:Microsoft.SqlServer.Management.Smo.UrnCollection"></see> object value that specifies the SQL Server objects for which to discover the dependent relationships.</param>
			<param name="dependencyType">A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyType"></see> object value that specifies the direction of the dependency discovery operation.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyWalker.GetServerObject">
			<summary>Returns the <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that represents the instance of Microsoft SQL Server on which the dependency discovery operation is running.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object value that specifies the instance of SQL Server.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyWalker.WalkDependencies(Microsoft.SqlServer.Management.Smo.DependencyTree)">
			<summary>Creates a linear list of objects and their dependencies from a specified <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollection"></see> object that specifies a linear list of Microsoft SQL Server objects and their dependencies.</returns>
			<param name="tree">A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree"></see> object that specifies the hierarchical object tree.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DependencyWalker.FilterCallbackFunction">
			<summary>Gets or sets the scripting options that allow URNs to be filtered out while running the <see cref="Overload:Microsoft.SqlServer.Management.Smo.DependencyWalker.DiscoverDependencies"></see> method.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingFilter"></see> object value that specifies the invocation status for callback functions.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DependencyWalker.Server">
			<summary>Gets or sets the instance of Microsoft SQL Server that the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyWalker"></see> tool object is associated with.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object value that specifies the instance of SQL Server.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DeviceType">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.DeviceType"></see> enumeration is a list of constant values that specify the various different types of devices supported by Microsoft SQL Server.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DeviceType.File">
			<summary>Specifies a disk file.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DeviceType.LogicalDevice">
			<summary>Specifies a logical device.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DeviceType.Pipe">
			<summary>Specifies a named pipe.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DeviceType.Tape">
			<summary>Specifies a tape device.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DeviceType.VirtualDevice">
			<summary>Specifies a virtual device.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Edition">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Edition"></see> enumeration is a list of constant values that specify the various different editions of SQL Server.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.Edition.EnterpriseOrDeveloper">
			<summary>The instance of SQL Server is Enterprise Edition or Developer Edition.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.Edition.Express">
			<summary>The instance of SQL Server is Express Edition.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.Edition.PersonalOrDesktopEngine">
			<summary>The instance of SQL Server is Standard Edition.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.Edition.Unknown">
			<summary>The edition of the instance of SQL Server is unknown.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Endpoint">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Endpoint"></see> class represents an endpoint service that can listen natively for requests. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Endpoint"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.#ctor(Microsoft.SqlServer.Management.Smo.Server,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Endpoint"></see> class with the specified name on the specified instance of MicrosoftSQL Server.</summary>
			<param name="name">A <see cref="T:System.String"></see> variable that specifies the name of the endpoint.</param>
			<param name="server">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that specifies the instance of SQL Server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.Endpoint"></see> object property changes on the instance of MicrosoftSQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.Create">
			<summary>Creates an endpoint on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.Endpoint"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Denies the specified set of permissions for the specified grantee on the endpoint.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied the specified set of permissions on the endpoint.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Denies the specified set of permissions for the specified grantees on the endpoint.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied the specified set of permissions on the endpoint.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Denies the specified set of permissions for the specified grantee and other users that the grantee granted the specified set of permissions on the endpoint.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee granted the specified set of permissions, are also denied access to the specified set of permissions on the endpoint.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied the specified set of permissions on the endpoint.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Denies the specified set of permissions for the specified grantees and other users that the grantee granted the specified set of permissions on the endpoint.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee granted the specified set of permissions, are also denied access to the specified set of permissions on the endpoint.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.Disable">
			<summary>Disables the endpoint.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.Drop">
			<summary>Removes the endpoint from the instance of MicrosoftSQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.EnumObjectPermissions">
			<summary>Enumerates a list of permissions for the endpoint.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> object array value that contains a list of permissions for the endpoint.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of permissions for the endpoint limited to the specified permission set.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> object array value that contains a list of permissions for the endpoint.</returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that limits the enumerated list to those listed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.EnumObjectPermissions(System.String)">
			<summary>Enumerates a list of permissions for the endpoint that belongs to the specified user.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> object array value that contains a list of permissions for the endpoint.</returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the user who is the owner of the endpoint.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of permissions for the endpoint that belong to the specified user and limited to the specified permission set.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> object array value that contains a list of permissions for the endpoint.</returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the user who is the owner of the endpoint.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that limits the enumerated list to those listed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Grants the specified set of permissions to the specified grantee on the endpoint.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be granted the specified set of permissions on the endpoint.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Grants the specified set of permissions to the specified grantees on the endpoint.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that lists the grantees to be granted the specified set of permissions on the endpoint.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Grants access to the specified permission to the grantee and the ability to grant access to other users on the endpoint.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the endpoint.If True, the grantee is given the ability to grant the specified set of permissions to other users on the endpoint.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the endpoint.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Grants access to the specified permission to the grantees and the ability to grant access to other users on the endpoint.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the endpoint. If True, the grantee is given the ability to grant the specified set of permissions to other users on the endpoint.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the endpoint.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Grants the specified set of permissions to the grantee and the ability to grant the set of permissions to other users on the endpoint under an assumed role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the endpoint.If True, the grantee is given the ability to grant the specified set of permissions to other users on the endpoint.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the endpoint. </param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be denied access to the permission.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the endpoint. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Grants the specified set of permissions to the grantees and the ability to grant the set of permissions to other users on the endpoint under an assumed role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the endpoint.If True, the grantee is given the ability to grant the specified set of permissions to other users on the endpoint.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the endpoint. </param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be granted the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the endpoint. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.Refresh">
			<summary>Refreshes the endpoint.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Revokes a previously granted set of permissions from a grantee on the endpoint.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Revokes a previously granted set of permissions from a list of grantees on the endpoint.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from a grantee on the endpoint and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the endpoint.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the endpoint.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the endpoint.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the endpoint.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from grantees on the endpoint and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the endpoint.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the endpoint.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the endpoint.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the endpoint.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from a grantee on the endpoint and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the endpoint.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the endpoint.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the endpoint.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the endpoint.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the endpoint. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from grantees on the endpoint and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the endpoint.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the endpoint.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the endpoint.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the endpoint.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the endpoint. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the endpoint.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the endpoint as specified by the script options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that is used to specify the script options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.Start">
			<summary>Starts the endpoint listening and processing requests.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.Stop">
			<summary>Stops the endpoint listening and processing requests.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Endpoint.EndpointState">
			<summary>Gets the state of the endpoint.</summary>
			<returns>An <see cref="P:Microsoft.SqlServer.Management.Smo.Endpoint.EndpointState"></see> object value that specifies the state of the endpoint.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Endpoint.EndpointType">
			<summary>Gets or sets the type of the endpoint.</summary>
			<returns>An <see cref="P:Microsoft.SqlServer.Management.Smo.Endpoint.EndpointType"></see> object value that specifies the type of the endpoint.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Endpoint.ID">
			<summary>Gets the ID value that uniquely identifies the endpoint.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value of the endpoint.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Endpoint.IsAdminEndpoint">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the endpoint is for administration.</summary>
			<returns>An <see cref="T:System.Boolean"></see> value that specifies whether the endpoint is for administration.If True, the endpoint is for administration.If False (default), the endpoint is not for administration.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Endpoint.Owner">
			<summary>Gets or sets the owner of the endpoint.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the owner of the endpoint.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Endpoint.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Endpoint"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Endpoint"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Endpoint.Payload">
			<summary>Gets the endpoint payload.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Payload"></see> object that specifies the endpoint payload.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Endpoint.Protocol">
			<summary>Gets the protocol used by the endpoint.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Protocol"></see> object value that specifies the protocol used by the endpoint.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Endpoint.ProtocolType">
			<summary>Gets or sets the protocol type used by the endpoint.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ProtocolType"></see> object value that specifies the type of protocol used by the endpoint.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.EndpointCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.EndpointCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Endpoint"></see> objects that represent all the HTTP endpoints.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.EndpointCollection.Add(Microsoft.SqlServer.Management.Smo.Endpoint)">
			<summary>Adds the specified endpoint to the collection.</summary>
			<param name="endpoint">A <see cref="T:Microsoft.SqlServer.Management.Smo.Endpoint"></see> object to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.EndpointCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Endpoint[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Endpoint"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.EndpointCollection.EnumEndpoints(Microsoft.SqlServer.Management.Smo.EndpointType)">
			<summary>Returns an enumerated list of endpoints of the specified type.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Endpoint"></see> objects that specifies the list of endpoints of the specified type.</returns>
			<param name="endpointType">An <see cref="T:Microsoft.SqlServer.Management.Smo.EndpointType"></see> object that specifies the type of endpoint to enumerate.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.EndpointCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.EndpointCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Endpoint"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Endpoint"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.EndpointCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.EndpointCollection.Item(System.Int32)">
			<summary>Gets an <see cref="T:Microsoft.SqlServer.Management.Smo.Endpoint"></see> object in the collection by index number.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Endpoint"></see> object value that represents the HTTP endpoint.</returns>
			<param name="index">An integer value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Endpoint"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.EndpointCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.EndpointCollection.Item(System.String)">
			<summary>Gets an <see cref="T:Microsoft.SqlServer.Management.Smo.Endpoint"></see> object in the collection by name.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Endpoint"></see> object value that represents the HTTP endpoint.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Endpoint"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.EndpointCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.EndpointCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.EndpointCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.EndpointCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.EndpointPayload">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.EndpointPayload"></see> object represents an endpoint payload.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.EndpointPayload.ToString">
			<summary>Returns a <see cref="T:System.String"></see> that represents the referenced object.</summary>
			<returns>A string value that represents the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.EndpointPayload.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Smo.Endpoint"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.EndpointPayload"></see> object.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Endpoint"></see> object value that owns the <see cref="T:Microsoft.SqlServer.Management.Smo.EndpointPayload"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.EndpointProtocol">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.EndpointProtocol"></see> object represents an HTTP endpoint protocol.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.EndpointProtocol.ToString">
			<summary>Returns a <see cref="T:System.String"></see> that represents the referenced object.</summary>
			<returns>A string value that represents the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.EndpointProtocol.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Smo.Endpoint"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.EndpointProtocol"></see> object.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Endpoint"></see> object value that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.EndpointProtocol"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.EventProperty">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.EventProperty"></see> class represents a property of an event.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.EventProperty.Name">
			<summary>Gets the name of the event property.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the event property.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.EventProperty.Value">
			<summary>Gets the value of the event property.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the value of the event property.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.EventPropertyCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.EventPropertyCollection"></see> object represents the properties of event objects.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.EventPropertyCollection.CopyTo(Microsoft.SqlServer.Management.Smo.EventProperty[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.EventProperty"></see> objects to which to copy the collection.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.EventPropertyCollection.GetEnumerator">
			<summary>Gets an enumerator that can iterate through the list of objects.</summary>
			<returns>An <see cref="T:System.Collections.IEnumerator"></see> object value that can be used to iterate through the collection.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.EventPropertyCollection.Count">
			<summary>Gets the number of <see cref="T:Microsoft.SqlServer.Management.Smo.EventProperty"></see> objects in the <see cref="T:Microsoft.SqlServer.Management.Smo.EventPropertyCollection"></see> object.</summary>
			<returns>An int32 value that specifies the number of <see cref="T:Microsoft.SqlServer.Management.Smo.EventProperty"></see> objects in the <see cref="T:Microsoft.SqlServer.Management.Smo.EventPropertyCollection"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.EventPropertyCollection.Item(System.Int32)">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.EventProperty"></see> object at the specified index position.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.EventProperty"></see> object value that specifies the event property at the specified index position.</returns>
			<param name="key">A <see cref="T:System.Int32"></see> value that specifies the index position of the <see cref="T:Microsoft.SqlServer.Management.Smo.EventProperty"></see> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.EventPropertyCollection.Item(System.String)">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.EventProperty"></see> object with the specified name.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.EventProperty"></see> object value that specifies the event property with the specified name.</returns>
			<param name="key">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.EventProperty"></see> object.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.EventType">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.EventType"></see> enumeration is a list of constant values that specify the various different types of events supported by Microsoft SQL Server.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AddRoleMember">
			<summary>Event that occurs when a member is added to a database role.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AddServerRoleMember">
			<summary>Event that occurs when a member is added to a server role.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterApplicationRole">
			<summary>Event that occurs when an application role is altered.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterAssembly">
			<summary>Event that occurs when an assembly is altered.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterAuthorizationDatabase">
			<summary>Event that occurs when an authorization database is altered.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterAuthorizationServer">
			<summary>Event that occurs when an authorization server is altered.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterCertificate">
			<summary>Event that occurs when a certificate is altered.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterDatabase">
			<summary>Event that occurs when a database is altered.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterEndpoint">
			<summary>Event that occurs when an HTTP endpoint is altered.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterFunction">
			<summary>Event that occurs when a function is altered.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterIndex">
			<summary>Event that occurs when an index is altered.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterLogin">
			<summary>Event that occurs when a login is altered.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterMessageType">
			<summary>Event that occurs when a message is altered.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterPartitionFunction">
			<summary>Event that occurs when a partition function is altered.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterPartitionScheme">
			<summary>Event that occurs when a partition scheme is altered.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterProcedure">
			<summary>Event that occurs when a stored procedure is altered.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterQueue">
			<summary>Event that occurs when a queue is altered.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterRemoteServiceBinding">
			<summary>Event that occurs when a remote service binding is altered.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterRole">
			<summary>Event that occurs when a role is altered.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterRoute">
			<summary>Event that occurs when a route is altered.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterSchema">
			<summary>Event that occurs when a schema is altered.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterService">
			<summary>Event that occurs when a service is altered.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterTable">
			<summary>Event that occurs when a table is altered.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterTrigger">
			<summary>Event that occurs when a trigger is altered.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterUser">
			<summary>Event that occurs when a user is altered.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterView">
			<summary>Event that occurs when a view is altered.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterXmlSchemaCollection">
			<summary>Event that occurs when an XML schema collection is altered.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AssemblyLoad">
			<summary>Event that occurs when an assembly is loaded.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditAddDBUserEvent">
			<summary>Event that occurs when adding a database user is audited.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditAddloginEvent">
			<summary>Event that occurs when adding a login is audited.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditAddLoginToServerRoleEvent">
			<summary>Event that occurs when adding a login to a server role is audited.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditAddMemberToDBRoleEvent">
			<summary>Event that occurs when adding a member to a database role is audited.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditAddRoleEvent">
			<summary>Event that occurs when adding a role is audited.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditAppRoleChangePasswordEvent">
			<summary>Event that occurs when changing an application role password is audited.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditBackupRestoreEvent">
			<summary>Event that occurs when backing up or restoring is audited.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditChangeAuditEvent">
			<summary>Event that occurs when changing an audit event is audited.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditChangeDatabaseOwner">
			<summary>Event that occurs when changing the database owner is audited.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditDatabaseManagementEvent">
			<summary>Event that occurs when database management is audited.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditDatabaseObjectAccessEvent">
			<summary>Event that occurs when accessing a database object is audited.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditDatabaseObjectGdrEvent">
			<summary>Event that occurs when a database object's GDR is audited.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditDatabaseObjectManagementEvent">
			<summary>Event that occurs when database object management is audited.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditDatabaseObjectTakeOwnershipEvent">
			<summary>Event that occurs when taking ownership of a database object is audited.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditDatabaseOperationEvent">
			<summary>Event that occurs when database operations are audited.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditDatabasePrincipalImpersonationEvent">
			<summary>Event that occurs when database principal impersonation is audited.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditDatabasePrincipalManagementEvent">
			<summary>Event that occurs when database principal management is audited.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditDatabaseScopeGdrEvent">
			<summary>Event that occurs when database scope GDR is audited.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditDbccEvent">
			<summary>Event that occurs when a database consistency check (DBCC) event is audited.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditLogin">
			<summary>Event that occurs when a login is audited.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditLoginChangePasswordEvent">
			<summary>Event that occurs when a login password change is audited.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditLoginChangePropertyEvent">
			<summary>Event that occurs when a login property change is audited.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditLoginFailed">
			<summary>Event that occurs when a failed login attempt is audited.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditLoginGdrEvent">
			<summary>Event that occurs when a login GDR event is audited.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditLogout">
			<summary>Event that occurs when a log out is audited.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditSchemaObjectAccessEvent">
			<summary>Event that occurs when access to a schema object is audited.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditSchemaObjectGdrEvent">
			<summary>Event that occurs when a schema object GDR is audited.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditSchemaObjectManagementEvent">
			<summary>Event that occurs when schema object management is audited.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditSchemaObjectTakeOwnershipEvent">
			<summary>Event that occurs when taking ownership of a schema object is audited.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditServerAlterTraceEvent">
			<summary>Event that occurs when an alter server trace is audited.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditServerObjectGdrEvent">
			<summary>Event that occurs when a server object GDR is audited.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditServerObjectManagementEvent">
			<summary>Event that occurs when server object management is audited.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditServerObjectTakeOwnershipEvent">
			<summary>Event that occurs when taking ownership of the server object is audited.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditServerOperationEvent">
			<summary>Event that occurs when server operation is audited.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditServerPrincipalImpersonationEvent">
			<summary>Event that occurs when server principal impersonation is audited.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditServerPrincipalManagementEvent">
			<summary>Event that occurs when server principal management is audited.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditServerScopeGdrEvent">
			<summary>Event that occurs when server scope GDR is audited.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.BlockedProcessReport">
			<summary>Event that occurs when a blocked process is reported.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.BrokerQueueDisabled">
			<summary>Event that occurs when a Service Broker queue is disabled.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateApplicationRole">
			<summary>Event that occurs when an application role is created.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateAssembly">
			<summary>Event that occurs when a server assembly is created.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateCertificate">
			<summary>Event that occurs when a certificate is created.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateContract">
			<summary>Event that occurs when a contract is created.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateDatabase">
			<summary>Event that occurs when a database is created.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateEndpoint">
			<summary>Event that occurs when an endpoint is created.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateEventNotification">
			<summary>Event that occurs when event notification is created.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateFunction">
			<summary>Event that occurs when a function is created.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateIndex">
			<summary>Event that occurs when an index is created.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateLogin">
			<summary>Event that occurs when a login is created.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateMessageType">
			<summary>Event that occurs when a message type is created.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreatePartitionFunction">
			<summary>Event that occurs when a partition function is created.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreatePartitionScheme">
			<summary>Event that occurs when a partition scheme is created.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateProcedure">
			<summary>Event that occurs when a stored procedure is created.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateQueue">
			<summary>Event that occurs when a queue is created.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateRemoteServiceBinding">
			<summary>Event that occurs when a remote service binding is created.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateRole">
			<summary>Event that occurs when a role is created.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateRoute">
			<summary>Event that occurs when a route is created.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateSchema">
			<summary>Event that occurs when a schema is created.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateService">
			<summary>Event that occurs when a service is created.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateStatistics">
			<summary>Event that occurs when a statistics counter is created.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateSynonym">
			<summary>Event that occurs when a synonym is created.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateTable">
			<summary>Event that occurs when a table is created.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateTrigger">
			<summary>Event that occurs when a trigger is created.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateType">
			<summary>Event that occurs when a type is created.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateUser">
			<summary>Event that occurs when a user is created.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateView">
			<summary>Event that occurs when a view is created.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateXmlIndex">
			<summary>Event that occurs when an XML index is created.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateXmlSchemaCollection">
			<summary>Event that occurs when an XML schema collection is created.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DatabaseMirroringStateChange">
			<summary>Event that occurs when the mirroring state of a database changes. </summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DataFileAutoGrow">
			<summary>Event that occurs when a data file grows automatically.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DataFileAutoShrink">
			<summary>Event that occurs when a data file shrinks automatically.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DeadlockGraph">
			<summary>Event that occurs when a deadlock graph occurs.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DenyDatabase">
			<summary>Event that occurs when a database denies access.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DenyServer">
			<summary>Event that occurs when a server denies access.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DeprecationAnnouncement">
			<summary>Event that occurs when a deprecation announcement is issued.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DeprecationFinalSupport">
			<summary>Event that occurs when a deprecation final support message is issued.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropApplicationRole">
			<summary>Event that occurs when an application role is dropped.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropAssembly">
			<summary>Event that occurs when an assembly is dropped.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropCertificate">
			<summary>Event that occurs when a certificate is dropped.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropContract">
			<summary>Event that occurs when a contract is dropped.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropDatabase">
			<summary>Event that occurs when a database is dropped.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropEndpoint">
			<summary>Event that occurs when an HTTP endpoint is dropped.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropEventNotification">
			<summary>Event that occurs when an event notification is dropped.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropFunction">
			<summary>Event that occurs when a function is dropped.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropIndex">
			<summary>Event that occurs when an index is dropped.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropLogin">
			<summary>Event that occurs when a login is dropped.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropMessageType">
			<summary>Event that occurs when a message is dropped.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropPartitionFunction">
			<summary>Event that occurs when a partition function is dropped.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropPartitionScheme">
			<summary>Event that occurs when a partition scheme is dropped.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropProcedure">
			<summary>Event that occurs when a procedure is dropped.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropQueue">
			<summary>Event that occurs when a queue is dropped.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropRemoteServiceBinding">
			<summary>Event that occurs when a remote service binding is dropped.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropRole">
			<summary>Event that occurs when a role is dropped.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropRoleMember">
			<summary>Event that occurs when a member of a role is dropped.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropRoute">
			<summary>Event that occurs when a route is dropped.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropSchema">
			<summary>Event that occurs when a schema is dropped.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropServerRoleMember">
			<summary>Event that occurs when a member of a server role is dropped.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropService">
			<summary>Event that occurs when a service is dropped.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropStatistics">
			<summary>Event that occurs when a statistics counter is dropped.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropSynonym">
			<summary>Event that occurs when a synonym is dropped.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropTable">
			<summary>Event that occurs when a table is dropped.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropTrigger">
			<summary>Event that occurs when a trigger is dropped.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropType">
			<summary>Event that occurs when a type is dropped.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropUser">
			<summary>Event that occurs when a user is dropped.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropView">
			<summary>Event that occurs when a view is dropped.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropXmlSchemaCollection">
			<summary>Event that occurs when an XML schema collection is dropped.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.Errorlog">
			<summary>Event that occurs when an error is logged.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.Eventlog">
			<summary>Event that occurs when an event is logged.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.Exception">
			<summary>Event that occurs when an exception occurs.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.ExchangeSpillEvent">
			<summary>Event that occurs when an exchange spill event occurs.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.ExecutionWarnings">
			<summary>Event that occurs when an execution warning occurs.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.FtCrawlAborted">
			<summary>Event that occurs when an FT crawl is stopped.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.FtCrawlStarted">
			<summary>Event that occurs when an FT crawl is started.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.FtCrawlStopped">
			<summary>Event that occurs when an FT crawl is stopped.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.GrantDatabase">
			<summary>Event that occurs when access is granted to a database.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.GrantServer">
			<summary>Event that occurs when access to a server is granted.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.HashWarning">
			<summary>Event that occurs when a hash warning occurs.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.LockDeadlock">
			<summary>Event that occurs when a deadlock occurs.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.LockDeadlockChain">
			<summary>Event that occurs when a deadlock chain occurs.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.LockEscalation">
			<summary>Event that occurs when lock escalation occurs.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.LogFileAutoGrow">
			<summary>Event that occurs when the log file automatically grows.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.LogFileAutoShrink">
			<summary>Event that occurs when log file is automatically shrinked.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.MissingColumnStatistics">
			<summary>Event that occurs when missing columns statistics are discovered.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.MissingJoinPredicate">
			<summary>Event that occurs when a missing join predicate occurs.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.MountTape">
			<summary>Event that occurs when tape is mounted.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.ObjectAltered">
			<summary>Event that occurs when an object is altered.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.ObjectCreated">
			<summary>Event that occurs when an object is created.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.ObjectDeleted">
			<summary>Event that occurs when an object is deleted.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.OledbCallEvent">
			<summary>Event that occurs when an OLE DB call event occurs.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.OledbDatareadEvent">
			<summary>Event that occurs when an OLE DB data is read.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.OledbErrors">
			<summary>Event that occurs when OLE DB errors occur.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.OledbProviderInformation">
			<summary>Event that occurs when OLE DB provider information is accessed.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.OledbQueryinterfaceEvent">
			<summary>Event that occurs when an OLE DB interface is queried.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.Qn_dynamics">
			<summary>Event that occurs when a dynamics event occurs.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.Qn_parameterTable">
			<summary>Event that occurs when a parameter table event occurs.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.Qn_subscription">
			<summary>Event that occurs when a subscription event occurs.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.Qn_template">
			<summary>Event that occurs when a template event occurs.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.QueueActivation">
			<summary>Event that occurs when a queue is activated.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.RevokeDatabase">
			<summary>Event that occurs when access to a database is revoked.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.RevokeServer">
			<summary>Event that occurs when access to a server is revoked.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.ServerMemoryChange">
			<summary>Event that occurs when a change to the server memory is made.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.ShowplanAllForQueryCompile">
			<summary>Event that occurs when a Showplan All For Query Compile request occurs.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.ShowplanXml">
			<summary>Event that occurs when a Showplan XML request occurs.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.ShowplanXmlForQueryCompile">
			<summary>Event that occurs when a Showplan XML For Query Compile request occurs.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.ShowplanXmlStatisticsProfile">
			<summary>Event that occurs when a Showplan XML statistics profile request occurs.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.SortWarnings">
			<summary>Event that occurs when a warning message is generated during a sort operation.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.SpCacheinsert">
			<summary>Event that occurs when a stored procedure cache insert occurs.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.SpCachemiss">
			<summary>Event that occurs when a stored procedure cache miss occurs.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.SpCacheremove">
			<summary>Event that occurs when a stored procedure cache remove occurs.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.SpRecompile">
			<summary>Event that occurs when a stored procedure is recompiled.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.SqlStmtrecompile">
			<summary>Event that occurs when a Transact-SQL statement is recompiled.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.TraceFileClose">
			<summary>Event that occurs when a trace file is closed.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.UpdateStatistics">
			<summary>Event that occurs when statistics are updated.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.Userconfigurable0">
			<summary>A user-configurable event.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.Userconfigurable1">
			<summary>A user-configurable event.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.Userconfigurable2">
			<summary>A user-configurable event.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.Userconfigurable3">
			<summary>A user-configurable event.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.Userconfigurable4">
			<summary>A user-configurable event.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.Userconfigurable5">
			<summary>A user-configurable event.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.Userconfigurable6">
			<summary>A user-configurable event.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.Userconfigurable7">
			<summary>A user-configurable event.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.Userconfigurable8">
			<summary>A user-configurable event.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.Userconfigurable9">
			<summary>A user-configurable event.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.UserErrorMessage">
			<summary>Event that occurs when a user error message is issued.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.XqueryStaticType">
			<summary>Event that occurs when an Xquery static type event occurs.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ExecutionStatus">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ExecutionStatus"></see> enumeration is a list of constant values that specify the status of an executing process.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.ExecutionStatus.Failed">
			<summary>The process has failed.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.ExecutionStatus.Inactive">
			<summary>The process is inactive.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.ExecutionStatus.InProgress">
			<summary>The process is running.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.ExecutionStatus.Succeeded">
			<summary>The process has completed successfully.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty"></see> object represents the extended properties that are defined for any object that has an <see cref="P:Microsoft.SqlServer.Management.Smo.Database.ExtendedProperties"></see> collection property.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedProperty.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedProperty.#ctor(Microsoft.SqlServer.Management.Smo.SqlSmoObject,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty"></see> class with the specified parent and name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the extended property.</param>
			<param name="parent">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object that specifies the object on which to add the extended property.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedProperty.#ctor(Microsoft.SqlServer.Management.Smo.SqlSmoObject,System.String,System.Object)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty"></see> class with the specified parent, name, and value.</summary>
			<param name="propertyValue">An <see cref="T:System.Object"></see> object value that specifies the property value of the object.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the extended property.</param>
			<param name="parent">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object that specifies the object on which to add the extended property.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedProperty.Alter">
			<summary>Updates the extended property on the instance of Microsoft SQL Server with any property changes that have been made to the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty"></see> object that it represents. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedProperty.Create">
			<summary>Creates an extended property on the instance of Microsoft SQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedProperty.Drop">
			<summary>Drops the extended property that is represented by the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedProperty.MarkForDrop(System.Boolean)">
			<summary>Marks the object so that it will be dropped the next time the <see cref="M:Microsoft.SqlServer.Management.Smo.ExtendedProperty.Alter"></see> method is called for its parent object.</summary>
			<param name="dropOnAlter">A Boolean value that specifies whether the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty"></see> object and the extended property it represents are dropped when the <see cref="M:Microsoft.SqlServer.Management.Smo.ExtendedProperty.Alter"></see> method is run on the parent object or not.If True, the extended property is dropped when the <see cref="M:Microsoft.SqlServer.Management.Smo.ExtendedProperty.Alter"></see> method is run on the parent object.   If False, the extended property is not dropped when the <see cref="M:Microsoft.SqlServer.Management.Smo.ExtendedProperty.Alter"></see> method is run on the parent object. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedProperty.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the extended property.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedProperty.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the extended property as specified by the script options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that is used to specify the script options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ExtendedProperty.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ExtendedProperty.Value">
			<summary>Gets or sets the string value of the extended property.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the value of the extended property.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection"></see>objects that represent all the extended properties.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection.Add(Microsoft.SqlServer.Management.Smo.ExtendedProperty)">
			<summary>Adds an <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty"></see> object to the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection"></see> collection.</summary>
			<param name="extendedProperty">An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty"></see> object to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection"></see> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection.CopyTo(Microsoft.SqlServer.Management.Smo.ExtendedProperty[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index position to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection.Remove(Microsoft.SqlServer.Management.Smo.ExtendedProperty)">
			<summary>Removes an <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty"></see> object from the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection"></see> collection object.</summary>
			<param name="extendedProperty">An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty"></see> object to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection"></see> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection.Remove(System.String)">
			<summary>Removes an <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty"></see> object from the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection"></see> collection object.</summary>
			<param name="name">A <see cref="T:System.String"></see> that specifies the name of the extended property to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection.Item(System.Int32)">
			<summary>Gets an <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty"></see> object in the collection by index number.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty"></see> object value that represents the extended property.</returns>
			<param name="index">An integer value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection.Item(System.String)">
			<summary>Gets an <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty"></see> object in the collection by name.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty"></see> object value that represents the extended property.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure"></see> object represents an extended stored procedure on the instance of MicrosoftSQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure"></see> class. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure"></see> class on the specified database and with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the extended stored procedure.</param>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object value that specifies the database on which to create the extended stored procedure.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure"></see> class on the specified database and with the specified name and schema.</summary>
			<param name="schema">A <see cref="T:System.String"></see> value that specifies the name of the schema on which to create the extended stored procedure.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the schema on which to create the extended stored procedure.</param>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object value that specifies the database on which to create the extended stored procedure.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.Alter">
			<summary>Updates the extended stored procedure on the instance of MicrosoftSQL Server with any property changes that have been made to the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure"></see> object that it represents. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.ChangeSchema(System.String)">
			<summary>Changes the schema associated with the stored procedure.</summary>
			<param name="newSchema">A <see cref="T:System.String"></see> value that specifies the name of the new schema.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.Create">
			<summary>Creates an extended stored procedure on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Denies the specified set of permissions for the specified grantee on the extended stored procedure.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied the specified set of permissions on the extended stored procedure.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Denies the specified set of permissions for the specified grantees on the extended stored procedure.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied the specified set of permissions on the extended stored procedure.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Denies the specified set of permissions for the specified grantee and other users that the grantee granted the specified set of permissions on the extended stored procedure.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the extended stored procedure.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied the specified set of permissions on the extended stored procedure.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Denies the specified set of permissions for the specified grantees and other users that the grantee granted the specified set of permissions on the extended stored procedure.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the extended stored procedure.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.Drop">
			<summary>Drops the extended stored procedure that is represented by the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.EnumObjectPermissions">
			<summary>Enumerates a list of permissions for the extended stored procedure.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> object array value that contains a list of permissions for the extended stored procedure.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of permissions for the extended stored procedure limited to the specified permission set.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> object array value that contains a list of permissions for the extended stored procedure.</returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that limits the enumerated list to those listed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.EnumObjectPermissions(System.String)">
			<summary>Enumerates a list of permissions for the extended stored procedure that belongs to the specified user.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> object array value that contains a list of permissions for the extended stored procedure.</returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the user who is owner of the extended stored procedure.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of permissions for the extended stored procedure that belong to the specified user and limited to the specified permission set.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> object array value that contains a list of permissions for the extended stored procedure.</returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the user who is owner of the extended stored procedure.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that limits the enumerated list to those listed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Grants the specified set of permissions to the specified grantee on the extended stored procedure.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be granted the specified set of permissions on the extended stored procedure.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Grants the specified set of permissions to the specified grantees on the extended stored procedure.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that lists the grantees to be granted the specified set of permissions on the extended stored procedure.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Grants access to the specified permission to the grantee and the ability to grant access to other users on the extended stored procedure.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the extended stored procedure.If True, the grantee is given the ability to grant the specified set of permissions to other users on the extended stored procedure.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the extended stored procedure.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Grants access to the specified permission to the grantees and the ability to grant access to other users on the extended stored procedure.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the extended stored procedure. If True, the grantee is given the ability to grant the specified set of permissions to other users on the extended stored procedure.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the extended stored procedure.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Grants the specified set of permissions to the grantee and the ability to grant the set of permissions to other users on the extended stored procedure under an assumed role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the extended stored procedure.If True, the grantee is given the ability to grant the specified set of permissions to other users on the extended stored procedure.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the extended stored procedure. </param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be denied access to the permission.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the extended stored procedure. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Grants the specified set of permissions to the grantees and the ability to grant the set of permissions to other users on the extended stored procedure under an assumed role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the extended stored procedure.If True, the grantee is given the ability to grant the specified set of permissions to other users on the extended stored procedure.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the extended stored procedure. </param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be granted the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the extended stored procedure. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Revokes a previously granted set of permissions from a grantee on the extended stored procedure.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Revokes a previously granted set of permissions from a list of grantees on the extended stored procedure.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from a grantee on the extended stored procedure and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the extended stored procedure.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the extended stored procedure.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the extended stored procedure.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the extended stored procedure.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from grantees on the extended stored procedure and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the extended stored procedure.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the extended stored procedure.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the extended stored procedure.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the extended stored procedure.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from a grantee on the extended stored procedure and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the extended stored procedure.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the extended stored procedure.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the extended stored procedure.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the extended stored procedure.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the extended stored procedure. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from grantees on the extended stored procedure and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the extended stored procedure.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the extended stored procedure.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the extended stored procedure.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the extended stored procedure.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the extended stored procedure. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.CreateDate">
			<summary>Gets the date and time when the extended stored procedure was created.</summary>
			<returns>A <see cref="T:System.DateTime"></see> object value that specifies the date and time when the extended stored procedure was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.DateLastModified">
			<summary>Gets the date and time when the extended stored procedure was last modified.</summary>
			<returns>A <see cref="T:System.DateTime"></see> object value that specifies the date and time when the extended stored procedure was last modified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.DllLocation">
			<summary>Gets or sets the directory path for the dynamic link library that contains the external, user-defined routine.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the directory path for the dynamic link library that contains the routine.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.ExtendedProperties">
			<summary>Gets the extended properties of the extended stored procedure.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection"></see> object that specifies the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.ID">
			<summary>Gets the system ID value that uniquely identifies the extended stored procedure.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value of the extended stored procedure.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.IsSystemObject">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the extended stored procedure is a system object or not.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the extended stored procedure is a system object.If True, the extended stored procedure is a system object.If False, the extended stored procedure is a user object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object value that specifies parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedureCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedureCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure"></see> objects that represent all the extended stored procedures defined on the parent database.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedureCollection.Add(Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure)">
			<summary>Adds the specified extended stored procedure to the collection.</summary>
			<param name="extendedStoredProcedure">An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure"></see> object to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedureCollection.CopyTo(Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index position to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedureCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedureCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedureCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedureCollection.Item(System.Int32)">
			<summary>Gets an <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure"></see> object in the collection by index number.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure"></see> object value that represents the extended stored procedure.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedureCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedureCollection.Item(System.String)">
			<summary>Gets an <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure"></see> object in the collection by name.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure"></see> object value that represents the extended stored procedure.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedureCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedureCollection.Item(System.String,System.String)">
			<summary>Gets an <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure"></see> object in the collection by name with a specified schema. </summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure"></see> object value that represents the extended stored procedure.</returns>
			<param name="schema">A <see cref="T:System.String"></see> value that specifies the name of the schema.</param>
			<param name="name">A string value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedureCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedureCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedureCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedureCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.FailedOperationException">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.FailedOperationException"></see> class represents the exception raised when an operation fails.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FailedOperationException.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.FailedOperationException"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FailedOperationException.#ctor(System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.FailedOperationException"></see> class with the specified message.</summary>
			<param name="message">A <see cref="T:System.String"></see> value that specifies the message string for the Failed Operation exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FailedOperationException.#ctor(System.String,System.Exception)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.FailedOperationException"></see> class with the specified message and inner exception.</summary>
			<param name="message">A <see cref="T:System.String"></see> value that specifies the message string for the Failed Operation exception.</param>
			<param name="innerException">An <see cref="T:System.Exception"></see> object that specifies the inner exception for the Failed Operation exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FailedOperationException.#ctor(System.String,System.Object,System.Exception)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.FailedOperationException"></see> class with the specified object on which the specified operation failed and with the specified inner exception.</summary>
			<param name="failedObject">An <see cref="T:System.Object"></see> system object value that specifies the object on which the operation failed.</param>
			<param name="operation">A <see cref="T:System.String"></see> object that specifies the operation that failed.</param>
			<param name="innerException">An <see cref="T:System.Exception"></see> system object value that specifies the inner exception for the Failed Operation exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FailedOperationException.#ctor(System.String,System.Object,System.Exception,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.FailedOperationException"></see> class with the specified object on which the specified operation failed and with the specified inner exception and reason for occurring.</summary>
			<param name="reason">A <see cref="T:System.String"></see> value that specifies the reason why the exception occurred.</param>
			<param name="failedObject">An <see cref="T:System.Object"></see> system object value that specifies the object on which the operation failed.</param>
			<param name="operation">A <see cref="T:System.String"></see> value that specifies the operation that failed.</param>
			<param name="innerException">An <see cref="T:System.Exception"></see> system object value that specifies the inner exception for the Failed Operation exception.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FailedOperationException.FailedObject">
			<summary>Gets or sets the object on which the operation failed.</summary>
			<returns>An <see cref="T:System.Object"></see> system object value that specifies the object on which the operation failed.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FailedOperationException.Message">
			<summary>Gets the message text that explains the exception.</summary>
			<returns>A <see cref="T:System.String"></see> value that contains an explanation of the exception.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FailedOperationException.Operation">
			<summary>Gets or sets the operation that failed.</summary>
			<returns>A <see cref="T:System.String"></see> value that contains the name of the operation that failed.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FailedOperationException.SmoExceptionType">
			<summary>Gets the exception type.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.SmoExceptionType"></see> object value that specifies the type of exception.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.FileGroup">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup"></see> object represents a MicrosoftSQL Server file group.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FileGroup.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FileGroup.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup"></see> class on the specified database with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that represents the name of the file group.</param>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object value that represents the database that stores files in the file group.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FileGroup.Alter">
			<summary>Updates any property changes to the <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup"></see> object on the instance of MicrosoftSQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FileGroup.CheckFileGroup">
			<summary>Scans and tests the integrity of database pages maintained in operating system files that implement the file group.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> object value that contains the error messages returned for the integrity test.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FileGroup.CheckFileGroupDataOnly">
			<summary>Scans and tests the integrity of database pages that are used to maintain table data in operating system files that implement the file group.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> object value that contains the error messages returned for the integrity test.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FileGroup.Create">
			<summary>Creates a new file group based on the <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FileGroup.Drop">
			<summary>Drops the file group from the database.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FileGroup.EnumObjects">
			<summary>Enumerates the system and user-defined tables, indexes, and statistics mechanisms stored within a file group.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object array that contains all the objects within the file group.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FileGroup.MarkForDrop(System.Boolean)">
			<summary>Marks the file group to be dropped next time its parent <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object is altered by the <see cref="M:Microsoft.SqlServer.Management.Smo.Database.Alter"></see> method.</summary>
			<param name="dropOnAlter">A <see cref="T:System.Boolean"></see> value that specifies whether the file group is dropped when an <see cref="M:Microsoft.SqlServer.Management.Smo.Database.Alter"></see> method is run on the parent <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object.If True, the file group is dropped when the database is altered.If False, the file group is not marked for drop.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FileGroup.Rename(System.String)">
			<summary>Renames the file group.</summary>
			<param name="newname">A <see cref="T:System.String"></see> value that specifies the new name of the file group.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FileGroup.Files">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.DataFile"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.DataFile"></see> object represents a file belonging to the file group.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataFileCollection"></see> object that represents all the data files defined on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FileGroup.ID">
			<summary>Gets the ID value that uniquely identifies the file group.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the file group.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FileGroup.IsDefault">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> value that specifies whether the file group is the default file group for the database.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the file group is the default.If True, the file group is the default file group for the database.If False (default), the file group is not the default file group for the database. Another file group is the default file group.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FileGroup.Parent">
			<summary>Gets or sets the parent <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object of the <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup"></see> object. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object value that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FileGroup.ReadOnly">
			<summary>Gets the <see cref="T:System.Boolean"></see> value that specifies whether the file group is read-only.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the file group is read-only.If True, the file group is read-only.If False (default), the file group can be updated.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FileGroup.Size">
			<summary>Gets or sets the size of the file group in megabytes.</summary>
			<returns>A <see cref="T:System.Double"></see> value that specifies the size of the file group in megabytes.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.FileGroupCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroupCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup"></see> objects that represent all the filegroups defined on the parent database.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FileGroupCollection.Add(Microsoft.SqlServer.Management.Smo.FileGroup)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup"></see> object to the <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroupCollection"></see> collection.</summary>
			<param name="fileGroup">A <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup"></see> object that specifies the filegroup to be added to the <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroupCollection"></see> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FileGroupCollection.CopyTo(Microsoft.SqlServer.Management.Smo.FileGroup[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index position from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FileGroupCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroupCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroupCollection"></see> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FileGroupCollection.Remove(Microsoft.SqlServer.Management.Smo.FileGroup)">
			<summary>Removes a <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup"></see> object from the <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroupCollection"></see> collection by specifying the object.</summary>
			<param name="fileGroup">A <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup"></see> object that specifies the filegroup to remove from the <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroupCollection"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FileGroupCollection.Remove(System.String)">
			<summary>Removes a <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup"></see> object from the <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroupCollection"></see> collection by specifying the name of the filegroup.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the filegroup to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroupCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FileGroupCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup"></see> object value that represents the filegroup.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroupCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FileGroupCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup"></see> object value that represents the filegroup.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroupCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FileGroupCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroupCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroupCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ForeignKey">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey"></see> object represents a MicrosoftSQL Server foreign key.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ForeignKey.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ForeignKey.#ctor(Microsoft.SqlServer.Management.Smo.Table,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey"></see> class on the specified table with the specified name.</summary>
			<param name="table">A <see cref="T:Microsoft.SqlServer.Management.Smo.Table"></see> object value that specifies the table on which to create the foreign key.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the foreign key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ForeignKey.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey"></see> object property changes on instance of MicrosoftSQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ForeignKey.Create">
			<summary>Creates a foreign key on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ForeignKey.Drop">
			<summary>Drops the foreign key.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ForeignKey.MarkForDrop(System.Boolean)">
			<summary>Marks the foreign key to be dropped the next time its parent <see cref="T:Microsoft.SqlServer.Management.Smo.Table"></see> object is altered by the <see cref="M:Microsoft.SqlServer.Management.Smo.Table.Alter"></see> method.</summary>
			<param name="dropOnAlter">A <see cref="T:System.Boolean"></see> value that specifies whether to drop the foreign key when its parent <see cref="T:Microsoft.SqlServer.Management.Smo.Table"></see> object is altered with the <see cref="M:Microsoft.SqlServer.Management.Smo.Table.Alter"></see> method.If True, the foreign key is dropped when the <see cref="M:Microsoft.SqlServer.Management.Smo.Table.Alter"></see> method is run on the parent <see cref="T:Microsoft.SqlServer.Management.Smo.Table"></see> object.If False, the foreign key is dropped immediately.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ForeignKey.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the foreign key.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ForeignKey.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the foreign key as specified by the script options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that is used to specify the script options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKey.Columns">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Column"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.Column"></see> object represents a column included in the foreign key.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumnCollection"></see> object that represents all the columns included in the foreign key. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKey.CreateDate">
			<summary>Gets the date and time when the foreign key was created.</summary>
			<returns>A <see cref="T:System.DateTime"></see> object value that specifies the date when the foreign key was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKey.DateLastModified">
			<summary>Gets the date and time when the foreign key was last modified.</summary>
			<returns>A <see cref="T:System.DateTime"></see> object value that specifies the date when the foreign key was last modified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKey.DeleteAction">
			<summary>Gets or sets the action taken when the row that is referenced by the foreign key is deleted. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyAction"></see> value that specifies the action taken when the row that is referenced by the foreign key is deleted.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKey.ExtendedProperties">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty"></see> object represents an extended property on the <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey"></see> object.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection"></see> object that represents all the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey"></see> object. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKey.ID">
			<summary>Gets the ID value that uniquely identifies the foreign key.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the foreign key.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKey.IsChecked">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the foreign key constraint was enabled without checking existing rows.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the foreign key constraint was enabled without checking existing rows.If True, the foreign key constraint was enabled without checking existing rows.If False (default), all rows were checked when the foreign key constraint was enabled.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKey.IsEnabled">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the foreign key is enabled.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the foreign key is enabled.If True, the foreign key is enabled.If False (default), the foreign key is not enabled.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKey.IsSystemNamed">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the foreign key is named by the system or by the user.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the foreign key is named by the system or the user.If True, the foreign key is named by the system.If False (default), the foreign key is named by the user.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKey.NotForReplication">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the foreign key is available for replication.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the foreign key is available for replication.If True, the foreign key is not available for publishing by replication services.If False (default), the foreign key is available for publishing by replication services.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKey.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Smo.Table"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Table"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKey.ReferencedKey">
			<summary>Gets the primary key referenced by the foreign key.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the primary key referenced by the foreign key.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKey.ReferencedTable">
			<summary>Gets or sets the table that contains the primary key referenced by the foreign key.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the referenced table.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKey.ReferencedTableSchema">
			<summary>Gets or sets the table schema that contains the primary key referenced by the foreign key.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the referenced table schema.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKey.ScriptReferencedTable">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> value that specifies whether to script the table referenced by the foreign key.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to script the table referenced by the foreign key.If True, the table referenced in the foreign key is included in scripting operations.If False (default), no attempt is made to include the table referenced by the foreign key in scripting operations.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKey.ScriptReferencedTableSchema">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> value that specifies whether to script the schema of the table referenced by the foreign key.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to script the schema of table referenced by the foreign key.If True, the schema of the table referenced in the foreign key is included in scripting operations.If False (default), no attempt is made to include the schema of the table referenced by the foreign key in scripting operations.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKey.UpdateAction">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the foreign key supports cascading updates.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the foreign key supports cascading updates.If True, all rows containing the foreign key are also updated when you attempt to update a row with a key that is referenced by the foreign key.If False (default), the foreign key is not updated.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ForeignKeyCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey"></see> objects that represent all the foreign keys defined on the parent object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ForeignKeyCollection.Add(Microsoft.SqlServer.Management.Smo.ForeignKey)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey"></see> object to the foreign key collection.</summary>
			<param name="foreignKey">A <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey"></see> object value that is to be added into the foreign key collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ForeignKeyCollection.CopyTo(Microsoft.SqlServer.Management.Smo.ForeignKey[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index value from which to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ForeignKeyCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyCollection"></see> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ForeignKeyCollection.Remove(Microsoft.SqlServer.Management.Smo.ForeignKey)">
			<summary>Removes a <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey"></see> object from the foreign key collection.</summary>
			<param name="foreignKey">A <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey"></see> object value that specifies the foreign key to be removed from the foreign key collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ForeignKeyCollection.Remove(System.String)">
			<summary>Removes a <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey"></see> object from the foreign key collection.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of foreign key to be removed from the foreign key collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKeyCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey"></see> object value that represents the foreign key.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKeyCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey"></see> object value that represents the foreign key.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKeyCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Table"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Table"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn"></see> object represents a MicrosoftSQL Server foreign key column.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn.#ctor(Microsoft.SqlServer.Management.Smo.ForeignKey,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn"></see> class based on the specified foreign key with the specified name.</summary>
			<param name="foreignKey">A <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey"></see> object on which to base the new instance.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the column.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn.#ctor(Microsoft.SqlServer.Management.Smo.ForeignKey,System.String,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn"></see> class based on the specified foreign key with the specified name, which references the specified column.</summary>
			<param name="referencedColumn">A <see cref="T:System.String"></see> value that specifies the referenced column.</param>
			<param name="foreignKey">A <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey"></see> object on which to base the new instance.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the column.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn.ID">
			<summary>Gets the foreign key column ID value.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the foreign key column ID value.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey"></see> object that specifies the parent object of the <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn.ReferencedColumn">
			<summary>Gets or sets the referenced column.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the referenced column.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumnCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumnCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn"></see> objects that represent all the foreign key columns defined on the parent object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ForeignKeyColumnCollection.Add(Microsoft.SqlServer.Management.Smo.ForeignKeyColumn)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn"></see> object to the foreign key column collection.</summary>
			<param name="foreignKeyColumn">A <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn"></see> object value that is to be added into the foreign key column collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ForeignKeyColumnCollection.Add(Microsoft.SqlServer.Management.Smo.ForeignKeyColumn,System.Int32)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn"></see> object at a specified index position in the foreign key column collection.</summary>
			<param name="insertAtPosition">An <see cref="T:System.Int32"></see> value that specifies the index position of the foreign key column collection.</param>
			<param name="foreignKeyColumn">A <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn"></see> object value that is to be added into the foreign key column collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ForeignKeyColumnCollection.Add(Microsoft.SqlServer.Management.Smo.ForeignKeyColumn,System.String)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn"></see> object to the position after a specified, existing <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn"></see> object in the foreign key column collection.</summary>
			<param name="foreignKeyColumn">A <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn"></see> object value that is to be added into the foreign key column collection.</param>
			<param name="insertAtColumnName">A <see cref="T:System.String"></see> value that specifies the name of the existing <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn"></see> object in the collection after which to insert the new <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ForeignKeyColumnCollection.CopyTo(Microsoft.SqlServer.Management.Smo.ForeignKeyColumn[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index value from which to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ForeignKeyColumnCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumnCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumnCollection"></see> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ForeignKeyColumnCollection.Remove(Microsoft.SqlServer.Management.Smo.ForeignKeyColumn)">
			<summary>Removes a <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn"></see> object from the foreign key column collection.</summary>
			<param name="foreignKeyColumn">A <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn"></see> object value that specifies the foreign key column to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumnCollection"></see> object.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKeyColumnCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn"></see> object value that represents the foreign key column.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumnCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKeyColumnCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn"></see> object value that represents the foreign key column.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumnCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKeyColumnCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumnCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumnCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.FragmentationOption">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.FragmentationOption"></see> enumeration is a list of constant values that specify the levels of detail of collected fragmentation information.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.FragmentationOption.Detailed">
			<summary>Value = 3. Calculates statistics based on 100% of the data. This option is available with Microsoft SQL Server 2005 only.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.FragmentationOption.Fast">
			<summary>Value = 1. Calculates statistics based on parent level pages only. This option is available with Microsoft SQL Server 2000 and SQL Server 2005.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.FragmentationOption.Sampled">
			<summary>Value = 2. Calculates statistics on samples of data. This option is available with Microsoft SQL Server 2005 only.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.FullTextCatalog">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalog"></see> object represents a MicrosoftSearch full-text catalog.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalog"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalog"></see> class on the specified database and with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the full-text catalog.</param>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that specifies the database on which to create the full-text catalog.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalog"></see> object property changes on the instance of MicrosoftSQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Create">
			<summary>Creates a full-text catalog on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalog"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Denies the specified set of permissions for the specified grantee on the full text catalog.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied the specified set of permissions on the full text catalog.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Denies the specified set of permissions for the specified grantees on the full text catalog.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied the specified set of permissions on the full text catalog.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Denies the specified set of permissions for the specified grantee and other users that the grantee granted the specified set of permissions on the full text catalog.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the full text catalog.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied the specified set of permissions on the full text catalog.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Denies the specified set of permissions for the specified grantees and other users that the grantee granted the specified set of permissions on the full text catalog.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the full text catalog.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Drop">
			<summary>Drops the full-text catalog that is represented by the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalog"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.EnumErrorLogs">
			<summary>Enumerates a list of error logs for the referenced full-text catalog.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> system object value that contains a list of error logs for the full-text catalog.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.EnumObjectPermissions">
			<summary>Enumerates a list of permissions for the full-text catalog.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> object array value that contains a list of permissions for the full-text catalog.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of permissions for the full-text catalog limited to the specified permission set.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> object array value that contains a list of permissions for the full-text catalog.</returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that limits the enumerated list to those listed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.EnumObjectPermissions(System.String)">
			<summary>Enumerates a list of permissions for the full-text catalog that belongs to the specified user.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> object array value that contains a list of permissions for the full-text catalog.</returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the user who is the owner of the full-text catalog.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of permissions for the full-text catalog that belong to the specified user and limited to the specified permission set.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> object array value that contains a list of permissions for the full-text catalog.</returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the user who is the owner of the full-text catalog.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that limits the enumerated list to those listed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Grants the specified set of permissions to the specified grantee on the full text catalog.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be granted the specified set of permissions on the full text catalog.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Grants the specified set of permissions to the specified grantees on the full text catalog.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that lists the grantees to be granted the specified set of permissions on the full text catalog.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Grants access to the specified permission to the grantee and the ability to grant access to other users on the full text catalog.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the full text catalog.If True, the grantee is given the ability to grant the specified set of permissions to other users on the full text catalog.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the full text catalog.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Grants access to the specified permission to the grantees and the ability to grant access to other users on the full text catalog.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the full text catalog. If True, the grantee is given the ability to grant the specified set of permissions to other users on the full text catalog.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the full text catalog.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Grants the specified set of permissions to the grantee and the ability to grant the set of permissions to other users on the full text catalog under an assumed role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the full text catalog.If True, the grantee is given the ability to grant the specified set of permissions to other users on the full text catalog.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the full text catalog. </param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be denied access to the permission.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the full text catalog. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Grants the specified set of permissions to the grantees and the ability to grant the set of permissions to other users on the full text catalog under an assumed role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the full text catalog.If True, the grantee is given the ability to grant the specified set of permissions to other users on the full text catalog.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the full text catalog. </param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be granted the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the full text catalog. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.ReadErrorLog">
			<summary>Returns the information in the error log.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> system object value that lists the information in the error log.FieldDescriptionLogDateThe date and time when the item was logged.ProcessInfoA process that caused the error.TextThe error message text. The text contains new line and return ANSI characters.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.ReadErrorLog(System.Int32)">
			<summary>Returns the information in the error log for the specified log number.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> system object value that lists the information in the error log.FieldDescriptionLogDateThe date and time when the item was logged.ProcessInfoA process that caused the error.TextThe error message text. The text contains new line and return ANSI characters.</returns>
			<param name="logNumber">An <see cref="T:System.Int32"></see> value that specifies the log number.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Rebuild">
			<summary>Rebuilds the entire full-text catalog.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Rebuild(System.Boolean)">
			<summary>Rebuilds the entire full-text catalog with the option to alter the accent sensitivity.</summary>
			<param name="accentSensitive">A <see cref="T:System.Boolean"></see> value that specifies whether the rebuilt full-text catalog is accent sensitive.If True, the rebuilt full-text catalog is accent sensitive.If False, the rebuilt full-text catalog is not accent sensitive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Reorganize">
			<summary>Forces a master merge of the referenced full-text catalog.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Revokes a previously granted set of permissions from a grantee on the full text catalog.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Revokes a previously granted set of permissions from a list of grantees on the full text catalog.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from a grantee on the full text catalog and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the full text catalog.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the full text catalog.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the full text catalog.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the full text catalog.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from grantees on the full text catalog and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the full text catalog.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the full text catalog.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the full text catalog.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the full text catalog.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from a grantee on the full text catalog and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the full text catalog.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the full text catalog.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the full text catalog.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the full text catalog.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the full text catalog. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from grantees on the full text catalog and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the full text catalog.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the full text catalog.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the full text catalog.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the full text catalog.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the full text catalog. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the full-text catalog.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the full-text catalog as specified by the script options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that is used to specify the script options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.StartPopulation(Microsoft.SqlServer.Management.Smo.CatalogPopulationAction)">
			<summary>Starts the population of the full-text catalog. </summary>
			<param name="action">A <see cref="T:Microsoft.SqlServer.Management.Smo.CatalogPopulationAction"></see> object that specifies the type of action to take when populating the full-text catalog.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.StopPopulation">
			<summary>Stops the population of the full-text catalog. </summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextCatalog.ErrorLogSize">
			<summary>Gets the size of the error log.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the size of the full-text catalog error log in bytes.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextCatalog.FileGroup">
			<summary>Gets or sets the file group on which this catalog resides.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the file group.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextCatalog.FullTextIndexSize">
			<summary>Gets the size of the full-text index.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the size of the full-text index in megabytes.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextCatalog.HasFullTextIndexedTables">
			<summary>Gets a <see cref="T:System.Boolean"></see> property value that specifies whether the full-text catalog is used by at least one table for index data storage.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the full-text catalog is used by at least one table.If True, at least one table uses the referenced full-text catalog for index data storage.If False, no tables use the referenced full-text catalog.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextCatalog.ID">
			<summary>Gets the ID value that uniquely identifies the MicrosoftSearch full-text catalog.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the full-text catalog ID value.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextCatalog.IsAccentSensitive">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the referenced full-text catalog is accent sensitive.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the full-text catalog is accent sensitive.If True, the full-text catalog is accent sensitive.If False, the full-text catalog is not accent sensitive.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextCatalog.IsDefault">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the referenced full-text catalog is the default catalog for full-text index creation.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether full-text indexes are created on the referenced full-text catalog by default.If True, full-text indexes are created on the referenced full-text catalog by default.If False, full-text indexes are not created on the referenced full-text catalog by default.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextCatalog.ItemCount">
			<summary>Gets the total number of full-text indexed rows in the catalog.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the number of full-text indexed rows in the referenced full-text catalog.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Owner">
			<summary>Gets or sets the owner of the full-text catalog.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the owner of the referenced full-text catalog.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalog"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalog"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextCatalog.PopulationCompletionAge">
			<summary>Gets the time since the last successful full-text catalog population.</summary>
			<returns>A <see cref="T:System.Timespan"></see> system object value that specifies the time since the last successful full-text catalog population.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextCatalog.PopulationCompletionDate">
			<summary>Gets the date and time of the last successful full-text catalog population.</summary>
			<returns>A <see cref="T:System.DateTime"></see> system object value that specifies the date and time of the last successful full-text catalog population </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextCatalog.PopulationStatus">
			<summary>Gets the population status of the referenced full-text catalog.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.CatalogPopulationStatus"></see> object value that specifies the status of the referenced full-text catalog.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextCatalog.RootPath">
			<summary>Gets or sets the path to the operating system directory that is used as the primary path for MicrosoftSearch full-text catalog storage.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the path to the operating system directory that is used as the primary path for full-text storage.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextCatalog.UniqueKeyCount">
			<summary>Gets the approximate number of words uniquely addressable in the referenced full-text catalog.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the number of words uniquely addressable in the referenced full-text catalog.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.FullTextCatalogCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalogCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalog"></see> objects that represent all the full-text catalogs defined on the parent object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalogCollection.Add(Microsoft.SqlServer.Management.Smo.FullTextCatalog)">
			<summary>Adds the specified full text catalog to the collection.</summary>
			<param name="fullTextCatalog">A <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalog"></see> object to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalogCollection.CopyTo(Microsoft.SqlServer.Management.Smo.FullTextCatalog[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalog"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index value at which to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalogCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalogCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalog"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalog"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalogCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextCatalogCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalog"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalog"></see> object value that represents the full-text catalog.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalog"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalogCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextCatalogCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalog"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalog"></see> object value that represents the full-text catalog.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalog"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalogCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextCatalogCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalogCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalogCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.FullTextIndex">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndex"></see> object represents a Microsoft Search full-text index.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextIndex.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndex"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextIndex.#ctor(Microsoft.SqlServer.Management.Smo.TableViewBase)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalog"></see> class on the specified parent table or view object.</summary>
			<param name="parent">A <see cref="T:Microsoft.SqlServer.Management.Smo.TableViewBase"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalog"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextIndex.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndex"></see> object property changes on the instance of MicrosoftSQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextIndex.Alter(System.Boolean)">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndex"></see> object property changes on the instance of MicrosoftSQL Server with the option to specify whether the full-text index is automatically populated after columns are added or removed. </summary>
			<param name="noPopulation">A <see cref="T:System.Boolean"></see> value that specifies whether the full-text index is automatically populated after columns are added or removed.If True, the full-text index is not automatically populated after columns are added or removed.If False, the full-text index is automatically populated after columns are added or removed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextIndex.Create">
			<summary>Creates a full-text index on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndex"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextIndex.Create(System.Boolean)">
			<summary>Creates a full-text index on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndex"></see> object with the option to specify whether the full-text index is automatically populated after columns are added or removed.</summary>
			<param name="noPopulation">A <see cref="T:System.Boolean"></see> value that specifies whether the full-text index is automatically populated after columns are added or removed.If True, the full-text index is not automatically populated after columns are added or removed.If False, the full-text index is automatically populated after columns are added or removed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextIndex.Disable">
			<summary>Disables the full-text index.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextIndex.Drop">
			<summary>Removes the full-text index from the instance of MicrosoftSQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextIndex.Enable">
			<summary>Enables the full-text index.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextIndex.Refresh">
			<summary>Refreshes the full-text index.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextIndex.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the full-text index.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextIndex.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the full-text index as specified by the script options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that is used to specify the script options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextIndex.StartPopulation(Microsoft.SqlServer.Management.Smo.IndexPopulationAction)">
			<summary>Starts the population of the full-text catalog.</summary>
			<param name="action">An <see cref="T:Microsoft.SqlServer.Management.Smo.IndexPopulationAction"></see> object value that specifies Full or Incremental population of the full-text catalog.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextIndex.StopPopulation">
			<summary>Stops a full or incremental population of the full-text catalog.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextIndex.CatalogName">
			<summary>Gets or sets the full-text catalog that supports full-text queries for the referenced full-text index.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the full-text catalog that supports full-text queries for the referenced full-text index.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextIndex.ChangeTracking">
			<summary>Gets or sets the type of change tracking used by the referenced full-text index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ChangeTracking"></see> object value that specifies the type of change tracking in the referenced full-text index.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextIndex.DocumentsProcessed">
			<summary>Gets the number of documents already processed in the current active crawl on the referenced full-text index. </summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the number of documents already processed in the current active crawl.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextIndex.IndexedColumns">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn"></see> object represents a full-text indexed column on the full-text index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumnCollection"></see> object that represents all the full-text indexed columns defined on the full-text index. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextIndex.IsEnabled">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the referenced full-text index is configured to participate in Microsoft Search full-text indexing.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the full-text index is enabled and participating in full-text indexing.If True, the full-text index is participating in full-text indexing.If False (default), the full-text index is disabled and not configured to participate in full-text indexing.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextIndex.ItemCount">
			<summary>Gets the number of full-text indexed items.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the number of full-text indexed items.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextIndex.NumberOfFailures">
			<summary>Gets the number of documents that failed to be full-text indexed.  </summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the number of documents that failed to be full-text indexed.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextIndex.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Table"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndex"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Table"></see> object that owns the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndex"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextIndex.PendingChanges">
			<summary>Gets the number of pending entries the full-text index has to process. </summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the number of pending entries to be processed.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextIndex.PopulationStatus">
			<summary>Gets the type of population in progress.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.IndexPopulationStatus"></see> object value that specifies whether the current population is incremental or full.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextIndex.UniqueIndexName">
			<summary>Gets or sets a unique name for the full-text index.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies a unique name for the full-text index.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn"></see> object represents a Microsoft Search full-text index column.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn.#ctor(Microsoft.SqlServer.Management.Smo.FullTextIndex,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn"></see> class on the specified full-text index and with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the full-text index column.</param>
			<param name="fullTextIndex">A <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndex"></see> object that owns the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn.Create">
			<summary>Creates a full-text index column on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn.Create(System.Boolean)">
			<summary>Creates a full-text index column on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn"></see> object with the option to specify whether the full-text index is automatically populated after columns are added or removed.</summary>
			<param name="noPopulation">A <see cref="T:System.Boolean"></see> value that specifies whether the full-text index is automatically populated after columns are added or removed.If True, the full-text index is not automatically populated after columns are added or removed.If False, the full-text index is automatically populated after columns are added or removed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn.Drop">
			<summary>Removes the full-text index column.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn.Drop(System.Boolean)">
			<summary>Removes the full-text index column with the option to specify whether the full-text index is automatically populated after columns are added or removed.</summary>
			<param name="noPopulation">A <see cref="T:System.Boolean"></see> value that specifies whether the full-text index is automatically populated after columns are added or removed.If True, the full-text index is not automatically populated after columns are added or removed.If False, the full-text index is automatically populated after columns are added or removed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the full-text index column.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the full-text index column as specified by the script options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that is used to specify the script options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn.Language">
			<summary>Gets or sets the language used by the full-text index column.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the language supported by the full-text index column.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndex"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndex"></see> object that owns the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn.TypeColumnName">
			<summary>Gets or sets the name of a column in the table that stores the document type. </summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the column that stores the document type.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumnCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumnCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn"></see> objects that represent all the full-text index columns defined on the parent object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextIndexColumnCollection.Add(Microsoft.SqlServer.Management.Smo.FullTextIndexColumn)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn"></see> object to the full-text index column collection.</summary>
			<param name="fullTextIndexColumn">A <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn"></see> object value that is to be added into the full-text index column collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextIndexColumnCollection.CopyTo(Microsoft.SqlServer.Management.Smo.FullTextIndexColumn[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn"></see> objects.</param>
			<param name="index">A <see cref="T:System.Int32"></see> value that specifies the index value at which to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextIndexColumnCollection.Remove(Microsoft.SqlServer.Management.Smo.FullTextIndexColumn)">
			<summary>Removes a <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn"></see> object from the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumnCollection"></see> object.</summary>
			<param name="fullTextIndexColumn">A <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn"></see> object value that specifies the full-text index column to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumnCollection"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextIndexColumnCollection.Remove(System.String)">
			<summary>Removes a <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn"></see> object from the full-text index column collection.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn"></see> object to remove from the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextIndexColumnCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn"></see> object value that represents the full-text index column.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumnCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextIndexColumnCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn"></see> object value that represents the full-text index column.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumnCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextIndexColumnCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndex"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumnCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndex"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumnCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.FullTextService">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextService"></see> object allows programmatic access to the Microsoft Search full-text settings. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextService.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextService"></see> object property changes on the instance of MicrosoftSQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextService.Cleanup">
			<summary>Finds and removes full-text catalog resources in the file system that do not have corresponding entries in the full-text related system table.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextService.EnumLanguages">
			<summary>Enumerates a list of all the languages supported by Microsoft Search service.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> system object value that contains an enumerated list of languages supported by the Microsoft Search service. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. Column Data type Description Name<see cref="T:System.String"></see>The name of the language. See sp_helplanguage (Transact-SQL).Lcid<see cref="T:System.Int32"></see>The local ID for the language. See sp_helplanguage (Transact-SQL).</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextService.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the Microsoft Search service settings.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextService.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the Microsoft Search service settings as specified by the script options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that is used to specify the script options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextService.UpdateLanguageResources">
			<summary>Updates language strings used at index and query time that are registered with Microsoft Search.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextService.AllowUnsignedBinaries">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether unsigned binaries can be loaded by Microsoft Search.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether Microsoft Search allows loading of unsigned binaries.If True, Microsoft Search allows loading of unsigned binaries.If False (default), loading of unsigned binaries is not permitted by Microsoft Search.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextService.ConnectTimeout">
			<summary>Gets or sets the time interval allowed for Microsoft Search to try a connection to an instance of MicrosoftSQL Server before timing out. </summary>
			<returns>A <see cref="T:System.TimeSpan"></see> system object value that specifies the connection time-out interval allowed to try a connection to an instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextService.DataTimeout">
			<summary>Gets or sets the time interval allowed for Microsoft Search to wait for data to be returned during full-text index population before timing out. </summary>
			<returns>A <see cref="T:System.TimeSpan"></see> system object value that specifies the time-out interval allowed for data to be returned during full-text index population. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextService.DefaultPath">
			<summary>Gets the default operating system path that specifies the root directory in the implementation of the Microsoft Search full-text catalog.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the default operating system path for the root directory used in the implementation of the Microsoft Search full-text catalog.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextService.LoadOSResourcesEnabled">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether operating system components are allowed. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether operating system components are allowed.If True, operating system resources are allowed.If False (default), operating system resources are not allowed.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextService.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextService"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextService"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextService.ResourceUsage">
			<summary>Gets or sets the relative execution priority operating system setting for the Microsoft Search service.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ResourceUsage"></see> object value that specifies the relative execution priority operating system setting for the Microsoft Search service.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.HttpProtocol">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.HttpProtocol"></see> object represents an HTTP protocol on an instance of Microsoft SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.HttpProtocol.Create">
			<summary>Creates an HTTP protocol on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.HttpProtocol"></see> object.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.HttpProtocol.AuthenticationRealm">
			<summary>Gets or sets an authentication realm hint used in the HTTP authentication challenge.</summary>
			<returns>A <see cref="T:System.String"></see> value that contains the authentication realm hint used in the HTTP authentication challenge.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.HttpProtocol.ClearPort">
			<summary>Gets or sets the port address number for the clear port.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the clear port address number.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.HttpProtocol.DefaultLogonDomain">
			<summary>Gets or sets the logon domain for the HTTP endpoint.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the logon domain.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.HttpProtocol.HttpAuthenticationModes">
			<summary>Gets or sets the authentication type used to authenticate users logging in to the instance of MicrosoftSQL Server through the HTTP port.</summary>
			<returns>An <see cref="P:Microsoft.SqlServer.Management.Smo.HttpProtocol.HttpAuthenticationModes"></see> object value that specifies the authentication type used to authenticate users logging in through the HTTP port.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.HttpProtocol.HttpPortTypes">
			<summary>Gets or sets the HTTP port type.</summary>
			<returns>An <see cref="P:Microsoft.SqlServer.Management.Smo.HttpProtocol.HttpPortTypes"></see> object value that specifies the HTTP port type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.HttpProtocol.IsCompressionEnabled">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property that specifies whether HTTP compression is supported with the HTTP protocol.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether HTTP compression is supported with the HTTP protocol.If True, HTTP compression is supported.If False (default), HTTP compression is not supported.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.HttpProtocol.IsSystemObject">
			<summary>Gets the <see cref="T:System.Boolean"></see> property that specifies whether the HTTP protocol is a system object.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the HTTP protocol is a SQL Server system object.If True, the HTTP protocol is a system object.If False (default), the HTTP protocol is a user created object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.HttpProtocol.SslPort">
			<summary>Gets or sets the port address number for the Secure Sockets Layer (SSL) port.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the SSL port address number.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.HttpProtocol.WebSite">
			<summary>Gets or sets the Web site with which the HTTP protocol is associated.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the Web site with which the HTTP protocol is associated.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.HttpProtocol.WebSiteUrlPath">
			<summary>Gets or sets the URL path for the Web site with which the HTTP protocol is associated.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the URL path based on the value of the <see cref="P:Microsoft.SqlServer.Management.Smo.HttpProtocol.WebSite"></see> property.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.IColumnPermission">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.IColumnPermission"></see> class represents the interface that manages permissions for a specified column.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IColumnPermission.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[])">
			<summary>Denies access to the specified permissions for the specified grantee on the specified list of columns.</summary>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array that specifies the names of the columns to which the permission is denied.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IColumnPermission.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[])">
			<summary>Denies access to the specified permissions for the specified grantees on the specified list of columns.</summary>
			<param name="granteeNames">A <see cref="T:System.String"></see> array value that specifies the list of grantees to be denied access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array that specifies the names of the columns to which the permission is denied.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IColumnPermission.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[],System.Boolean)">
			<summary>Denies access to the specified permission for the specified grantee and other users that the grantee granted access to on the specified list of columns.</summary>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users that the grantee has granted access to the permission are also denied access to the permission.If True, the grantee and users to which the grantee granted access to the permission are all denied access to the permission.If False, only the grantee is denied access to the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array that specifies the names of the columns to which the permission is denied.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IColumnPermission.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[],System.Boolean)">
			<summary>Denies access to the specified permission for the specified grantees and other users that the grantee granted access to on the specified list of columns.</summary>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users that the grantee has granted access to the permission are also denied access to the permission.If True, the grantee and users to which the grantee granted access to the permission are all denied access to the permission.If False, only the grantee is denied access to the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> value that specifies the grantee to be denied access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array that specifies the names of the columns to which the permission is denied.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IColumnPermission.EnumColumnPermissions(System.String)">
			<summary>Enumerates a list of object permissions for a specified grantee on the referenced column.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified grantee on the stored procedure. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IColumnPermission.EnumColumnPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of object permissions for a specified grantee and a specified permission on the referenced column.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified grantee and permission on the referenced column. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IColumnPermission.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[])">
			<summary>Grants access to the specified permission for the specified grantee on the referenced list of columns.</summary>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be granted access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array that specifies the names of the columns to which the permission is granted.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IColumnPermission.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[])">
			<summary>Grants access to the specified permission for the specified grantees on the stored procedure.</summary>
			<param name="granteeNames">A <see cref="T:System.String"></see> array value that specifies the grantees to be granted access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array that specifies the names of the columns to which the permission is granted.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IColumnPermission.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[],System.Boolean)">
			<summary>Grants access to the specified permission and the ability to grant access to other users for the specified grantee on the referenced columns.</summary>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant access to the referenced columns for other users.If True, the grantee is given the ability to grant other users access to the referenced columns.If False, the grantee is not given the ability to deny other users access to the referenced columns.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be granted access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array value that specifies the names of the columns to which the permission is granted.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IColumnPermission.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[],System.Boolean)">
			<summary>Grants access to the specified permission and the ability to grant access to other users for the specified grantee on the referenced columns.</summary>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant access to the referenced columns for other users.If True, the grantee is given the ability to grant other users access to the referenced columns.If False, the grantee is not given the ability to deny other users access to the referenced columns.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array value that specifies the grantees to be granted access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array that specifies the names of the columns to which the permission is granted.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IColumnPermission.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[],System.Boolean,System.String)">
			<summary>Grants access to the specified set of permissions and the ability to grant access to other users for the specified grantee on the referenced columns under an assumed role.</summary>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant access to the referenced columns for other users.If True, the grantee is given the ability to grant other users access to the referenced columns.If False, the grantee is not given the ability to grant other users access to the referenced columns. </param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be granted access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting access to the referenced columns to other users. Use this parameter for grantees who are members of more than one role.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array that specifies the names of the columns to which the permission is granted.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IColumnPermission.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[],System.Boolean,System.String)">
			<summary>Grants access to the specified set of permissions and the ability to grant access to other users for the specified grantees on the referenced columns under an assumed role.</summary>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant access to the referenced columns for other users.If True, the grantee is given the ability to grant other users access to the referenced columns.If False, the grantee is not given the ability to grant other users access to the referenced columns. </param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array value that specifies a list of grantees to be granted access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting access to the referenced columns to other users. Use this parameter for grantees who are members of more than one role.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array that specifies the names of the columns to which the permission is granted.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IColumnPermission.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[])">
			<summary>Revokes previously granted permissions from a grantee on the referenced columns.</summary>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array that specifies the names of the columns to which the permission is revoked.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IColumnPermission.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[])">
			<summary>Revokes previously granted permissions from a list of grantees on the referenced columns.</summary>
			<param name="granteeNames">A <see cref="T:System.String"></see> array value that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array that specifies the names of the columns to which the permission is revoked.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IColumnPermission.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[],System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from a grantees on the referenced columns and any other users to whom the grantees have granted access. The grantees are also given the ability to revoke other users' access.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke access from the referenced columns for other users.If True, the grantee is given the ability to revoke other users' access from the referenced columns.If False, the grantee is not given the ability to revoke other users' access from the referenced columns.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users that the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array value that specifies the names of the columns to which the set of permissions is revoked.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IColumnPermission.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[],System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from a list of grantees on the stored procedure and any other users to whom the grantee has granted access. The grantee is also given the ability to revoke other users' access under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke access from the referenced columns for other users.If True, the grantee is given the ability to revoke other users' access from the referenced columns.If False, the grantee is not given the ability to revoke other users' access from the referenced columns.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users that the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array value that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array value that specifies the names of the columns to which the set of permissions is revoked.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IColumnPermission.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from a grantee on the referenced columns and any other users to whom the grantee has granted access. The grantee is also given the ability to revoke other users' access under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke access from the referenced columns for other users.If True, the grantee is given the ability to revoke other users' access from the referenced columns.If False, the grantee is not given the ability to revoke other users' access from the referenced columns.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users that the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking access from the referenced columns for other users. Use this parameter for grantees who are members of more than one role.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array value that specifies the names of the columns to which the set of permissions is revoked.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IColumnPermission.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from a list of grantees on the referenced columns and any other users to whom the grantee has granted access. The grantee is also given the ability to revoke other users' access under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke access from the referenced columns for other users.If True, the grantee is given the ability to revoke other users' access from the referenced columns.If False, the grantee is not given the ability to revoke other users' access from the referenced columns.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users that the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking access from the referenced columns for other users. Use this parameter for grantees who are members of more than one role.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> value that specifies the column to which the set of permissions is revoked.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.IExtendedProperties">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.IExtendedProperties"></see> class is an interface that represents the collection of extended properties associated with an object.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IExtendedProperties.ExtendedProperties">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty"></see> object represents an extended property defined on an object.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection"></see> object that represents all the extended properties defined on the object. </returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Index">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Index"></see> object represents a MicrosoftSQL Server index.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Index"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.#ctor(Microsoft.SqlServer.Management.Smo.SqlSmoObject,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Index"></see> class on the specified parent object and with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> that specifies the name of the index.</param>
			<param name="parent">An <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Index"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.Index"></see> object property changes on the instance of MicrosoftSQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.Alter(Microsoft.SqlServer.Management.Smo.IndexOperation)">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.Index"></see> object property changes on the instance of MicrosoftSQL Server for a specified index operation.</summary>
			<param name="operation">An <see cref="T:Microsoft.SqlServer.Management.Smo.IndexOperation"></see> object value that specifies the index operation that can be altered.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.AlterAllIndexes">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.Index"></see> object property changes for all indexes on the instance of MicrosoftSQL Server for a specified index operation.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.CheckIndex">
			<summary>Tests the integrity of database pages that store the index.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> object value that contains the error messages generated by the integrity check. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.CheckIndexWithResult">
			<summary>Tests the integrity of database pages that store the index.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains the error message generated by the integrity check. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.Create">
			<summary>Creates an index on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.Index"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.Disable">
			<summary>Disables the index.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.Drop">
			<summary>Drops the index.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.DropAndMove(System.String)">
			<summary>Drops a clustered index and moves the underlying table data to the specified filegroup. </summary>
			<param name="fileGroup">A <see cref="T:System.String"></see> value that specifies the name of the filegroup.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.DropAndMove(System.String,System.Collections.Specialized.StringCollection)">
			<summary>Drops a clustered index and moves the underlying table data to the partition scheme with the specified with partition scheme parameters. </summary>
			<param name="partitionScheme">A <see cref="T:System.String"></see> value that specifies the partition scheme.</param>
			<param name="partitionSchemeParameters">A <see cref="T:System.Collections.Specialized.StringCollection"></see> object that specifies the parameters for the partition scheme </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.Enable(Microsoft.SqlServer.Management.Smo.IndexEnableAction)">
			<summary>Enables the index.</summary>
			<param name="action">An <see cref="T:Microsoft.SqlServer.Management.Smo.IndexEnableAction"></see> object value that specifies the action to take when enabling the index.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.EnumFragmentation">
			<summary>Enumerates a list of fragmentation information for the index using the default fast fragmentation option.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> system object value that contains an enumerated list of fragmentation information.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.EnumFragmentation(Microsoft.SqlServer.Management.Smo.FragmentationOption)">
			<summary>Enumerates a list of fragmentation information for the index with the specified fragmentation option.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> system object value that contains an enumerated list of fragmentation information.</returns>
			<param name="fragmentationOption">A <see cref="T:Microsoft.SqlServer.Management.Smo.FragmentationOption"></see> object value that specifies the fragmentation option.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.EnumFragmentation(Microsoft.SqlServer.Management.Smo.FragmentationOption,System.Int32)">
			<summary>Enumerates a list of fragmentation information for the index with the specified fragmentation option and partition number.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> system object value that contains an enumerated list of fragmentation information.</returns>
			<param name="partitionNumber">An <see cref="T:System.Int32"></see> value that specifies the partition number. This option can be specified from MicrosoftSQL Server 2005 only.</param>
			<param name="fragmentationOption">A <see cref="T:Microsoft.SqlServer.Management.Smo.FragmentationOption"></see> object value that specifies the fragmentation option.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.EnumStatistics">
			<summary>Enumerates a list of statistical information for the index.</summary>
			<returns>A <see cref="T:System.Data.DataSet"></see> system object value that contains an enumerated list of statistical information. The <see cref="T:System.Data.DataSet"></see> contains a set of <see cref="T:System.Data.DataTable"></see> objects, which contain the following columns. ColumnData typeDescriptionRANGE_ROWS<see cref="T:System.Int32"></see>The estimated number of rows from the table that fall within a histogram step, excluding the upper bound.EQ_ROWS<see cref="T:System.Int32"></see>The estimated number of rows from the table that are equal in value to the upper bound of the histogram step.DISTICT_RANGE_ROWS<see cref="T:System.Int32"></see>The estimated number of distinct values within a histogram step, excluding the upper bound.RANGE_HI_KEY<see cref="T:System.Int32"></see>The upper bound value of a histogram step.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.MarkForDrop(System.Boolean)">
			<summary>Marks the index to be dropped the next time that the <see cref="M:Microsoft.SqlServer.Management.Smo.Table.Alter"></see> method is run on the <see cref="T:Microsoft.SqlServer.Management.Smo.Index"></see> object's parent object.</summary>
			<param name="dropOnAlter">A <see cref="T:System.Boolean"></see> value that specifies whether to drop the index the next time the parent object is altered.If True, the index is dropped when the parent is altered.   If False, the index is not dropped when the parent is altered. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.Rebuild">
			<summary>Rebuilds the index.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.RebuildAllIndexes">
			<summary>Rebuilds all the indexes.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.RecalculateSpaceUsage">
			<summary>Updates the disk resource usage of the index.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.Recreate">
			<summary>Re-creates the index.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.Refresh">
			<summary>Refreshes the <see cref="T:Microsoft.SqlServer.Management.Smo.Index"></see> object and its properties.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.Rename(System.String)">
			<summary>Renames the index.</summary>
			<param name="newName">A <see cref="T:System.String"></see> value that specifies the new name of the index.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.Reorganize">
			<summary>Reorganizes the index based on current property settings.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.ReorganizeAllIndexes">
			<summary>Reorganizes all the indexes based on current property settings.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the index.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the index as specified by the script options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that is used to specify the script options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.UpdateStatistics">
			<summary>Updates statistics for the referenced index. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.UpdateStatistics(Microsoft.SqlServer.Management.Smo.StatisticsScanType)">
			<summary>Updates statistics for the referenced index with the specified statistics scan type. </summary>
			<param name="scanType">A <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticsScanType"></see> the method used to update the statistics.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.UpdateStatistics(Microsoft.SqlServer.Management.Smo.StatisticsScanType,System.Int32)">
			<summary>Updates statistics for the referenced index with the specified statistics scan type and specified sample size. </summary>
			<param name="sampleValue">An <see cref="T:System.Int32"></see> value that specifies the sample size.</param>
			<param name="scanType">A <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticsScanType"></see> the method used to update the statistics.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.UpdateStatistics(Microsoft.SqlServer.Management.Smo.StatisticsScanType,System.Int32,System.Boolean)">
			<summary>Updates statistics for the referenced index with the specified statistics scan type and specified sample size and with the option to recompute the statistics. </summary>
			<param name="sampleValue">An <see cref="T:System.Int32"></see> value that specifies the sample value.</param>
			<param name="scanType">A <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticsScanType"></see> that specifies the method used to update the statistics.</param>
			<param name="recompute">A <see cref="T:System.Boolean"></see> value that specifies whether to recomputed the index statistics or not.If True, the statistics are recomputed.   If False, the statistics are not recomputed. </param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.CompactLargeObjects">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to compact the large object (LOB) data in the index.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to compact the index if the data is large. If True, the index is compacted for large data.If False (default), the index is not compacted. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.DisallowPageLocks">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the index allows page locks.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies the whether the index allows page locks or not.If True, page locks are not allowed on the index.If False (default), page locks are allowed on the index.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.DisallowRowLocks">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the index allows row locks.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies the whether the index allows row locks or not.If True, row locks are not allowed on the index.If False (default), row locks are allowed on the index.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.Events">
			<summary>Gets the index events supported by the <see cref="T:Microsoft.SqlServer.Management.Smo.Index"></see> object.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.IndexEvents"></see> object that represents the index events supported by the <see cref="T:Microsoft.SqlServer.Management.Smo.Index"></see> object. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.ExtendedProperties">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty"></see> object represents an extended property defined on the <see cref="T:Microsoft.SqlServer.Management.Smo.Index"></see> object.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection"></see> object that represents all the extended properties defined on the <see cref="T:Microsoft.SqlServer.Management.Smo.Index"></see> object. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.FileGroup">
			<summary>Gets or sets the filegroup where the index pages are stored.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the filegroup where the index is stored.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.FillFactor">
			<summary>Gets or sets the percentage of an index page to fill when the index is created or re-created.</summary>
			<returns>A <see cref="T:System.Byte"></see> value that specifies proportion of the index page to fill, in percent.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.ID">
			<summary>Gets the index ID value that uniquely identifies the index within the database.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the index.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.IgnoreDuplicateKeys">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the index ignores duplicate keys.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the index ignores duplicate keys. If True, the index ignores duplicate keys.If False (default), the index includes rows with duplicate keys. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.IndexedColumns">
			<summary>Gets a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn"></see> objects that represent all the columns participating in the index.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection"></see> object that represents all the columns participating in the index. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.IndexKeyType">
			<summary>Gets or sets the index key type.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.IndexKeyType"></see> object value that specifies the type of key on which the index is built, such as a unique key or a primary key.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.IsClustered">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the index is clustered.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies the whether the index is clustered.If True, the index is clustered.If False (default), the index is nonclustered.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.IsDisabled">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the index is disabled.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the index is disabled.If True, the index is disabled.If False (default), the index is enabled.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.IsFullTextKey">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> value that specifies whether the index is enabled for row identification in Microsoft Search.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the index is enabled for row identification using Microsoft Search.If True, the index is enabled for Microsoft Search row identification.If False (default), the index is not enabled for Microsoft Search row identification.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.IsIndexOnComputed">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the index is based on a computed column.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the index is based on a computed column.If True, the index is based on a computed column.If False (default), the index is not based on a computed column.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.IsIndexOnTable">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the index is defined for a table or a view.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the index is defined for a table or a view.If True, the index is defined for a table.If False (default), the index is defined for a view.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.IsPartitioned">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the index is stored in a partitioned scheme.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the index is stored in a partitioned scheme.If True, the index is stored in a partitioned scheme.If False (default), the index is not stored in a partitioned scheme.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.IsSystemNamed">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the index was named automatically by the system.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the index was named automatically or not.If True, the index was named by the system automatically.If False (default), the index was named explicitly.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.IsSystemObject">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the index is a system object.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the index is a system object.If True, the index is a system object.If False (default), the index is not a system object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.IsUnique">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the index is unique or not.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the index is unique or not.If True, the index is unique.If False (default), the index is not unique.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.IsXmlIndex">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the index is an XML index.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the index an XML index.If True, the index is an XML index.If False (default), the index is not an XML index.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.MaximumDegreeOfParallelism">
			<summary>Gets or sets the maximum number of processors that can be used when running a query that uses the index.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the maximum number of processors that can be used when running a query that uses this index. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.NoAutomaticRecomputation">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether statistics are regenerated when an index is created.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the index is recomputed automatically.If True, the index is recomputed automatically.If False (default), the index is recomputed on request.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.OnlineIndexOperation">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the index will be kept online during index operations thus allowing access to the data.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the index will be kept online during index operations.If True, the index will be kept online during index operations.If False (default), the index will be set offline for index operations.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.PadIndex">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether space is left open on each page of the intermediate levels of the index.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether there is available space on each page at the intermediary levels of the index.If True, the index is padded.If False (default), the index is not padded.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Index"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Index"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.ParentXmlIndex">
			<summary>Gets or sets the parent of an XML index.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the parent of an XML index.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.PartitionScheme">
			<summary>Gets or sets the partition scheme associated with the index.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the partition scheme associated with the index.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.PartitionSchemeParameters">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter"></see> object represents a parameter in the partition scheme associated with the index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameterCollection"></see> object that represents all the parameters in the partition scheme associated with the index. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.SecondaryXmlIndexType">
			<summary>Gets or sets the secondary XML index type.</summary>
			<returns>A <see cref="P:Microsoft.SqlServer.Management.Smo.Index.SecondaryXmlIndexType"></see> object value that specifies the secondary XML index type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.SortInTempdb">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the index is sorted using the tempdb database for intermediate storage of data. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the index is sorted using the tempdb database for temporary storage. If True, the index is sorted in the tempdb database.If False (default), the index is not sorted in the tempdb database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.SpaceUsed">
			<summary>Gets or sets the disk space used to store the index data in kilobytes.</summary>
			<returns>A <see cref="T:System.Int64"></see> value that specifies the space used, in KB. </returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.IndexCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.IndexCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Index"></see> objects that represent all the indexes defined on the instance of Microsoft SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IndexCollection.Add(Microsoft.SqlServer.Management.Smo.Index)">
			<summary>Adds an <see cref="T:Microsoft.SqlServer.Management.Smo.Index"></see> object to the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexCollection"></see> collection.</summary>
			<param name="index">An <see cref="T:Microsoft.SqlServer.Management.Smo.Index"></see> object value that is to be added into the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexCollection"></see> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IndexCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Index[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Index"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index position form which to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IndexCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Index"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Index"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexCollection"></see> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IndexCollection.Remove(Microsoft.SqlServer.Management.Smo.Index)">
			<summary>Removes an <see cref="T:Microsoft.SqlServer.Management.Smo.Index"></see> object from the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexCollection"></see> collection.</summary>
			<param name="index">An <see cref="T:Microsoft.SqlServer.Management.Smo.Index"></see> object value that specifies the index to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexCollection"></see>collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IndexCollection.Remove(System.String)">
			<summary>Removes an <see cref="T:Microsoft.SqlServer.Management.Smo.Index"></see> object from the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexCollection"></see> collection.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of index to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IndexCollection.Item(System.Int32)">
			<summary>Gets an <see cref="T:Microsoft.SqlServer.Management.Smo.Index"></see> object in the collection by index number.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Index"></see> object value that represents the index.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Index"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IndexCollection.Item(System.String)">
			<summary>Gets an <see cref="T:Microsoft.SqlServer.Management.Smo.Index"></see> object in the collection by name.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Index"></see> object value that represents the index.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Index"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IndexCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.IndexedColumn">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn"></see> object represents a MicrosoftSQL Server column that is participating in an index.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IndexedColumn.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IndexedColumn.#ctor(Microsoft.SqlServer.Management.Smo.Index,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn"></see> class on the specified index and with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the column.</param>
			<param name="index">An <see cref="T:Microsoft.SqlServer.Management.Smo.Index"></see> object that specifies the index in which the indexed column is participating.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IndexedColumn.#ctor(Microsoft.SqlServer.Management.Smo.Index,System.String,System.Boolean)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn"></see> class on the specified index and with the specified name and order.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the column.</param>
			<param name="descending">A <see cref="T:System.Boolean"></see> value that specifies whether the index is sorted in descending or ascending order.If True, the index is sorted in descending order.If False, the index is sorted in ascending order.</param>
			<param name="index">An <see cref="T:Microsoft.SqlServer.Management.Smo.Index"></see> object that specifies the index in which the indexed column is participating.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IndexedColumn.Descending">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the indexed column is sorted in descending or ascending order.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the column is sorted in descending or ascending order.If True, the column is sorted in descending order.If False (default), the column is sorted in ascending order</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IndexedColumn.ID">
			<summary>Gets the ID value that uniquely identifies the indexed column.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value of the indexed column.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IndexedColumn.IsComputed">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the indexed column is computed or not.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the column value is the result of a computed expression.If True, the column is computed.If False (default), the column is not computed.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IndexedColumn.IsIncluded">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the column is included in the index.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the column is included in the index.If True, the column is included in the index.If False (default), the column is not included in the index.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IndexedColumn.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Index"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn"></see> object.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Index"></see> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn"></see> objects that represent all the indexed columns defined on the instance of Microsoft SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection.Add(Microsoft.SqlServer.Management.Smo.IndexedColumn)">
			<summary>Adds an <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn"></see> object to the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection"></see> object.</summary>
			<param name="indexedColumn">An <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn"></see> object value that is to be added into the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection"></see> column collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection.Add(Microsoft.SqlServer.Management.Smo.IndexedColumn,System.Int32)">
			<summary>Adds an <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn"></see> object at a specified index position in the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection"></see> collection.</summary>
			<param name="indexedColumn">An <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn"></see> object value that is to be added into the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection"></see> column collection.</param>
			<param name="insertAtPosition">An <see cref="T:System.Int32"></see> value that specifies the index position of the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection"></see> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection.Add(Microsoft.SqlServer.Management.Smo.IndexedColumn,System.String)">
			<summary>Adds an <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn"></see> object to the position after a specified, existing <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection"></see> collection.</summary>
			<param name="indexedColumn">An <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn"></see> object value that is to be added into the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection"></see> collection.</param>
			<param name="insertAtColumnName">A <see cref="T:System.String"></see> value that specifies the name of the existing <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn"></see> object in the collection after which to insert the new <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection.CopyTo(Microsoft.SqlServer.Management.Smo.IndexedColumn[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position in the collection from which to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection"></see> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection.Remove(Microsoft.SqlServer.Management.Smo.IndexedColumn)">
			<summary>Removes an <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn"></see> object from the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection"></see> collection.</summary>
			<param name="indexedColumn">An <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn"></see> object value that specifies the indexed column to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection.Item(System.Int32)">
			<summary>Gets an <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn"></see> object in the collection by index number.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn"></see> object value that represents the indexed column.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection.Item(System.String)">
			<summary>Gets an <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn"></see> object in the collection by name.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn"></see> object value that represents the indexed column.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.IndexEnableAction">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.IndexEnableAction"></see> enumeration contains values that are used to specify the action taken on an index when it is enabled after having been disabled.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.IndexEnableAction.Rebuild">
			<summary>The index is rebuilt.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.IndexEnableAction.Recreate">
			<summary>The index is re-created.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.IndexEvents">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.IndexEvents"></see> object represents the settings required for Microsoft SQL Server index event notification.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.IndexEvents.ServerEvent">
			<summary>Specifies the server event handler for index events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IndexEvents.GetEventSelection">
			<summary>Returns the currently selected event notifications.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of index events.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IndexEvents.StartEvents">
			<summary>Starts receiving events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IndexEvents.StopEvents">
			<summary>Stops receiving events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IndexEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Specifies the index events to receive.</summary>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IndexEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet,Microsoft.SqlServer.Management.Smo.ServerEventHandler)">
			<summary>Specifies the index events to receive and the event handler that handles the events.</summary>
			<param name="eventHandler">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventHandler"></see> object that handles the events that are received.</param>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IndexEvents.UnsubscribeAllEvents">
			<summary>Clears all event settings, and removes all event handlers.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IndexEvents.UnsubscribeFromEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Clears the specified event settings, and removes all event handlers.</summary>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of events to stop receiving.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.IndexOperation">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.IndexOperation"></see> enumeration contains values that are used to specify index operations.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.IndexOperation.Disable">
			<summary>Disables the index.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.IndexOperation.Rebuild">
			<summary>Rebuilds the index.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.IndexOperation.Reorganize">
			<summary>Reorganizes the index.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Information">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Information"></see> class contains nonconfigurable information about the instance of MicrosoftSQL Server. These include system information and options that are set during setup, such as the collation.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.Collation">
			<summary>Gets the default collation for the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the default collation for the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.Edition">
			<summary>Gets the edition of the instance of MicrosoftSQL Server.</summary>
			<returns>A string value that represents the edition of the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.ErrorLogPath">
			<summary>Gets the file directory where the error log is stored on the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the error log file location on the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.IsCaseSensitive">
			<summary>Gets the <see cref="T:System.Boolean"></see> value that specifies whether the instance of MicrosoftSQL Server is case sensitive.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the instance of SQL Server is case sensitive. If True, the instance of SQL Server is case sensitive.If False (default), the instance of SQL Server is not case-sensitive.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.IsClustered">
			<summary>Gets the <see cref="T:System.Boolean"></see> value that specifies whether the instance of MicrosoftSQL Server is a clustered server.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the instance of SQL Server is running on a clustered server. If True, the server is clustered.If False (default), the server is not clustered.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.IsFullTextInstalled">
			<summary>Gets the <see cref="T:System.Boolean"></see> value that specifies whether Full-Text Search is installed on the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether Full Text Search is installed on the instance of SQL Server. If True, Full-Text Search is installed on the instance of SQL Server.If False (default), Full Text Search is not installed on the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.IsSingleUser">
			<summary>Gets the <see cref="T:System.Boolean"></see> value that specifies whether the instance of Microsoft SQL Server is read-only.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the instance of SQL Server is read-only. If True, the instance of SQL Server is read-only.If False (default), the instance of SQL Server is not read-only.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.Language">
			<summary>Gets the default language used by the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the default language.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.MasterDBLogPath">
			<summary>Gets the log file directory for the master database on the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the log file directory for the master database on the instance of SQL Server. This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.MasterDBPath">
			<summary>Gets the database file directory for the master database on the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the database file directory for the master database on the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.MaxPrecision">
			<summary>Gets the greatest decimal precision available for exact numeric data types (not floating point), including decimal and numeric.</summary>
			<returns>A <see cref="T:System.Byte"></see> value that specifies the maximum decimal precision for numeric data types on the instance of MicrosoftSQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.NetName">
			<summary>Gets the NetBIOS name of the network on which the instance of MicrosoftSQL Server is running.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the NetBIOS name.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.OSVersion">
			<summary>Gets the operating system version of the computer running the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the operating system version.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent object of the <see cref="T:Microsoft.SqlServer.Management.Smo.Information"></see> object. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Information"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.PhysicalMemory">
			<summary>Gets the total RAM installed, in megabytes, for the computer running the instance of MicrosoftSQL Server.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the total RAM installed in MB.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.Platform">
			<summary>Gets the hardware platform for the computer running the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the hardware platform.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.Processors">
			<summary>Gets the number of processors installed on the computer running the instance of MicrosoftSQL Server.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the number of processors that are installed.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.Product">
			<summary>Gets the product title for the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the product title for the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.ProductLevel">
			<summary>Gets the product level for the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the product level. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.RootDirectory">
			<summary>Gets the root directory for the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the root directory on the computer that is running the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.Version">
			<summary>Gets the version of the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="P:Microsoft.SqlServer.Management.Smo.Information.Version"></see> object that specifies the version of the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.VersionString">
			<summary>Gets the date, version, and processor type of the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:System.String"></see> value that contains the date, the version, and the processor type of the instance of SQL Server.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.InternalSmoErrorException">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.InternalSmoErrorException"></see> class represents the exception raised when an error occurs during the internal phase of a SQL Server Management Objects (SMO) operation.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.InternalSmoErrorException.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.InternalSmoErrorException"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.InternalSmoErrorException.#ctor(System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.InternalSmoErrorException"></see> class with the specified message.</summary>
			<param name="message">A <see cref="T:System.String"></see> value that specifies the message string for the Internal SMO Error exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.InternalSmoErrorException.#ctor(System.String,System.Exception)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.InternalSmoErrorException"></see> class with the specified message and inner exception.</summary>
			<param name="message">A <see cref="T:System.Boolean"></see> value that specifies the message string for the Internal SMO Error exception.</param>
			<param name="innerException">An <see cref="T:System.Exception"></see> object that specifies the inner exception for the Internal SMO Error exception.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.InternalSmoErrorException.SmoExceptionType">
			<summary>Gets the type of SQL Server Management Objects (SMO) exception.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.SmoExceptionType"></see> object that specifies the type of SMO exception.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.InvalidSmoOperationException">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.InvalidSmoOperationException"></see> class represents the exception raised when a SQL Server Management Objects (SMO) operation is not valid.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.InvalidSmoOperationException.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.InvalidSmoOperationException"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.InvalidSmoOperationException.#ctor(System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.InvalidSmoOperationException"></see> class with the specified message.</summary>
			<param name="message">A <see cref="T:System.String"></see> value that specifies the message string for the Invalid SMO Operation exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.InvalidSmoOperationException.#ctor(System.String,System.Exception)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.InvalidSmoOperationException"></see> class with the specified message and inner exception.</summary>
			<param name="message">A <see cref="T:System.String"></see> value that specifies the message string for the Invalid SMO Operation exception.</param>
			<param name="innerException">An <see cref="T:System.Exception"></see> system object value that specifies the inner exception for the Invalid SMO Operation exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.InvalidSmoOperationException.#ctor(System.String,Microsoft.SqlServer.Management.Smo.SqlSmoState)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.InvalidSmoOperationException"></see> class with the specified message and SQL Server Management Objects (SMO) state.</summary>
			<param name="state">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoState"></see> object value that specifies the state of the SMO operation.</param>
			<param name="opName">A <see cref="T:System.String"></see> value that specifies the name of the SMO operation that is not valid.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.InvalidSmoOperationException.Message">
			<summary>Gets the message associated with the Invalid SMO Operation exception.</summary>
			<returns>A <see cref="T:System.String"></see> value that contains the message associated with the Invalid SMO Operation exception.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.InvalidSmoOperationException.SmoExceptionType">
			<summary>Gets the type of the SQL Server Management Objects (SMO) exception.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.SmoExceptionType"></see> object value that specifies the type of the Invalid SMO Operation exception.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.InvalidVersionSmoOperationException">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.InvalidVersionSmoOperationException"></see> class represents the exception raised when the version is not valid on a SQL Server Management Objects (SMO) operation.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.InvalidVersionSmoOperationException.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.InvalidVersionSmoOperationException"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.InvalidVersionSmoOperationException.#ctor(Microsoft.SqlServer.Management.Common.ServerVersion)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.InvalidVersionEnumeratorException"></see> class with the specified server version.</summary>
			<param name="version">A <see cref="T:Microsoft.SqlServer.Management.Common.ServerVersion"></see> object value that specifies the version of the instance of Microsoft SQL Server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.InvalidVersionSmoOperationException.#ctor(System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.InvalidVersionSmoOperationException"></see> class with the specified message.</summary>
			<param name="message">A <see cref="T:System.String"></see> value that specifies the message string for the Invalid Version SMO Operation Exception exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.InvalidVersionSmoOperationException.#ctor(System.String,System.Exception)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.InvalidVersionSmoOperationException"></see> class with the specified message and inner exception.</summary>
			<param name="message">A <see cref="T:System.String"></see> value that specifies the message string for the Invalid Version SMO Operation exception.</param>
			<param name="innerException">An <see cref="T:System.Exception"></see> object that specifies the inner exception for the Invalid Version SMO Operation exception.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.InvalidVersionSmoOperationException.Message">
			<summary>Gets the message associated with the Invalid Version SMO Operation exception.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the exception message.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.InvalidVersionSmoOperationException.SmoExceptionType">
			<summary>Gets the type of exception for the Invalid Version SMO Operation exception.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.SmoExceptionType"></see> object value that specifies the type of exception.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.IObjectPermission">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.IObjectPermission"></see> class represents the interface used to set object permissions.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IObjectPermission.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Denies access to the specified permission for the specified grantee on the SQL Server Management Objects (SMO) object.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IObjectPermission.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Denies access to the specified permission for the specified grantees on the SQL Server Management Objects (SMO) object.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IObjectPermission.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Denies access to the specified permission for the specified grantee and other users that the grantee granted access on the SQL Server Management Objects (SMO) object.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users that the grantee has granted access to the permission are also denied access to the permission.If True, the grantee and users to which the grantee granted access to the permission are all denied access to the permission.If False, only the grantee is denied access to the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IObjectPermission.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Denies access to the specified permission for the specified grantees on the SQL Server Management Objects (SMO) object.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users that the grantee has granted access to the permission are also denied access to the permission.If True, the grantee and users to which the grantee granted access to the permission are all denied access to the permission.If False, only the grantee is denied access to the permission. </param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IObjectPermission.EnumObjectPermissions">
			<summary>Enumerates a list of object permissions for the SQL Server Management Objects (SMO) object.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the SMO object. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IObjectPermission.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of object permissions for a specified permission on the SQL Server Management Objects (SMO) object.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified permission on the SMO object. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IObjectPermission.EnumObjectPermissions(System.String)">
			<summary>Enumerates a list of object permissions for a specified grantee on the SQL Server Management Objects (SMO) object.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified grantee on the SMO object. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IObjectPermission.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of object permissions for a specified grantee and a specified permission on the SQL Server Management Objects (SMO) object.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified grantee and permission on the SMO object. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IObjectPermission.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Grants access to the specified permission for the specified grantee on the SQL Server Management Objects (SMO) object.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be granted access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IObjectPermission.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Grants access to the specified permission for the specified grantees on the SQL Server Management Objects (SMO) object.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that lists the grantees to be granted access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IObjectPermission.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Grants access to the specified permission and the ability to grant access to other users for the specified grantee on the SQL Server Management Objects (SMO) object.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant access to the object for other users.If True, the grantee is given the ability to grant other users access to the SMO object.If False, the grantee is not given the ability to grant other users access to the SMO object. </param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IObjectPermission.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Grants access to the specified permission and the ability to grant access to other users for the specified grantees on the SQL Server Management Objects (SMO) object.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant access to the object for other users.If True, the grantee is given the ability to grant other users access to the SMO object.If False, the grantee is not given the ability to grant other users access to the SMO object. </param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IObjectPermission.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Grants access to the specified permission and the ability to grant access to other users for the specified grantee on the SQL Server Management Objects (SMO) object.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant access to the object for other users.If True, the grantee is given the ability to grant other users access to the SMO object.If False, the grantee is not given the ability to grant other users access to the SMO object. </param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be denied access to the permission.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting access to the SMO object to other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IObjectPermission.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Grants access to the specified permission and the ability to grant access to other users for the specified grantee on the SQL Server Management Objects (SMO) object under an assumed role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant access to the object for other users.If True, the grantee is given the ability to grant other users access to the SMO object.If False, the grantee is not given the ability to grant other users access to the SMO object. </param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the permission.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting access to the SMO object to other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IObjectPermission.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Revokes previously granted permissions from a grantee on the SQL Server Management Objects (SMO) object.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IObjectPermission.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Revokes previously granted permissions from a list of grantees on the SQL Server Management Objects (SMO) object.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IObjectPermission.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from a grantees on the SQL Server Management Objects (SMO) object and any other users to whom the grantees have granted access. The grantees are also given the ability to revoke other users' access.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke access from the object for other users.If True, the grantee is given the ability to revoke other users' access from the SMO object.If False, the grantee is not given the ability to revoke other users' access from the SMO object.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users that the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IObjectPermission.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from a grantee on the SQL Server Management Objects (SMO) object and any other users to whom the grantee has granted access. The grantee is also given the ability to revoke other users' access under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke access from the object for other users.If True, the grantee is given the ability to revoke other users' access from the SMO object.If False, the grantee is not given the ability to revoke other users' access from the SMO object.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users that the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked access to the permission.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking access from the SMO object for other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.IScriptable">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.IScriptable"></see> class represents the interface used to create Transact-SQL scripts of SQL Server Management Objects (SMO) objects.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IScriptable.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the SQL Server Management Objects (SMO) object.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IScriptable.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the SQL Server Management Objects (SMO) object as specified by the script options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that is used to specify the script options.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ITextObject">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ITextObject"></see> class represents the interface that is used to implement text on objects.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ITextObject.ScriptHeader(System.Boolean)">
			<summary>Scripts the text header.</summary>
			<param name="forAlter">A T:System.Boolean value that specifies whether to create an alter script header. If True, an alter script is generated.If False, a create script is generated. </param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ITextObject.TextBody">
			<summary>Gets or sets the body of the text that is associated with the referenced object.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the body of text associated with the referenced object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ITextObject.TextHeader">
			<summary>Gets or sets the text header associated with the referenced object.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the text header associated with the referenced object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ITextObject.TextMode">
			<summary>Gets or sets the text mode associated with the referenced object.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the text mode associated with the referenced object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.JobScheduleCollectionBase">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.JobScheduleCollectionBase"></see> class represents a base class used in the construction of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobScheduleCollection"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.JobScheduleCollectionBase.Contains(System.String)">
			<summary>Determines whether the specified string exists in the referenced collection.</summary>
			<param name="key">A <see cref="T:System.String"></see> value that specifies the text value for which to check the existence of in the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.JobScheduleCollectionBase.Contains(System.String,System.Int32)">
			<summary>Determines whether the specified string exists in the referenced collection.</summary>
			<param name="key">A <see cref="T:System.String"></see> value that specifies the text value for which to check the existence of in the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.JobScheduleCollectionBase.InitInnerCollection">
			<summary>Initializes the referenced collection.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.KeyEncryptionType">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.KeyEncryptionType"></see> enumeration is a list of constant values that specify the key encryption type.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.KeyEncryptionType.AsymmetricKey">
			<summary>Encryption is set with an asymmetric key.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.KeyEncryptionType.Certificate">
			<summary>Encryption is set with a certificate.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.KeyEncryptionType.Password">
			<summary>Encryption is set with a password.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.KeyEncryptionType.SymmetricKey">
			<summary>Encryption is set with a symmetric key.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Language">
			<summary>A <see cref="T:Microsoft.SqlServer.Management.Smo.Language"></see> object represents a language supported by MicrosoftSQL Server. The SQL Server language determines the date and time formats and the language in which the system messages are displayed.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Language.Day(System.DayOfWeek)">
			<summary>Returns a <see cref="T:System.String"></see> value of the day of the week in the referenced language.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the day of the week in the referenced language.</returns>
			<param name="day">A <see cref="T:System.DayOfWeek"></see> system object value that specifies the day of the week.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Language.Month(Microsoft.SqlServer.Management.Smo.Month)">
			<summary>Returns a <see cref="T:System.String"></see> value of the month in the referenced language.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the month in the referenced language.</returns>
			<param name="month">A <see cref="T:Microsoft.SqlServer.Management.Smo.Month"></see> object value that specifies the month of the year.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Language.ShortMonth(Microsoft.SqlServer.Management.Smo.Month)">
			<summary>Returns a <see cref="T:System.String"></see> value of the abbreviated month in the referenced language.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the abbreviated month in the referenced language.</returns>
			<param name="month">A <see cref="T:Microsoft.SqlServer.Management.Smo.Month"></see> object value that specifies the month of the year.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Language.Alias">
			<summary>Gets an alternative name for the language. </summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the language alias name. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Language.DateFormat">
			<summary>Gets the date format for the language.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the date format for the language. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Language.Days">
			<summary>Gets the names of the days of the week for the referenced language.</summary>
			<returns>A <see cref="T:System.String"></see> value that contains the names of the days of the week.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Language.FirstDayOfWeek">
			<summary>Gets the <see cref="T:System.Byte"></see> value that represents the first day of the calendar week.</summary>
			<returns>A <see cref="T:System.Byte"></see> value that represents the first day of the calendar week.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Language.LangID">
			<summary>Gets the ID value that uniquely identifies the language.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the language ID value.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Language.LocaleID">
			<summary>Gets the ID value that uniquely identifies the language locale.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the locale ID value.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Language.Months">
			<summary>Gets the names of the months of the year for the referenced language.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the months of the year.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Language.MsgLangID">
			<summary>Gets the ID value that uniquely identifies the message language.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the message language ID value.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Language.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Language"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object value that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Language"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Language.ShortMonths">
			<summary>Gets the abbreviated names of the months of the year for the referenced language.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the abbreviated months of the year.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Language.Upgrade">
			<summary>Gets the version number of the most recent language update.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the version number of the most recent language update.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.LanguageCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.LanguageCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Language"></see> objects that represent all the languages defined on the instance of MicrosoftSQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LanguageCollection.Add(Microsoft.SqlServer.Management.Smo.Language)">
			<summary>Adds the specified language to the collection.</summary>
			<param name="language">A <see cref="T:Microsoft.ReportDesigner.Drawing.Language"></see> object to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LanguageCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Language[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Language"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position in the collection from which to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LanguageCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.LanguageCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Language"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Language"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.LanguageCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LanguageCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Language"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Language"></see> object value that represents the MicrosoftSQL Server language.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Language"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.LanguageCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LanguageCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Language"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Language"></see> object value that represents the language.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Language"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.LanguageCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LanguageCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.LanguageCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.LanguageCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.LinkedServer">
			<summary>A <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServer"></see> object represents a database system other than MicrosoftSQL Server and is linked to the current instance of SQL Server using an OLE DB driver. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServer.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServer"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServer.#ctor(Microsoft.SqlServer.Management.Smo.Server,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServer"></see> object on the specified instance of SQL Server and with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the remote instance of SQL Server.</param>
			<param name="server">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object value that specifies the local instance of MicrosoftSQL Server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServer.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServer"></see> object property changes on the instance of MicrosoftSQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServer.Create">
			<summary>Creates a linked server on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServer"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServer.Drop">
			<summary>Removes the reference to the linked server from the instance of MicrosoftSQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServer.Drop(System.Boolean)">
			<summary>Removes the reference to the linked server from the instance of MicrosoftSQL Server.</summary>
			<param name="dropDependentLogins">A <see cref="T:System.Boolean"></see> value that specifies whether to also drop logins that are dependent on the linked server that are represented by the <see cref="P:Microsoft.SqlServer.Management.Smo.LinkedServer.LinkedServerLogins"></see> property.If True, the dependent logins are dropped.   If False, the dependent logins are not dropped. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServer.EnumColumns">
			<summary>Enumerates a list of columns that can be accessed on the linked server.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a list of tables that can be accessed on the linked server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. ColumnData typeDescriptionCOLUMN_SIZE<see cref="T:System.Int32"></see>The number of significant digits in the column. The return value for the PRECISION column is in base 10.BUFFER_LENGTH<see cref="T:System.Int32"></see>The transfer size of the data to and from the column.DECIMAL_DIGITS<see cref="T:System.Int32"></see>The number of digits to the right of the decimal point.NUM_PREC_RADIX<see cref="T:System.Int32"></see>The base for numeric data types.NULLABLE<see cref="T:System.Int32"></see>The nullability of the column. 1 = NULL is possible. 0 = NOT NULL.REMARKS<see cref="T:System.String"></see>This field always returns NULL.COLUMN_DEF<see cref="T:System.String"></see>The default value of the column.SQL_DATA_TYPE<see cref="T:System.Int32"></see>The value of the SQL data type as it appears in the TYPE field of the descriptor. This column is the same as the DATA_TYPE column, except for the DateTime and SQL-92 interval data types. This column always returns a value.SQL_DATETIMEE_SUB<see cref="T:System.Int32"></see>The subtype code for DateTime and SQL-92 interval data types. For other data types, this column returns NULL.CHAR_OCTET_LENGTH<see cref="T:System.Int32"></see>The maximum length in bytes of a character or integer data type column. For all other data types, this column returns NULL.ORDINAL_POSITION<see cref="T:System.Int32"></see>The ordinal position of the column in the table. The first column in the table is 1. This column always returns a value.IS_NULLABLE<see cref="T:System.String"></see>The nullability of the column in the table. ISO rules are followed to determine nullability. An ISO SQL-compliant DBMS cannot return an empty string.YES = Column can include NULLS. NO = Column cannot include NULLS.This column returns a zero-length string if nullability is unknown.The value returned for this column is different from the value returned for the NULLABLE column.SS_DATA_TYPE<see cref="T:System.Int32"></see>The ordinal position of the column in the table. The first column in the table is 1. This column always returns a value.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServer.EnumColumns(System.String)">
			<summary>Enumerates a list of columns that can be accessed on the linked server for a specified table.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a list of tables that can be accessed on the linked server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. ColumnData typeDescriptionCOLUMN_SIZE<see cref="T:System.Int32"></see>The number of significant digits in the column. The return value for the PRECISION column is in base 10.BUFFER_LENGTH<see cref="T:System.Int32"></see>The transfer size of the data to and from the column.DECIMAL_DIGITS<see cref="T:System.Int32"></see>The number of digits to the right of the decimal point.NUM_PREC_RADIX<see cref="T:System.Int32"></see>The base for numeric data types.NULLABLE<see cref="T:System.Int32"></see>The nullability of the column. 1 = NULL is possible. 0 = NOT NULL.REMARKS<see cref="T:System.String"></see>This field always returns NULL.COLUMN_DEF<see cref="T:System.String"></see>The default value of the column.SQL_DATA_TYPE<see cref="T:System.Int32"></see>The value of the SQL data type as it appears in the TYPE field of the descriptor. This column is the same as the DATA_TYPE column, except for the DateTime and SQL-92 interval data types. This column always returns a value.SQL_DATETIMEE_SUB<see cref="T:System.Int32"></see>The subtype code for DateTime and SQL-92 interval data types. For other data types, this column returns NULL.CHAR_OCTET_LENGTH<see cref="T:System.Int32"></see>The maximum length in bytes of a character or integer data type column. For all other data types, this column returns NULL.ORDINAL_POSITION<see cref="T:System.Int32"></see>The ordinal position of the column in the table. The first column in the table is 1. This column always returns a value.IS_NULLABLE<see cref="T:System.String"></see>The nullability of the column in the table. ISO rules are followed to determine nullability. An ISO SQL-compliant DBMS cannot return an empty string.YES = Column can include NULLS. NO = Column cannot include NULLS.This column returns a zero-length string if nullability is unknown.The value returned for this column is different from the value returned for the NULLABLE column.SS_DATA_TYPE<see cref="T:System.Int32"></see>The ordinal position of the column in the table. The first column in the table is 1. This column always returns a value.</returns>
			<param name="tableName">A <see cref="T:System.String"></see> value that specifies the name of the table.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServer.EnumColumns(System.String,System.String)">
			<summary>Enumerates a list of columns that can be accessed on the linked server for a specified table and schema.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a list of tables that can be accessed on the linked server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. ColumnData typeDescriptionCOLUMN_SIZE<see cref="T:System.Int32"></see>The number of significant digits in the column. The return value for the PRECISION column is in base 10.BUFFER_LENGTH<see cref="T:System.Int32"></see>The transfer size of the data to and from the column.DECIMAL_DIGITS<see cref="T:System.Int32"></see>The number of digits to the right of the decimal point.NUM_PREC_RADIX<see cref="T:System.Int32"></see>The base for numeric data types.NULLABLE<see cref="T:System.Int32"></see>The nullability of the column. 1 = NULL is possible. 0 = NOT NULL.REMARKS<see cref="T:System.String"></see>This field always returns NULL.COLUMN_DEF<see cref="T:System.String"></see>The default value of the column.SQL_DATA_TYPE<see cref="T:System.Int32"></see>The value of the SQL data type as it appears in the TYPE field of the descriptor. This column is the same as the DATA_TYPE column, except for the DateTime and SQL-92 interval data types. This column always returns a value.SQL_DATETIMEE_SUB<see cref="T:System.Int32"></see>The subtype code for DateTime and SQL-92 interval data types. For other data types, this column returns NULL.CHAR_OCTET_LENGTH<see cref="T:System.Int32"></see>The maximum length in bytes of a character or integer data type column. For all other data types, this column returns NULL.ORDINAL_POSITION<see cref="T:System.Int32"></see>The ordinal position of the column in the table. The first column in the table is 1. This column always returns a value.IS_NULLABLE<see cref="T:System.String"></see>The nullability of the column in the table. ISO rules are followed to determine nullability. An ISO SQL-compliant DBMS cannot return an empty string.YES = Column can include NULLS. NO = Column cannot include NULLS.This column returns a zero-length string if nullability is unknown.The value returned for this column is different from the value returned for the NULLABLE column.SS_DATA_TYPE<see cref="T:System.Int32"></see>The ordinal position of the column in the table. The first column in the table is 1. This column always returns a value.</returns>
			<param name="schemaName">A <see cref="T:System.String"></see> value that specifies the name of the schema.</param>
			<param name="tableName">A <see cref="T:System.String"></see> value that specifies the name of the table.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServer.EnumColumns(System.String,System.String,System.String)">
			<summary>Enumerates a list of columns that can be accessed on the linked server for a specified table, schema, and database.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a list of tables that can be accessed on the linked server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. ColumnData typeDescriptionCOLUMN_SIZE<see cref="T:System.Int32"></see>The number of significant digits in the column. The return value for the PRECISION column is in base 10.BUFFER_LENGTH<see cref="T:System.Int32"></see>The transfer size of the data to and from the column.DECIMAL_DIGITS<see cref="T:System.Int32"></see>The number of digits to the right of the decimal point.NUM_PREC_RADIX<see cref="T:System.Int32"></see>The base for numeric data types.NULLABLE<see cref="T:System.Int32"></see>The nullability of the column. 1 = NULL is possible. 0 = NOT NULL.REMARKS<see cref="T:System.String"></see>This field always returns NULL.COLUMN_DEF<see cref="T:System.String"></see>The default value of the column.SQL_DATA_TYPE<see cref="T:System.Int32"></see>The value of the SQL data type as it appears in the TYPE field of the descriptor. This column is the same as the DATA_TYPE column, except for the DateTime and SQL-92 interval data types. This column always returns a value.SQL_DATETIMEE_SUB<see cref="T:System.Int32"></see>The subtype code for DateTime and SQL-92 interval data types. For other data types, this column returns NULL.CHAR_OCTET_LENGTH<see cref="T:System.Int32"></see>The maximum length in bytes of a character or integer data type column. For all other data types, this column returns NULL.ORDINAL_POSITION<see cref="T:System.Int32"></see>The ordinal position of the column in the table. The first column in the table is 1. This column always returns a value.IS_NULLABLE<see cref="T:System.String"></see>The nullability of the column in the table. ISO rules are followed to determine nullability. An ISO SQL-compliant DBMS cannot return an empty string.YES = Column can include NULLS. NO = Column cannot include NULLS.This column returns a zero-length string if nullability is unknown.The value returned for this column is different from the value returned for the NULLABLE column.SS_DATA_TYPE<see cref="T:System.Int32"></see>The ordinal position of the column in the table. The first column in the table is 1. This column always returns a value.</returns>
			<param name="schemaName">A <see cref="T:System.String"></see> value that specifies the name of the schema.</param>
			<param name="databaseName">A <see cref="T:System.String"></see> value that specifies the name of the database.</param>
			<param name="tableName">A <see cref="T:System.String"></see> value that specifies the name of the table.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServer.EnumColumns(System.String,System.String,System.String,System.String)">
			<summary>Enumerates a list of columns that can be accessed on the linked server for a specified column.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a list of tables that can be accessed on the linked server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. ColumnData typeDescriptionCOLUMN_SIZE<see cref="T:System.Int32"></see>The number of significant digits in the column. The return value for the PRECISION column is in base 10.BUFFER_LENGTH<see cref="T:System.Int32"></see>The transfer size of the data to and from the column.DECIMAL_DIGITS<see cref="T:System.Int32"></see>The number of digits to the right of the decimal point.NUM_PREC_RADIX<see cref="T:System.Int32"></see>The base for numeric data types.NULLABLE<see cref="T:System.Int32"></see>The nullability of the column. 1 = NULL is possible. 0 = NOT NULL.REMARKS<see cref="T:System.String"></see>This field always returns NULL.COLUMN_DEF<see cref="T:System.String"></see>The default value of the column.SQL_DATA_TYPE<see cref="T:System.Int32"></see>The value of the SQL data type as it appears in the TYPE field of the descriptor. This column is the same as the DATA_TYPE column, except for the DateTime and SQL-92 interval data types. This column always returns a value.SQL_DATETIMEE_SUB<see cref="T:System.Int32"></see>The subtype code for DateTime and SQL-92 interval data types. For other data types, this column returns NULL.CHAR_OCTET_LENGTH<see cref="T:System.Int32"></see>The maximum length in bytes of a character or integer data type column. For all other data types, this column returns NULL.ORDINAL_POSITION<see cref="T:System.Int32"></see>The ordinal position of the column in the table. The first column in the table is 1. This column always returns a value.IS_NULLABLE<see cref="T:System.String"></see>The nullability of the column in the table. ISO rules are followed to determine nullability. An ISO SQL-compliant DBMS cannot return an empty string.YES = Column can include NULLS. NO = Column cannot include NULLS.This column returns a zero-length string if nullability is unknown.The value returned for this column is different from the value returned for the NULLABLE column.SS_DATA_TYPE<see cref="T:System.Int32"></see>The ordinal position of the column in the table. The first column in the table is 1. This column always returns a value.</returns>
			<param name="schemaName">A <see cref="T:System.String"></see> value that specifies the name of the schema </param>
			<param name="columnName">A <see cref="T:System.String"></see> value that specifies the name of the column.</param>
			<param name="databaseName">A <see cref="T:System.String"></see> value that specifies the name of the database.</param>
			<param name="tableName">A <see cref="T:System.String"></see> value that specifies the name of the table.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServer.EnumTables">
			<summary>Enumerates a list of tables that are available on the linked server.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a list of tables that can be accessed on the linked server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. ColumnData typeDescriptionTABLE_CAT<see cref="T:System.String"></see>The table qualifier name. Various DBMS products support three-part naming for tables (qualifier.owner.name). In SQL Server 2005, this column represents the database name. In some other products, it represents the server name of the database environment of the table. This field can be NULL.TABLE_SCHEM<see cref="T:System.String"></see>The owner of the table in the linked server. In SQL Server, this column represents the name of the database user who created the table. This field always returns a value.TABLE_NAME<see cref="T:System.String"></see>The name of the table in the linked server. This field always returns a value.TABLE_TYPE<see cref="T:System.String"></see>The type of table: table, system table, or view.REMARKS<see cref="T:System.String"></see>
																SQL Server does not return a value for this column.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServer.EnumTables(System.String)">
			<summary>Enumerates a list of tables that are available on the linked server for a specified table name.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a list of tables that can be accessed on the linked server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. ColumnData typeDescriptionTABLE_CAT<see cref="T:System.String"></see>The table qualifier name. Various DBMS products support three-part naming for tables (qualifier.owner.name). In SQL Server 2005, this column represents the database name. In some other products, it represents the server name of the database environment of the table. This field can be NULL.TABLE_SCHEM<see cref="T:System.String"></see>The owner of the table in the linked server. In SQL Server, this column represents the name of the database user who created the table. This field always returns a value.TABLE_NAME<see cref="T:System.String"></see>The name of the table in the linked server. This field always returns a value.TABLE_TYPE<see cref="T:System.String"></see>The type of table; table, system table, or view.REMARKS<see cref="T:System.String"></see>
																SQL Server does not return a value for this column.</returns>
			<param name="tableName">A <see cref="T:System.String"></see> value that specifies the name of the table.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServer.EnumTables(System.String,System.String)">
			<summary>Enumerates a list of tables that are available on the linked server for a specified table name and schema.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a list of tables that can be accessed on the linked server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. ColumnData typeDescriptionTABLE_CAT<see cref="T:System.String"></see>The table qualifier name. Various DBMS products support three-part naming for tables (qualifier.owner.name). In SQL Server 2005, this column represents the database name. In some other products, it represents the server name of the database environment of the table. This field can be NULL.TABLE_SCHEM<see cref="T:System.String"></see>The owner of the table in the linked server. In SQL Server, this column represents the name of the database user who created the table. This field always returns a value.TABLE_NAME<see cref="T:System.String"></see>The name of the table in the linked server. This field always returns a value.TABLE_TYPE<see cref="T:System.String"></see>The type of table: table, system table, or view.REMARKS<see cref="T:System.String"></see>
																SQL Server does not return a value for this column.</returns>
			<param name="schemaName">A <see cref="T:System.String"></see> value that specifies the name of the schema.</param>
			<param name="tableName">A <see cref="T:System.String"></see> value that specifies the name of the table.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServer.EnumTables(System.String,System.String,System.String)">
			<summary>Enumerates a list of tables that are available on the linked server for a specified table name, schema, and database.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a list of tables that can be accessed on the linked server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. ColumnData typeDescriptionTABLE_CAT<see cref="T:System.String"></see>The table qualifier name. Various DBMS products support three-part naming for tables (qualifier.owner.name). In SQL Server 2005, this column represents the database name. In some other products, it represents the server name of the database environment of the table. This field can be NULL.TABLE_SCHEM<see cref="T:System.String"></see>The owner of the table in the linked server. In SQL Server, this column represents the name of the database user who created the table. This field always returns a value.TABLE_NAME<see cref="T:System.String"></see>The name of the table in the linked server. This field always returns a value.TABLE_TYPE<see cref="T:System.String"></see>The type of table: table, system table, or view.REMARKS<see cref="T:System.String"></see>
																SQL Server does not return a value for this column.</returns>
			<param name="schemaName">A <see cref="T:System.String"></see> value that specifies the name of the schema.</param>
			<param name="databaseName">A <see cref="T:System.String"></see> value that specifies the name of the database.</param>
			<param name="tableName">A <see cref="T:System.String"></see> value that specifies the name of the table.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServer.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the linked server registration.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServer.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the linked server registration as specified by the script options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that is used to specify the script options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServer.Catalog">
			<summary>Gets or sets the database to be used when the linked server is made through a connection to an OLE DB provider. .</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the database to be used when the linked server is made through a connection to an OLE DB provider. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServer.CollationCompatible">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the default collation of the linked server is compatible with the default collation on the local instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the remote linked server is compatible with the collation on the local instance of SQL Server. If True, the linked server has a default collation that is compatible with the default collation on the local instance of SQL Server.If False (default), the linked server has a default collation that is incompatible with the default collation on the local instance of SQL Server. This means that data compared on the two servers may return unexpected results.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServer.CollationName">
			<summary>Gets or sets the name of the collation to use when sorting data from the linked server.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the collation to use when sorting data from the linked server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServer.ConnectTimeout">
			<summary>Gets or sets the number of seconds to wait for a connection to be established with the linked server before timing out.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the time (in seconds) the local server attempts to connect to the remote server before timing out. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServer.DataAccess">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether data can be accessed on the linked server.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether data can be accessed on the linked server. If True, data can be accessed on the linked server.If False (default), data cannot be accessed on the linked server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServer.DataSource">
			<summary>Gets or sets the data source to be used when the linked server is made through a connection to an OLE DB provider. </summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the data source on the linked server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServer.DateLastModified">
			<summary>Gets the date and time when the linked server was last modified. </summary>
			<returns>A <see cref="T:System.DateTime"></see> system object value that specifies the date and time when the linked server was last modified. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServer.DistPublisher">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the linked server is participating in replication as a distribution Publisher.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the linked server is a replication distribution Publisher. If True, the linked server is a distribution Publisher.If False (default), the linked server is not a distribution Publisher.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServer.Distributor">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the linked server is participating in replication as a distribution Publisher.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the linked server is a replication Distributor. If True, the linked server is a Distributor.If False (default), the linked server is not a Distributor.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServer.ID">
			<summary>Gets the ID value that uniquely identifies the linked server.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that uniquely identifies the linked server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServer.LazySchemaValidation">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the schema used by the linked server data is validated when the local instance of MicrosoftSQL Server is idle or not.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the schema used by the linked server data is validated when the local instance of SQL Server is idle or not. If True, the schema is validated when the instance is idle.If False (default), the schema is validated when the data is accessed.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServer.LinkedServerLogins">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerLogin"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerLogin"></see> object represents a linked server login defined on the linked server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerLoginCollection"></see> object that represents all the linked server logins defined on the linked server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServer.Location">
			<summary>Gets or sets the description of the location of the linked server.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the location of the linked server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServer.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServer"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServer"></see> object. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServer.ProductName">
			<summary>Gets or sets the name of the product to which MicrosoftSQL Server can connect through the OLE DB Provider.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the product. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServer.ProviderName">
			<summary>Gets or sets the name of the OLE DB provider used to connect to the linked server.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the OLE DB provider.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServer.ProviderString">
			<summary>Gets or sets the connection string used to connect to a linked server by way of the OLE DB Provider.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the connection string used to connect to the link server by way of the OLE DB Provider.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServer.Publisher">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the linked server is a replication Publisher or not.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the linked server is a Publisher.If True, the linked server is a Publisher.If False (default), the linked server is not a Publisher.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServer.QueryTimeout">
			<summary>Gets or sets the time in seconds to wait for a query to execute before timing out.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the time in seconds to wait for a query to execute before timing out.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServer.Rpc">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the linked server supports remote procedure calls (RPCs).</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the linked server supports RPCs.If True, RPCs can be executed on the linked server.If False (default), RPCs cannot be executed on the linked server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServer.RpcOut">
			<summary>The <see cref="T:System.Boolean"></see> property value that specifies whether the linked server supports remote procedure calls (RPCs) with output parameters.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the linked server supports RPCs with output parameters.If True, RPCs with output parameters can be executed on the linked server.If False (default), RPCs with output parameters cannot be executed on the linked server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServer.Subscriber">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the linked server is a replication Subscriber.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the linked server is a Subscriber.If True, the linked server is a Subscriber.If False (default), the linked server is not a Subscriber.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServer.UseRemoteCollation">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to use the collation associated with the data from the linked server.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the collation that is associated with the data from the linked server is used or not.If True, the collation associated with the data from the linked server is used when sorting or comparing.If False (default), the collation associated with the local instance of MicrosoftSQL Server is used when sorting or comparing.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.LinkedServerCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServer"></see> objects that represent all the linked servers registered on the instance of MicrosoftSQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServerCollection.Add(Microsoft.SqlServer.Management.Smo.LinkedServer)">
			<summary>Adds the specified linked server to the collection.</summary>
			<param name="linkedServer">A <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServer"></see> object to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServerCollection.CopyTo(Microsoft.SqlServer.Management.Smo.LinkedServer[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServer"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index position from which to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServerCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServer"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServer"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServerCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServer"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerCollection"></see> collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServer"></see> object value that represents the linked server.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServer"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServerCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServer"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerCollection"></see> collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServer"></see> object value that represents the linked server.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServer"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServerCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.LinkedServerLogin">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerLogin"></see> object represents a MicrosoftSQL Server logon account that has permission to connect to the linked server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServerLogin.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerLogin"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServerLogin.#ctor(Microsoft.SqlServer.Management.Smo.LinkedServer,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerLogin"></see> class for the specified linked server and with the specified name.</summary>
			<param name="linkedServer">A <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServer"></see> object that specifies the linked server to which the linked server logon has permission to access.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the linked server logon.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServerLogin.Alter">
			<summary>Updates any property changes on an instance of MicrosoftSQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServerLogin.Create">
			<summary>Creates a linked server logon as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerLogin"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServerLogin.Drop">
			<summary>Removes the linked server logon.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServerLogin.SetRemotePassword(System.Security.SecureString)">
			<summary>Sets the password an alternative logon name used when a distributed query or another MicrosoftSQL Server process accesses data on a linked server using an OLE DB Provider.</summary>
			<param name="password">A <see cref="T:System.Security.SecureString"></see> value that specifies the password that is used with the logon name specified in the <see cref="P:Microsoft.SqlServer.Management.Smo.LinkedServerLogin.RemoteUser"></see> property.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServerLogin.SetRemotePassword(System.String)">
			<summary>Sets the password an alternative logon name used when a distributed query or another MicrosoftSQL Server process accesses data on a linked server using an OLE DB Provider.</summary>
			<param name="password">A <see cref="T:System.String"></see> value that specifies the password that is used with the logon name specified in the <see cref="P:Microsoft.SqlServer.Management.Smo.LinkedServerLogin.RemoteUser"></see> property.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServerLogin.DateLastModified">
			<summary>Gets the date and time when the linked server logon was last modified.</summary>
			<returns>A <see cref="T:System.DateTime"></see> system object value that specifies the date and time </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServerLogin.Impersonate">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the MicrosoftSQL Server authenticated logon account connects to the linked server using its own credentials or using a specified logon name and password.</summary>
			<returns>A <see cref="T:System.Boolean"></see> property value that specifies whether the SQL Server authenticated logon account connects to the linked server using its own credentials or using a specified logon name and password.If True, the logon connects using a specified logon name and password.If False (default), the logon connects using its own credentials.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServerLogin.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerLogin"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerLogin"></see> object. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServerLogin.RemoteUser">
			<summary>Gets or sets an alternative logon name for the linked server logon to impersonate when it accesses data on a linked server.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the alternative logon name for the linked server logon. </returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.LinkedServerLoginCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerLoginCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerLogin"></see> objects that represent all the linked server logins defined on the linked server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServerLoginCollection.Add(Microsoft.SqlServer.Management.Smo.LinkedServerLogin)">
			<summary>Adds the specified linked server login to the collection.</summary>
			<param name="linkedServerLogin">A <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerLogin"></see> object to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServerLoginCollection.CopyTo(Microsoft.SqlServer.Management.Smo.LinkedServerLogin[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerLogin"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> that specifies the index position from which to start the copy.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServerLoginCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerLogin"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerLogin"></see> object value that represents the MicrosoftSQL Server linked server login.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerLogin"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerLoginCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServerLoginCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerLogin"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerLogin"></see> object value that represents the linked server login.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerLogin"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerLoginCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServerLoginCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServer"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerLoginCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServer"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerLoginCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.LinkedTableType">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedTableType"></see> enumeration contains values that specify the type of table accessed on a linked server.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.LinkedTableType.Alias">
			<summary>An alias table.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.LinkedTableType.Default">
			<summary>A default data table.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.LinkedTableType.GlobalTemporary">
			<summary>A global temporary table in the temp database.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.LinkedTableType.LocalTemporary">
			<summary>A local temporary table.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.LinkedTableType.SystemTable">
			<summary>A system table.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.LinkedTableType.SystemView">
			<summary>A system view.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.LinkedTableType.Table">
			<summary>A data table.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.LinkedTableType.View">
			<summary>A view.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.LogFile">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.LogFile"></see> object represents a MicrosoftSQL Server log file.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LogFile.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.LogFile"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LogFile.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.LogFile"></see> class for the specified database and with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the log file.</param>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object value that specifies the database for which the transaction log is stored in the log file.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LogFile.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.LogFile"></see> class for the specified database and with the specified name and physical file name.</summary>
			<param name="fileName">A <see cref="T:System.String"></see> value that specifies the physical file name of the log file.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the log file.</param>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object value that specifies the database for which the transaction log is stored in the log file.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LogFile.Create">
			<summary>Creates a log file on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.LogFile"></see> object.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LogFile.FileName">
			<summary>Gets or sets the file name of the log file.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the file name for the log file.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LogFile.Growth">
			<summary>Gets or sets the growth increment for the log file in KB or percent.</summary>
			<returns>A <see cref="T:System.Float64"></see> value that specifies the growth increment in KB or in percent.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LogFile.GrowthType">
			<summary>Gets or sets the growth type for the data file in KB or percent.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.FileGrowthType"></see> object value that specifies the growth type such as KB or in percent.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LogFile.ID">
			<summary>Gets the ID value that uniquely identifies the log file.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the log file.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LogFile.IsOffline">
			<summary>Gets the <see cref="T:System.Boolean"></see> value that specifies whether the log file is offline or not.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the log file is offline or online.If True, the log file is offline and unavailable.If False (default), the log file is online and available.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LogFile.IsReadOnly">
			<summary>Gets the <see cref="T:System.Boolean"></see> value that specifies whether the log file is read-only or can be updated.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the log file is read-only or can be updated.If True, the log file is read-only.If False (default), the log file can be updated.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LogFile.IsReadOnlyMedia">
			<summary>Gets the <see cref="T:System.Boolean"></see> value that specifies whether the log file is stored on read-only media.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the log file is stored on read-only media.If True, the log file is stored on read-only media.If False (default), the log file is stored on media that can be updated.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LogFile.IsSparse">
			<summary>Gets the <see cref="T:System.Boolean"></see> value that specifies whether the file is a sparse file. Sparse files are used in database snapshots.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the data file is sparse.If True, the data file is sparse.If False (default), the data file is dense.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LogFile.MaxSize">
			<summary>Gets or set the maximum size to which the file can grow, in MB.</summary>
			<returns>A <see cref="T:System.Double"></see> value that specifies the maximum size of the log file, in MB.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LogFile.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.LogFile"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object value that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.LogFile"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LogFile.Size">
			<summary>Gets or sets the current size of the log file, in MB.</summary>
			<returns>A <see cref="T:System.Double"></see> value that specifies the current size of the log file, in MB.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LogFile.UsedSpace">
			<summary>Gets the amount of used space in the log file in KB.</summary>
			<returns>A <see cref="T:System.Float64"></see> value that specifies the amount of used space in the log file in KB.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.LogFileCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.LogFileCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.LogFile"></see> objects that represent all the log files defined on the instance of Microsoft SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LogFileCollection.Add(Microsoft.SqlServer.Management.Smo.LogFile)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Smo.LogFile"></see> object to the <see cref="T:Microsoft.SqlServer.Management.Smo.LogFileCollection"></see> collection.</summary>
			<param name="logFile">A <see cref="T:Microsoft.SqlServer.Management.Smo.LogFile"></see> object value that specifies the log file to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.LogFileCollection"></see> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LogFileCollection.CopyTo(Microsoft.SqlServer.Management.Smo.LogFile[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.LogFile"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position in the collection from which to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LogFileCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.LogFileCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.LogFile"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.LogFile"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.LogFileCollection"></see> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LogFileCollection.Remove(Microsoft.SqlServer.Management.Smo.LogFile)">
			<summary>Removes a <see cref="T:Microsoft.SqlServer.Management.Smo.LogFile"></see> object from the <see cref="T:Microsoft.SqlServer.Management.Smo.LogFileCollection"></see> collection.</summary>
			<param name="logFile">A <see cref="T:Microsoft.SqlServer.Management.Smo.LogFile"></see> object value that specifies the log file to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.LogFileCollection"></see> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LogFileCollection.Remove(System.String)">
			<summary>Removes a <see cref="T:Microsoft.SqlServer.Management.Smo.LogFile"></see> object from the <see cref="T:Microsoft.SqlServer.Management.Smo.LogFileCollection"></see> collection.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of log file to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.LogFileCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LogFileCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.LogFile"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.LogFile"></see> object value that represents the log file.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.LogFile"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.LogFileCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LogFileCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.LogFile"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.LogFile"></see> object value that represents the log file.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.LogFile"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.LogFileCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LogFileCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.LogFileCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.LogFileCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Login">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Login"></see> object represents a MicrosoftSQL Server login account that has been granted access to the instance of SQL Server through Microsoft Windows Authentication or SQL Server Authentication.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Login"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.#ctor(Microsoft.SqlServer.Management.Smo.Server,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Login"></see> class on the specified instance of MicrosoftSQL Server and with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the SQL Server login account.</param>
			<param name="server">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object value that specifies the instance of SQL Server to which the login account has access.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.AddToRole(System.String)">
			<summary>Adds the login account to a MicrosoftSQL Server role.</summary>
			<param name="role">A <see cref="T:System.String"></see> value that specifies the name of the role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.Login"></see> object property changes on the login account on the instance of MicrosoftSQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.ChangePassword(System.String)">
			<summary>Changes the password for the login account.</summary>
			<param name="newPassword">A <see cref="T:System.String"></see> value that specifies the new password.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.ChangePassword(System.String,System.String)">
			<summary>Changes the password for the login account.</summary>
			<param name="newPassword">A <see cref="T:System.String"></see> value that specifies the new password.</param>
			<param name="oldPassword">A <see cref="T:System.String"></see> value that specifies the old, existing password.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.ChangePassword(System.String,System.Boolean,System.Boolean)">
			<summary>Changes the password for the login account.</summary>
			<param name="newPassword">A <see cref="T:System.String"></see> value that specifies the new password.</param>
			<param name="mustChange">A <see cref="T:System.Boolean"></see> value that specifies whether the login account must change the password.If True, the password must be changed again.If False, the password will not need to be changed.</param>
			<param name="unlock">A <see cref="T:System.Boolean"></see> value that specifies whether to unlock the login account's access to the instance of MicrosoftSQL Server.If True, the login account is given access to the instance of SQL Server.If False, the login account remains locked out of the instance of SQL Server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Create">
			<summary>Creates a login account on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.Login"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Denies the specified set of permissions for the specified grantee on the login account.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied the specified set of permissions on the logon.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Denies the specified set of permissions for the specified grantees on the logon.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied the specified set of permissions on the logon.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Denies the specified set of permissions for the specified grantee and other users that the grantee granted the specified set of permissions on the logon.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the logon.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied the specified set of permissions on the logon.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Denies the specified set of permissions for the specified grantees and other users that the grantee granted the specified set of permissions on the logon.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the logon.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Disable">
			<summary>Disables the login account. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Drop">
			<summary>Removes the login account from the instance of MicrosoftSQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Enable">
			<summary>Enables the login account. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.EnumAgentProxyAccounts">
			<summary>Enumerates a list of agent proxy accounts in which the login account is participating.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a list of agent proxy account in which the login account is participating.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.EnumDatabaseMappings">
			<summary>Enumerates a list of login account mappings to databases and database users. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseMapping"></see> object array value that lists the login account mappings to databases and database users.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.EnumObjectPermissions">
			<summary>Enumerates a list of object permissions for the login account.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the login account. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of object permissions for a specified permission on the login account.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified permission on the login account. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.EnumObjectPermissions(System.String)">
			<summary>Enumerates a list of object permissions for a specified grantee on the login account.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified grantee on the login account. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of object permissions for a specified grantee and a specified permission on the login account.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified grantee and permission on the login account. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.GetDatabaseUser(System.String)">
			<summary>Gets the name of the user that the login account is mapped to in a specified database.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the database user name.</returns>
			<param name="databaseName">A <see cref="T:System.String"></see> value that specifies the name of the database.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Grants the specified set of permissions to the specified grantee on the login account.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be granted the specified set of permissions on the login account.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Grants the specified set of permissions to the specified grantees on the login account.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that lists the grantees to be granted the specified set of permissions on the login account.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Grants access to the specified permission to the grantee and the ability to grant access to other users on the login account.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the login account.If True, the grantee is given the ability to grant the specified set of permissions to other users on the login account.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the login account.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Grants access to the specified permission to the grantees and the ability to grant access to other users on the login account.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the login account. If True, the grantee is given the ability to grant the specified set of permissions to other users on the login account.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the login account.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Grants the specified set of permissions to the grantee and the ability to grant the set of permissions to other users on the login account under an assumed role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the login account.If True, the grantee is given the ability to grant the specified set of permissions to other users on the login account.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the login account. </param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be denied access to the permission.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the login account. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Grants the specified set of permissions to the grantees and the ability to grant the set of permissions to other users on the logon under an assumed role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the logon.If True, the grantee is given the ability to grant the specified set of permissions to other users on the login account.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the login account. </param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be granted the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the login account. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.IsMember(System.String)">
			<summary>Returns a <see cref="T:System.Boolean"></see> value that specifies whether the login account is a member of a specified role.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the login account is a member of the specified role or not.If True, the login account is a member of the specified role.If False, the login account is not a member of the specified role.</returns>
			<param name="role">A <see cref="T:System.String"></see> value that specifies the name of the role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.ListMembers">
			<summary>Returns a list of the roles of which the login account is a member.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> object value that contains a list of role names of which the login account is a member.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Rename(System.String)">
			<summary>Renames the login account.</summary>
			<param name="newname">A <see cref="T:System.String"></see> value that specifies the new name of the login account.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Revokes a previously granted set of permissions from a grantee on the login account.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Revokes a previously granted set of permissions from a list of grantees on the login account.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from a grantee on the login account and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the login account.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the login account.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the login account.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the login account.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from grantees on the login account and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the login account.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the login account.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the login account.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the login account.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from a grantee on the login account and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the login account.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the login account.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the login account.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the login account.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the logon. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from grantees on the login account and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the login account.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the login account.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the login account.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the login account.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the logon. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the login account.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the login account as specified by the script options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that is used to specify the script options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Login.AsymmetricKey">
			<summary>Gets the asymmetric key associated with the login.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies asymmetric key associated with the login.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Login.Certificate">
			<summary>Gets the certificate associated with the login.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the certificate associated with the login.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Login.CreateDate">
			<summary>Gets the date and time when the login account was created.</summary>
			<returns>A <see cref="T:System.DateTime"></see> system object value that specifies the date and time when the login account was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Login.Credential">
			<summary>Gets the credential associated with the login.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the credential associated with the login.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Login.DateLastModified">
			<summary>Gets the date and time when the login account was last modified.</summary>
			<returns>A <see cref="T:System.DateTime"></see> system object value that specifies the date and time when the login account was last modified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Login.DefaultDatabase">
			<summary>Gets or sets the default database that the login account is assigned to after logging on to the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the default database to which the login account is assigned after logging on to the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Login.DenyWindowsLogin">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the login account has been granted or denied the ability to log on to the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the login accounts granted or denied the ability to log on to the instance of SQL Server.If True, the login account has been denied the ability to log on to the instance of SQL Server.If False, the login account has been granted the ability to log on to the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Login.Events">
			<summary>Gets the events associated with the login account.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.LoginEvents"></see> object value that specifies the events associated with the login account.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Login.HasAccess">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the MicrosoftSQL Server login account has access to the instance of SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the login account has access to the instance of SQL Server. If True, the login has access to the instance of SQL Server.If False (default), the login does not have access to the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Login.ID">
			<summary>Gets the ID value that uniquely identifies the login account.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID that uniquely identifies the login account.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Login.IsDisabled">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the MicrosoftSQL Server login account is disabled.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the login account is disabled. If True, the login is disabled.If False (default), the login is not disabled.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Login.IsLocked">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the login account has been locked out of the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether Basic authentication is enabled for the logon.If True, the login account has been locked out of the instance of SQL Server.If False (default), the login account has not been locked out of the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Login.IsPasswordExpired">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the password for the MicrosoftSQL Server login account has expired.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the password for the SQL Server login account has expired.If True, the password for the login account has expired.If False , the password for the login account has yet to expire.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Login.IsSystemObject">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the MicrosoftSQL Server login account is a system object.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the login account is a system object. If True, the login is a system object.If False (default), the login is not a system object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Login.Language">
			<summary>Gets or sets the language required by the referenced login account for date formats and system messages.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the language required by the referenced login account. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Login.LanguageAlias">
			<summary>Gets the alias name used for the language that is required by the MicrosoftSQL Server login account.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the alias name used for the language that is required by the SQL Server login account. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Login.LoginType">
			<summary>Gets or sets the type of MicrosoftSQL Server login account.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.LoginType"></see> object value that specifies the type of authentication performed on the SQL Server login account. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Login.MustChangePassword">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the login account password must be changed when the user next logs on to the instance of MicrosoftSQL Server. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the user must change the password when her or she next logs on to the instance of SQL Server.If True, the login account password must be changed.If False (default), the login account password does not require changing.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Login.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Login"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Login"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Login.PasswordExpirationEnabled">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the password for the login account will automatically expire.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the password for the login account will automatically expire.If True, the login account password automatically expires.If False (default), the login account password does not expire automatically.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Login.PasswordPolicyEnforced">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether password policy is enforced for this login account.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether password policy is enforced for this login account.If True, password policy is enforced for this login account.If False (default), password policy is not enforced for this login account.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Login.Sid">
			<summary>Gets or sets the security identifier (SID) for the login account.</summary>
			<returns>An unsigned <see cref="T:System.Uint8"></see> array value that specifies the security identifier of the login account </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Login.WindowsLoginAccessType">
			<summary>Gets the type of Microsoft Windows logon access.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.WindowsLoginAccessType"></see> object value that specifies the type of Windows logon access.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.LoginCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.LoginCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Login"></see> objects that represent all the login accounts defined on the instance of MicrosoftSQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LoginCollection.Add(Microsoft.SqlServer.Management.Smo.Login)">
			<summary>Adds the specified login to the collection.</summary>
			<param name="login">A <see cref="T:Microsoft.SqlServer.Management.Smo.Login"></see> object to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LoginCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Login[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Login"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position in the collection from which to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LoginCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.LoginCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Login"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Login"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.LoginCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LoginCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Login"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Login"></see> object value that represents the login account.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Login"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.LoginCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LoginCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Login"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Login"></see> object value that represents the login account.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Login"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.LoginCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LoginCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.LoginCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.LoginCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.LoginCreateOptions">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.LoginCreateOptions"></see> enumeration contains values that are used to specify the password options when you create a logon.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.LoginCreateOptions.IsHashed">
			<summary>Value = 1.The password has already been hashed, which allows passwords to be reapplied to a logon.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.LoginCreateOptions.MustChange">
			<summary>Value = 2. The user must change their password when they next attempt a logon.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.LoginCreateOptions.None">
			<summary>Value = 0. There are no login creation options.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.LoginEvents">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.LoginEvents"></see> object represents the settings required for Microsoft SQL Server login event notification.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.LoginEvents.ServerEvent">
			<summary>Specifies the event raised when an event occurs in <see cref="T:Microsoft.SqlServer.Management.Smo.Login"></see> object and the user has subscribed to the event from that object instance.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LoginEvents.GetEventSelection">
			<summary>Returns the currently selected event notifications.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of login events.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LoginEvents.StartEvents">
			<summary>Starts receiving events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LoginEvents.StopEvents">
			<summary>Stops receiving events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LoginEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Specifies the login events to receive.</summary>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LoginEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet,Microsoft.SqlServer.Management.Smo.ServerEventHandler)">
			<summary>Specifies the login events to receive and the event handler that handles the events.</summary>
			<param name="eventHandler">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventHandler"></see> object that handles the events that are received.</param>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LoginEvents.UnsubscribeAllEvents">
			<summary>Clears all event settings, and removes all event handlers.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LoginEvents.UnsubscribeFromEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Clears the specified event settings, and removes all event handlers.</summary>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of events to stop receiving.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.MasterKey">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.MasterKey"></see> object represents a SQL Server database master key.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.MasterKey.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.MasterKey"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.MasterKey.#ctor(Microsoft.SqlServer.Management.Smo.Database)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.MasterKey"></see> class on the specified database.</summary>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object value that specifies the database to which the master key belongs.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.MasterKey.AddPasswordEncryption(System.String)">
			<summary>Adds password encryption to the master key.</summary>
			<param name="password">A <see cref="T:System.String"></see> value that specifies the password with which to encrypt and decrypt the master key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.MasterKey.AddServiceKeyEncryption">
			<summary>Adds service key encryption to the master key.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.MasterKey.Close">
			<summary>Closes the master key.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.MasterKey.Create(System.String)">
			<summary>Creates a master key with the specified password.</summary>
			<param name="encryptionPassword">A <see cref="T:System.String"></see> value that specifies the password with which to encrypt the master key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.MasterKey.Create(System.String,System.String,System.String)">
			<summary>Creates a master key from the specified file and with the specified encryption and decryption passwords.</summary>
			<param name="encryptionPassword">A <see cref="T:System.String"></see> value that specifies the password with which to encrypt the master key.</param>
			<param name="decryptionPassword">A <see cref="T:System.String"></see> value that specifies the password with which to decrypt the master key.</param>
			<param name="path">A <see cref="T:System.String"></see> value that specifies the system path location of the file from which to load the master key. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.MasterKey.Drop">
			<summary>Removes the master key from the database.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.MasterKey.DropPasswordEncryption(System.String)">
			<summary>Removes the password encryption from the master key with the associated password.</summary>
			<param name="password">A <see cref="T:System.String"></see> value that specifies the password with which to encrypt and decrypt the master key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.MasterKey.DropServiceKeyEncryption">
			<summary>Drops service key encryption from the master key.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.MasterKey.EnumKeyEncryptions">
			<summary>Enumerates a list of the current set of key encryptions for the database master key.</summary>
			<returns>A <see cref="T:System.DataTable"></see> system object value that contains the list of current key encryptions for the database master key. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. ColumnData typeDescriptionUrn<see cref="T:System.String"></see>The URN string that specifies the referenced master key.Thumbprint<see cref="T:System.Byte[]"></see>The thumbprint byte array associated with the master key. For more information, see sys.key_encryptions (Transact-SQL).SymmetricKeyEncryptionType<see cref="T:System.String"></see>The symmetric key encryption type. For more information, see <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryptionType"></see> class.CryptProperty<see cref="T:System.Byte[]"></see>The byte array that describes the crypt property. For more information, see sys.key_encryptions (Transact-SQL).</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.MasterKey.Export(System.String,System.String)">
			<summary>Saves the database master key to the specified system path location with the specified password.</summary>
			<param name="password">A <see cref="T:System.String"></see> value that specifies the password with which to encrypt and decrypt the master key.</param>
			<param name="path">A <see cref="T:System.String"></see> value that specifies the system path location of the file to which to save the master key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.MasterKey.Import(System.String,System.String,System.String)">
			<summary>Loads the database master key from the file located at the specified system path by using the specified passwords to decrypt and encrypt the master key.</summary>
			<param name="encryptionPassword">A <see cref="T:System.String"></see> value that specifies the password with which to encrypt the master key.</param>
			<param name="decryptionPassword">A <see cref="T:System.String"></see> value that specifies the password with which to decrypt the master key.</param>
			<param name="path">A <see cref="T:System.String"></see> value that specifies the system path location of the file to save the master key to.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.MasterKey.Import(System.String,System.String,System.String,System.Boolean)">
			<summary>Loads the database master key from the file located at the specified system path by using the specified passwords to decrypt and encrypt the master key and with the option to force regeneration.</summary>
			<param name="forceRegeneration">A <see cref="T:System.Boolean"></see> value that specifies whether to drop the items that cannot be successfully regenerated by using the old database master key password.If True, regeneration of the master key is forced, and all items that cannot be regenerated are dropped.If False, regeneration of the master key is not forced.</param>
			<param name="encryptionPassword">A <see cref="T:System.String"></see> value that specifies the password with which to encrypt the master key.</param>
			<param name="decryptionPassword">A <see cref="T:System.String"></see> value that specifies the password with which to decrypt the master key.</param>
			<param name="path">A <see cref="T:System.String"></see> value that specifies the system path location of the file to save the master key to.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.MasterKey.Open(System.String)">
			<summary>Opens the database master key by using the specified password.</summary>
			<param name="password">A <see cref="T:System.String"></see> value that specifies the password with which to decrypt the master key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.MasterKey.Regenerate(System.String)">
			<summary>Regenerates the database master key using the specified new password.</summary>
			<param name="password">A <see cref="T:System.String"></see> value that specifies the password with which to encrypt and decrypt the master key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.MasterKey.Regenerate(System.String,System.Boolean)">
			<summary>Regenerates the database master key by using the specified new password, and with the option to force the regeneration, thus removing all items that cannot be successfully decrypted. </summary>
			<param name="forceRegeneration">A <see cref="T:System.Boolean"></see> value that specifies whether to drop the items that cannot be successfully regenerated by using the old database master key password.If True, regeneration of the master key is forced, and all items that cannot be regenerated are dropped.If False, regeneration of the master key is not forced.</param>
			<param name="password">A <see cref="T:System.String"></see> value that specifies the password with which to encrypt and decrypt the master key.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.MasterKey.CreateDate">
			<summary>Gets the date and time when the master key was created.</summary>
			<returns>A <see cref="T:System.DateTime"></see> object value that specifies the date and time when the master key was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.MasterKey.DateLastModified">
			<summary>Gets the date and time when the master key was last modified.</summary>
			<returns>A <see cref="T:System.DateTime"></see> object value that specifies the date and time when the master key was last modified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.MasterKey.IsEncryptedByServer">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the database master key is encrypted by using the service master key or by using a password.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the master key is encrypted by using the service master key or by using a password.If True, the master key is encrypted by the service master key.If False, the master key is encrypted by using a password.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.MasterKey.IsOpen">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the database master key is open.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the master key is open.If True, the master key is open.If False, the master key is closed.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.MasterKey.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.MasterKey"></see> object. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.MasterKey"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.MessageCollectionBase">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.MessageCollectionBase"></see> class is a base class that is used in the construction of message collection classes. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.MessageCollectionBase.Contains(System.Int32,System.Int32)">
			<summary>Determines whether an object with the specified ID value and language ID value exists in the message collection object.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the object with the specified ID value exists in the <see cref="T:Microsoft.SqlServer.Management.Smo.MessageCollectionBase"></see> object.If True, the <see cref="T:Microsoft.SqlServer.Management.Smo.MessageCollectionBase"></see> contains the specified object.If False, the <see cref="T:Microsoft.SqlServer.Management.Smo.MessageCollectionBase"></see> does not contain the specified object.</returns>
			<param name="languageID">An <see cref="T:System.Int32"></see> value that specifies the ID value of the language associated with the <see cref="T:Microsoft.SqlServer.Management.Smo.MessageCollectionBase"></see> object.</param>
			<param name="id">An <see cref="T:System.Int32"></see> value that specifies the ID value of the <see cref="T:Microsoft.SqlServer.Management.Smo.MessageCollectionBase"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.MessageCollectionBase.Contains(System.Int32,System.String)">
			<summary>Determines whether an object with the specified ID value and language exists in the message collection object.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the object with the ID value and language exists in the <see cref="T:Microsoft.SqlServer.Management.Smo.MessageCollectionBase"></see> object.If True, the <see cref="T:Microsoft.SqlServer.Management.Smo.MessageCollectionBase"></see> contains the specified object.If False, the <see cref="T:Microsoft.SqlServer.Management.Smo.MessageCollectionBase"></see> does not contain the specified object.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that specifies the ID value of the <see cref="T:Microsoft.SqlServer.Management.Smo.MessageCollectionBase"></see> object.</param>
			<param name="language">A <see cref="T:System.String"></see> value that specifies the language associated with the <see cref="T:Microsoft.SqlServer.Management.Smo.MessageCollectionBase"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.MessageCollectionBase.InitInnerCollection">
			<summary>This method supports the SQL Server Management Objects infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.MessageCollectionBase.Remove(System.Int32)">
			<summary>Removes the object with the specified ID value from the message collection object.</summary>
			<param name="id">An <see cref="T:System.Int32"></see> value that specifies the ID value of the <see cref="T:Microsoft.SqlServer.Management.Smo.MessageCollectionBase"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.MessageCollectionBase.Remove(System.Int32,System.String)">
			<summary>Removes the object with the specified ID value and language from the message collection object.</summary>
			<param name="id">An <see cref="T:System.Int32"></see> value that specifies the ID value of the <see cref="T:Microsoft.SqlServer.Management.Smo.MessageCollectionBase"></see> object.</param>
			<param name="language">A <see cref="T:System.String"></see> value that specifies the language associated with the <see cref="T:Microsoft.SqlServer.Management.Smo.MessageCollectionBase"></see> object.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.MessageObjectBase">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.MessageObjectBase"></see> class is a base class that is inherited by message classes. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.MessageObjectBase.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.MessageObjectBase"></see> class.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.MissingObjectException">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.MissingObjectException"></see> class represents the exception raised when an object is missing.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.MissingObjectException.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.MissingObjectException"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.MissingObjectException.#ctor(System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.MissingObjectException"></see> class with the specified message.</summary>
			<param name="message">A <see cref="T:System.String"></see> value that specifies the message string for the missing object exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.MissingObjectException.#ctor(System.String,System.Exception)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.MissingObjectException"></see> class with the specified message and inner exception.</summary>
			<param name="message">A <see cref="T:System.String"></see> value that specifies the message string for the missing object exception.</param>
			<param name="innerException">An <see cref="T:System.Exception"></see> object that specifies the inner exception for the missing object exception.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.MissingObjectException.Message">
			<summary>Gets the message associated with the Missing Object exception.</summary>
			<returns>A string value that contains the message associated with the Missing Object exception.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.MissingObjectException.SmoExceptionType">
			<summary>Gets the type of SMO exception.</summary>
			<returns>An <see cref="P:Microsoft.SqlServer.Management.Smo.MissingObjectException.SmoExceptionType"></see> object value that specifies the type of SMO exception.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Month">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Month"></see> enumeration contains constant values that specify the twelve calendar months.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.Month.April">
			<summary>April, month 4.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.Month.August">
			<summary>August, month 8.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.Month.December">
			<summary>December, month 12.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.Month.February">
			<summary>February, month 2.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.Month.January">
			<summary>January, month 1.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.Month.July">
			<summary>July, month 7.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.Month.June">
			<summary>June, month 6.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.Month.March">
			<summary>March, month 3.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.Month.May">
			<summary>May, month 5.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.Month.November">
			<summary>November, month 11.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.Month.October">
			<summary>October, month 10.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.Month.September">
			<summary>September, month 9.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.NamedSmoObject">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.NamedSmoObject"></see> object represents a named MicrosoftSQL Server Management Objects (SMO) object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.NamedSmoObject.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.NamedSmoObject"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.NamedSmoObject.RenameImpl(System.String)">
			<summary>This method supports the MicrosoftSQL Server Management Objects infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.NamedSmoObject.RenameImplWorker(System.String)">
			<summary>This method supports the MicrosoftSQL Server Management Objects infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.NamedSmoObject.ScriptRename(System.Collections.Specialized.StringCollection,Microsoft.SqlServer.Management.Smo.ScriptingOptions,System.String)">
			<summary>This method supports the MicrosoftSQL Server Management Objects infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.NamedSmoObject.Name">
			<summary>Gets or sets the name of the object.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.NumberedObjectCollectionBase">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedObjectCollectionBase"></see> class is a base class that represents common functionality for collections of numbered objects, such as the <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.NumberedObjectCollectionBase.Contains(System.Int16)">
			<summary>Determines whether the specified value is the number value of any of the numbered objects in the referenced collection.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the referenced collection contains the object with the specified number value.If True, the collection contains the specified object.If False, the collection does not contain the specified object.</returns>
			<param name="number">An <see cref="T:System.Int16"></see> value that specifies the number value of the object that is being checked to see whether it exists in the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.NumberedObjectCollectionBase.InitInnerCollection">
			<summary>Initializes the collection.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure"></see> class represents a MicrosoftSQL Server numbered stored procedure.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure.#ctor(Microsoft.SqlServer.Management.Smo.StoredProcedure,System.Int16)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure"></see> class.</summary>
			<param name="number">An <see cref="T:System.Int16"></see> value that specifies the number value associated with the numbered stored procedure.</param>
			<param name="storedProcedure">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure"></see> object value that specifies the stored procedure on which to base the <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure"></see> object property changes on the instance of MicrosoftSQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure.Create">
			<summary>Creates a stored procedure on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure.ScriptHeader(System.Boolean)">
			<summary>Returns the text header with the option to modify the text. </summary>
			<param name="forAlter">A <see cref="T:System.Boolean"></see> value that specifies whether to create an alter script or a creation script.If True, an alter script is generated.If False, a creation script is generated.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure.ToString">
			<summary>Returns the referenced object as a <see cref="T:System.String"></see> value.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the referenced object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure.IsEncrypted">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the numbered stored procedure is encrypted.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies the whether the numbered stored procedure is encrypted.If True, the stored procedure is encrypted.If False (default), the stored procedure is not encrypted.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure.Name">
			<summary>Gets or sets the name of the numbered stored procedure.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the numbered stored procedure.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure.Number">
			<summary>Gets or sets the number associated with the numbered stored procedure.</summary>
			<returns>A <see cref="T:System.Int32"></see> value that specifies the number of the numbered stored procedure.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure.Parameters">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter"></see> object represents a parameter defined for the numbered stored procedure.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameterCollection"></see> object that represents all the parameters defined for the numbered stored procedure. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure.TextBody">
			<summary>Gets or sets the Transact-SQL string that defines the stored procedure.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the Transact-SQL string that defines the numbered stored procedure.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure.TextHeader">
			<summary>Gets or sets the header part of the Transact-SQL string that defines the stored procedure.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the text header from the definition of the numbered stored procedure.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure.TextMode">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property that specifies whether the text header is editable as text.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the text header is editable as text.If True, the text header is editable as text.If False (default), the text header is not editable.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure"></see> objects that represent all the numbered stored procedures defined on a table.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureCollection.CopyTo(Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureCollection.GetProcedureByNumber(System.Int16)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int16"></see> value specifies the number associated with the <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure"></see> object.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure"></see> object value that represents the numbered stored procedure.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter"></see> object represents a MicrosoftSQL Server numbered stored procedure parameter.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter.#ctor(Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter"></see> class for the specified numbered stored procedure and with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the numbered stored procedure parameter.</param>
			<param name="numberedStoredProcedure">A <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure"></see> object value that specifies the numbered stored procedure on which the parameter is defined.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter.IsOutputParameter">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property that specifies whether the parameter is an output parameter.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the stored procedure parameter is an output parameter.If True, the referenced stored procedure parameter is an output parameter, which contains returned results after the stored procedure is called.If False (default), the referenced stored procedure parameter is an input parameter, which contains arguments that are used within the stored procedure.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameterCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameterCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter"></see> objects that represent all the numbered stored procedure parameters defined on a table.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameterCollection.CopyTo(Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameterCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameterCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameterCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameterCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter"></see> object value that represents the numbered stored procedure parameter.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameterCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameterCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter"></see> object value that represents the numbered stored procedure parameter.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameterCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameterCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameterCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameterCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ObjectAlteredEventArgs">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectAlteredEventArgs"></see> object represents the arguments passed by the event raised when an object is altered.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectAlteredEventArgs.#ctor(Microsoft.SqlServer.Management.Smo.Urn,System.Object)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectAlteredEventArgs"></see> class with the specified Uniform Resource Name (URN) value and the specified inner object.</summary>
			<param name="urn">A <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> object value that specifies the URN value.</param>
			<param name="innerObject">An <see cref="T:System.Object"></see> system object that specifies the inner object.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectAlteredEventArgs.SmoObject">
			<summary>Gets the altered object that causes the event to be raised.</summary>
			<returns>An <see cref="T:System.Object"></see> object value that specifies the altered object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ObjectCreatedEventArgs">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectCreatedEventArgs"></see> object represents the arguments passed by the event raised when an object is created.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectCreatedEventArgs.#ctor(Microsoft.SqlServer.Management.Smo.Urn,System.Object)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectCreatedEventArgs"></see> class with the specified Uniform Resource Name (URN) value and the specified inner object.</summary>
			<param name="urn">A <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> object value that specifies the URN value.</param>
			<param name="innerObject">An <see cref="T:System.Object"></see> system object value that specifies the inner object.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectCreatedEventArgs.SmoObject">
			<summary>Gets the created object that causes the event to be raised.</summary>
			<returns>An <see cref="T:System.Object"></see> system object value that specifies the created object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ObjectDroppedEventArgs">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectDroppedEventArgs"></see> object represents the arguments passed by the event raised when an object is dropped.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectDroppedEventArgs.#ctor(Microsoft.SqlServer.Management.Smo.Urn)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectDroppedEventArgs"></see> class with the specified Uniform Resource Name (URN) value and the specified inner object.</summary>
			<param name="urn">A <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> object value that specifies the URN value.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ObjectEvent">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent"></see> object represents the of MicrosoftSQL Server object events that can be included in an object event set.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectEvent.Add(Microsoft.SqlServer.Management.Smo.ObjectEvent,Microsoft.SqlServer.Management.Smo.ObjectEvent)">
			<summary>Returns the object event set that is created by adding two object events.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object value that specifies a set of object events.</returns>
			<param name="eventRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent"></see> object that specifies the object event.</param>
			<param name="eventLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent"></see> object that specifies the object event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectEvent.GetHashCode">
			<summary>This method supports the SQL Server Management Objects infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectEvent.op_Addition(Microsoft.SqlServer.Management.Smo.ObjectEvent,Microsoft.SqlServer.Management.Smo.ObjectEvent)">
			<summary>Creates a object event set by performing an addition operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent"></see> objects.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object value that specifies a set of object events.</returns>
			<param name="eventRight">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent"></see> object that specifies the object events.</param>
			<param name="eventLeft">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent"></see> object that specifies the object events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectEvent.op_BitwiseOr(Microsoft.SqlServer.Management.Smo.ObjectEvent,Microsoft.SqlServer.Management.Smo.ObjectEvent)">
			<summary>Creates an object event set by performing a bitwise OR operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent"></see> objects.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object value that specifies a set of object events.</returns>
			<param name="eventRight">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent"></see> object that specifies the object events.</param>
			<param name="eventLeft">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent"></see> object that specifies the object events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectEvent.op_Equality(Microsoft.SqlServer.Management.Smo.ObjectEvent,Microsoft.SqlServer.Management.Smo.ObjectEvent)">
			<summary>Creates a object event set by performing an equality operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent"></see> objects.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object value that specifies a set of object events.</returns>
			<param name="a">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent"></see> object that specifies the object events.</param>
			<param name="b">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent"></see> object that specifies the object events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectEvent.op_Inequality(Microsoft.SqlServer.Management.Smo.ObjectEvent,Microsoft.SqlServer.Management.Smo.ObjectEvent)">
			<summary>Creates an object event set by performing an inequality operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent"></see> objects.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object value that specifies a set of object events.</returns>
			<param name="a">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent"></see> object that specifies the database events.</param>
			<param name="b">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent"></see> object that specifies the database events.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectEvent.Alter">
			<summary>Gets an object event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ObjectEventSet.Alter"></see> event that can be included in the object event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectEvent.Drop">
			<summary>Gets an object event that can be included in the event set.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ObjectEventSet.Drop"></see> event that can be included in the object event set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object represents a Microsoft SQL Server set of object events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectEventSet.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectEventSet.#ctor(Microsoft.SqlServer.Management.Smo.ObjectEvent)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> class with the specified set of event.</summary>
			<param name="anEvent">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent"></see> object that specifies a object event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectEventSet.#ctor(Microsoft.SqlServer.Management.Smo.ObjectEvent[])">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> class with the specified set of events.</summary>
			<param name="events">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent"></see> object that specifies several object events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectEventSet.#ctor(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> class with a specified set of events.</summary>
			<param name="eventSet">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> that specifies a set of object events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectEventSet.Add(Microsoft.SqlServer.Management.Smo.ObjectEvent)">
			<summary>Adds an <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent"></see> object to the <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that contains the added <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent"></see> object.</returns>
			<param name="anEvent">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent"></see> object that is added to the <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectEventSet.Copy">
			<summary>Returns a copy of the <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.EventSetBase"></see> object that represents a copy of the event set.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectEventSet.op_Addition(Microsoft.SqlServer.Management.Smo.ObjectEventSet,Microsoft.SqlServer.Management.Smo.ObjectEvent)">
			<summary>Creates an object event set by performing an addition operation on an <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent"></see> object and an <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object value that specifies a set of object events.</returns>
			<param name="eventSet">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the object event set.</param>
			<param name="anEvent">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent"></see> object that specifies the object events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectEventSet.op_Subtraction(Microsoft.SqlServer.Management.Smo.ObjectEventSet,Microsoft.SqlServer.Management.Smo.ObjectEvent)">
			<summary>Creates an object event set by performing a subtraction operation on an <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent"></see> object and an <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object value that specifies a set of object events.</returns>
			<param name="eventSet">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the object event set.</param>
			<param name="anEvent">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent"></see> object that specifies the object events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectEventSet.Remove(Microsoft.SqlServer.Management.Smo.ObjectEvent)">
			<summary>Removes an event from the event set.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that represents the object event set.</returns>
			<param name="anEvent">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent"></see> object that specifies the event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectEventSet.ToString">
			<summary>Returns a string that represents the <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object.</summary>
			<returns>A <see cref="T:System.String"></see> value that represents the <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectEventSet.Alter">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when the properties of an object are modified.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the Alter event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectEventSet.Drop">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an object is dropped.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the Drop event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectEventSet.NumberOfElements">
			<summary>Gets the number of events in the event set.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the number of events in the event set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ObjectPermission">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission"></see> object represents a Microsoft SQL Server object permission.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectPermission.Add(Microsoft.SqlServer.Management.Smo.ObjectPermission,Microsoft.SqlServer.Management.Smo.ObjectPermission)">
			<summary>Returns a set of object permissions after adding two object permissions.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies a set of object permissions created.</returns>
			<param name="permissionRight">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission"></see> object that specifies another object permission.</param>
			<param name="permissionLeft">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission"></see> object that specifies an object permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectPermission.BitwiseOr(Microsoft.SqlServer.Management.Smo.ObjectPermission,Microsoft.SqlServer.Management.Smo.ObjectPermission)">
			<summary>Returns an object permission set by performing a bitwise OR operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission"></see> objects.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies a set of object permissions.</returns>
			<param name="permissionRight">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission"></see> object that specifies the object permission.</param>
			<param name="permissionLeft">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission"></see> object that specifies the object permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectPermission.GetHashCode">
			<summary>This method supports the SQL Server Management Objects infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectPermission.op_Addition(Microsoft.SqlServer.Management.Smo.ObjectPermission,Microsoft.SqlServer.Management.Smo.ObjectPermission)">
			<summary>Creates an object permission set by performing an addition operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission"></see> objects.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies a set of object permissions.</returns>
			<param name="permissionRight">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission"></see> object that specifies the object permission.</param>
			<param name="permissionLeft">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission"></see> object that specifies the object permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectPermission.op_BitwiseOr(Microsoft.SqlServer.Management.Smo.ObjectPermission,Microsoft.SqlServer.Management.Smo.ObjectPermission)">
			<summary>Creates an object permission set by performing a bitwise OR operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission"></see> objects.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies a set of object permissions.</returns>
			<param name="permissionRight">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission"></see> object that specifies the object permission.</param>
			<param name="permissionLeft">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission"></see> object that specifies the object permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectPermission.op_Equality(Microsoft.SqlServer.Management.Smo.ObjectPermission,Microsoft.SqlServer.Management.Smo.ObjectPermission)">
			<summary>Creates an object permission set by performing an equality operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission"></see> objects.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies a set of object permissions.</returns>
			<param name="a">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission"></see> object that specifies the object permission.</param>
			<param name="b">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission"></see> object that specifies the object permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectPermission.op_Inequality(Microsoft.SqlServer.Management.Smo.ObjectPermission,Microsoft.SqlServer.Management.Smo.ObjectPermission)">
			<summary>Creates an object permission set by performing an inequality operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission"></see> objects.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies a set of object permissions.</returns>
			<param name="a">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission"></see> object that specifies the object permission.</param>
			<param name="b">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission"></see> object that specifies the object permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectPermission.ToObjectPermissionSet(Microsoft.SqlServer.Management.Smo.ObjectPermission)">
			<summary>Converts an object permission into an object permission set.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies a set of object permissions.</returns>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission"></see> object that specifies the object permission.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermission.Alter">
			<summary>Gets a permission that can be included in the object permission set.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Alter"></see> permission that can be included in the object permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermission.Connect">
			<summary>Gets a permission that can be included in the object permission set.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Connect"></see> permission that can be included in the object permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermission.Control">
			<summary>Gets a permission that can be included in the object permission set.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Control"></see> permission that can be included in the object permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermission.Delete">
			<summary>Gets a permission that can be included in the object permission set.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Delete"></see> permission that can be included in the object permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermission.Execute">
			<summary>Gets a permission that can be included in the object permission set.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Execute"></see> permission that can be included in the object permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermission.Impersonate">
			<summary>Gets a permission that can be included in the object permission set.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Impersonate"></see> permission that can be included in the object permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermission.Insert">
			<summary>Gets a permission that can be included in the object permission set.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Insert"></see> permission that can be included in the object permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermission.Receive">
			<summary>Gets a permission that can be included in the object permission set.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Receive"></see> permission that can be included in the object permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermission.References">
			<summary>Gets a permission that can be included in the object permission set.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.References"></see> permission that can be included in the object permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermission.Select">
			<summary>Gets a permission that can be included in the object permission set.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Select"></see> permission that can be included in the object permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermission.Send">
			<summary>Gets a permission that can be included in the object permission set.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Send"></see> permission that can be included in the object permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermission.TakeOwnership">
			<summary>Gets a permission that can be included in the object permission set.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.TakeOwnership"></see> permission that can be included in the object permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermission.Update">
			<summary>Gets a permission that can be included in the object permission set.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Update"></see> permission that can be included in the object permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermission.ViewDefinition">
			<summary>Gets a permission that can be included in the object permission set.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.ViewDefinition"></see> permission that can be included in the object permission set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> object represents information about a Microsoft SQL Server object permission.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> class.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo.PermissionType">
			<summary>Gets the type of permission.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies a type of permission.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object represents a set of object permissions in MicrosoftSQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.#ctor(Microsoft.SqlServer.Management.Smo.ObjectPermission)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> class based on the specified object permission.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission"></see> object that specifies a single permission for a set of permissions with a single member.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.#ctor(Microsoft.SqlServer.Management.Smo.ObjectPermission[])">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> class based on the specified set of object permissions.</summary>
			<param name="permissions">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission"></see> objects that specify the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.#ctor(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> class based on the specified set of object permissions.</summary>
			<param name="ObjectPermissionSet">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies a set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Add(Microsoft.SqlServer.Management.Smo.ObjectPermission)">
			<summary>Returns an object permission set after adding a new object permission to the referenced permission set.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that includes the new permission.</returns>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission"></see> object that specifies the permission to add.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Add(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,Microsoft.SqlServer.Management.Smo.ObjectPermission)">
			<summary>Returns an object permission set after adding a new object permission to the referenced permission set.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that includes the new permission.</returns>
			<param name="permissionRight">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission"></see> object that specifies the permission to add.</param>
			<param name="permissionLeft">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the object permission set.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Equals(System.Object)">
			<summary>Determines whether the referenced object permission object is equal to a specified object.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the reference object permission object is equal to the specified object.If True, the objects are equal.If False, the objects are not equal</returns>
			<param name="obj">An <see cref="T:System.Object"></see> system object that specifies the object permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.GetHashCode">
			<summary>
													This method supports the SQL Server infrastructure. It is not intended to be used directly from your code.
												</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.op_Addition(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,Microsoft.SqlServer.Management.Smo.ObjectPermission)">
			<summary>Creates an object permission set by performing an addition operation on an <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission"></see> object and an <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies a set of object permissions.</returns>
			<param name="permissionRight">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission"></see> object that specifies the object permissions.</param>
			<param name="permissionLeft">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the object permission set.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.op_Equality(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Determines whether two objects are equal by performing an equality operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> objects.</summary>
			<returns>A <see cref="T:System.Boolean"></see> object that specifies whether the two specified objects are equal.If True, the two specified objects are equal.If False, the two specified objects are unequal.</returns>
			<param name="p2">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the object permission.</param>
			<param name="p1">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the object permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.op_Inequality(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Determines whether two objects are unequal by performing an inequality operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> objects.</summary>
			<returns>A <see cref="T:System.Boolean"></see> object that specifies whether the two specified objects are unequal.If True, the two specified objects are unequal.If False, the two specified objects are equal.</returns>
			<param name="p2">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the object permission.</param>
			<param name="p1">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the object permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.op_Subtraction(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,Microsoft.SqlServer.Management.Smo.ObjectPermission)">
			<summary>Creates an object permission set by performing a subtraction operation on an <see cref="T:Microsoft.SqlServer.Management.Smo.IObjectPermission"></see> object and an <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies a set of object permissions.</returns>
			<param name="permissionRight">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission"></see> object that specifies the object permissions.</param>
			<param name="permissionLeft">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the object permission set.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Remove(Microsoft.SqlServer.Management.Smo.ObjectPermission)">
			<summary>Removes a permission from the permission set.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission set after the permission is removed.</returns>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission"></see> object that specifies the permission to remove.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Subtract(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,Microsoft.SqlServer.Management.Smo.ObjectPermission)">
			<summary>Creates an object permission set by performing a subtraction operation on an <see cref="T:Microsoft.SqlServer.Management.Smo.IObjectPermission"></see> object and an <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies a set of object permissions.</returns>
			<param name="permissionRight">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission"></see> object that specifies the object permissions.</param>
			<param name="permissionLeft">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the object permission set.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Alter">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the ALTER permission in the permission set. The permission lets the grantee change properties, except ownership, of the object.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the ALTER permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Connect">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the CONNECT permission in the permission set.  The permission lets the grantee create a connection between the object and an instance of SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the CONNECT permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Control">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the CONTROL permission in the permission set. The permission gives the grantee full control over the object, including all defined permissions for the object, the ability to create permissions on the object, and full control over child objects.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the CONTROL permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Delete">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the DELETE permission in the permission set. The permission lets the grantee delete the object.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the DELETE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Execute">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the EXECUTE permission in the permission set. The permission lets the grantee execute the object.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the EXECUTE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Impersonate">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the IMPERSONATE permission in the permission set. The permission lets the grantee impersonate the user or the login.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the IMPERSONATE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Insert">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the INSERT permission in the permission set. The permission lets the grantee insert data into the object.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the Insert permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Receive">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the RECEIVE permission in the permission set. The permission lets the grantee receive messages from a Service Broker queue.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the RECEIVE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.References">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the REFERENCES permission in the permission set. This permission lets the grantee reference data in the object.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the REFERENCES permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Select">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the SELECT permission in the permission set. This permission lets the grantee retrieve data from the object.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the SELECT permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Send">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the SEND permission in the permission set. This permission lets the grantee send messages to a Service Broker service.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the SEND permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.TakeOwnership">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the TAKE OWNERSHIP permission in the permission set. This permission lets the grantee take ownership of the object.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the TAKE OWNERSHIP permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Update">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the UPDATE permission in the permission set. This permission lets the grantee modify data in the object.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the UPDATE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.ViewDefinition">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the VIEW DEFINITION permission in the permission set. This permission lets the grantee view the metadata that defines the object.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the VIEW DEFINITION permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ObjectRenamedEventArgs">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectRenamedEventArgs"></see> object represents the arguments passed by the event raised when an object is renamed.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectRenamedEventArgs.#ctor(Microsoft.SqlServer.Management.Smo.Urn,System.Object,System.String,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectRenamedEventArgs"></see> class with the specified Uniform Resource Name (URN) value, the specified inner object, and the new and old names.</summary>
			<param name="newName">A <see cref="T:System.String"></see> value that specifies the new name of the object.</param>
			<param name="urn">A <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> object value that specifies the URN value.</param>
			<param name="innerObject">An <see cref="T:System.Object"></see> system object value that specifies the inner object that caused the event.</param>
			<param name="oldName">A <see cref="T:System.String"></see> value that specifies name of the object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectRenamedEventArgs.#ctor(Microsoft.SqlServer.Management.Smo.Urn,System.Object,System.String,System.String,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectRenamedEventArgs"></see> class with the specified new and old Uniform Resource Name (URN) values, the specified inner object, and the new and old names.</summary>
			<param name="newName">A <see cref="T:System.String"></see> value that specifies the new name of the object.</param>
			<param name="innerObject">An <see cref="T:System.Object"></see> system object value that specifies the inner object that caused the event.</param>
			<param name="newUrn">A <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> object value that specifies the new URN value.</param>
			<param name="oldName">A <see cref="T:System.String"></see> value that specifies name of the object.</param>
			<param name="oldUrn">A <see cref="T:System.String"></see> value that specifies the old URN value.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectRenamedEventArgs.NewName">
			<summary>Gets the new name of the object.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the new name of the object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectRenamedEventArgs.OldName">
			<summary>Gets the old name of the object.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the old name of the object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectRenamedEventArgs.OldUrn">
			<summary>Gets the old URN string for the object.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the old URN string for the object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectRenamedEventArgs.SmoObject">
			<summary>Gets the object that is being renamed.</summary>
			<returns>An <see cref="T:System.Object"></see> system object value that is the renamed object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings"></see> object represents the setting for a Microsoft SQL Server OLE DB provider.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings"></see> object property changes on the OLE DB provider settings on the instance of Microsoft SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the OLE DB provider settings as specified by the script options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that is used to specify the script options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings.AllowInProcess">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the OLE DB provider is instantiated as an in-process server.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the OLE DB provider is instantiated as an in-process server.If True, the OLE DB provider is instantiated as an in-process server.If False (default), the OLE DB provider is instantiated as an external process.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings.Description">
			<summary>Gets a textual description of the OLE DB provider.</summary>
			<returns>A <see cref="T:System.String"></see> value that contains a textual description of the OLE DB provider.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings.DisallowAdHocAccess">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether Microsoft SQL Server allows ad hoc access to data by using OPENROWSET and OPENDATASOURCE functions with the OLE DB provider. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether SQL Server allows ad hoc functions with the OLE DB provider.If True, ad hoc functions are not allowed.If False (default), ad hoc function are allowed.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings.DynamicParameters">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the provider allows '?' parameter marker syntax for parameterized queries.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether Microsoft SQL Server allows parameterized queries with the OLE DB provider.If True, parameterized queries are allowed.If False (default), parameterized queries are not allowed.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings.IndexAsAccessPath">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the OLE DB provider indexes are used to fetch data.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the OLE DB provider indexes are used to fetch data.If True, the OLE DB provider indexes are used to fetch data.If False (default), the SQL Server indexes are used to fetch data.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings.LevelZeroOnly">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether all OLE DB providers are supported or just those that are compliant with the level 0 OLE DB interface.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether all OLE DB providers are supported or just those that are compliant with the level 0 OLE DB interface.If True, only level 0 OLE DB providers are allowed.If False (default), all levels of OLE DB provider are allowed.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings.NestedQueries">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the OLE DB provider allows nested SELECT statements in the FROM clause.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the OLE DB provider allows nested SELECT statements in the FROM clause.If True, nested SELECT statements in the FROM clause of a SELECT statement are allowed.If False (default), nested SELECT statements are not allowed.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings.NonTransactedUpdates">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether data updates with the OLE DB provider are logged and are recoverable.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether data updates with the OLE DB provider are logged and are recoverable.If True, data updates are not logged on the OLE DB provider and cannot be recovered.If False (default), data updates are logged on the OLE DB provider and can be recovered.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Settings"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Settings"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings.SqlServerLike">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the OLE DB provider supports the LIKE operator as it is implemented in Microsoft SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the OLE DB provider supports the LIKE operator as it is implemented in SQL Server.If True, the LIKE operator behaves the same as in SQL Server. If False (default), the LIKE operator does not behave the same as in SQL Server.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.OleDbProviderSettingsCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.OleDbProviderSettingsCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings"></see> objects that represent all the OLE DB provider settings defined on the linked server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.OleDbProviderSettingsCollection.Add(Microsoft.SqlServer.Management.Smo.OleDbProviderSettings)">
			<summary>Adds the specified OLE DB provider settings object to the collection.</summary>
			<param name="settings">A <see cref="T:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings"></see> object to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.OleDbProviderSettingsCollection.CopyTo(Microsoft.SqlServer.Management.Smo.OleDbProviderSettings[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index position from which to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.OleDbProviderSettingsCollection.GetCollectionElementType">
			<summary>Returns the type of object that the collection consists of. </summary>
			<returns>An <see cref="T:System.Type"></see> system object value that specifies the type of object that makes up the collection.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.OleDbProviderSettingsCollection.Item(System.Int32)">
			<summary>Gets an <see cref="T:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings"></see> object in the collection by index number.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings"></see> object value that represents the MicrosoftSQL Server OLE DB provider settings.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.OleDbProviderSettingsCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.OleDbProviderSettingsCollection.Item(System.String)">
			<summary>Gets an <see cref="T:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings"></see> object in the collection by name.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings"></see> object value that represents the MicrosoftSQL Server OLE DB provider settings.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.OleDbProviderSettingsCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.OleDbProviderSettingsCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Settings"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.OleDbProviderSettingsCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Settings"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.OleDbProviderSettingsCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Parameter">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Parameter"></see> class represents a parameter. It is a base class that is inherited by the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter"></see> class and the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter"></see> class and contains common features of both classes.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Parameter.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Parameter"></see> class.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Parameter.DefaultValue">
			<summary>Gets or sets the default value of the parameter.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the default value of the parameter.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Parameter.ID">
			<summary>Gets the ID value that uniquely identifies the parameter.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the parameter.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ParameterBase">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ParameterBase"></see> class is a base class that is inherited by the <see cref="T:Microsoft.SqlServer.Management.Smo.Parameter"></see> class and the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate"></see> class and contains common features of both classes.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ParameterBase.CheckParamName(System.String)">
			<summary>Checks the parameter name.</summary>
			<param name="paramName">A <see cref="T:System.String"></see> value that specifies the name of the parameter </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ParameterBase.MarkForDrop(System.Boolean)">
			<summary>Marks the foreign key to be dropped next time its parent object is altered by the Alter method.      </summary>
			<param name="dropOnAlter">A <see cref="T:System.Boolean"></see> value that specifies whether the parameter object is dropped when an Alter method is run on the parent object.If True, the parameter is dropped when the parent object is altered.   If False, the parameter is not marked for drop. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ParameterBase.Refresh">
			<summary>Refreshes the <see cref="T:Microsoft.SqlServer.Management.Smo.ParameterBase"></see> object.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ParameterBase.DataType">
			<summary>Gets or sets the data type associated with the parameter.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> object value that specifies the data type associated with the parameter.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ParameterBase.ExtendedProperties">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty"></see> object represents an extended property defined on the <see cref="T:Microsoft.SqlServer.Management.Smo.ParameterBase"></see> object.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection"></see> that represents all the extended properties on the <see cref="T:Microsoft.SqlServer.Management.Smo.ParameterBase"></see> object. </returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ParameterCollectionBase">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ParameterCollectionBase"></see> class is a base class that is used in the construction of parameter collection classes. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ParameterCollectionBase.Contains(System.String)">
			<summary>Validates whether the parameter collection contains a member with a name equal to the specified string.</summary>
			<returns>This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name to check exists in the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ParameterCollectionBase.InitInnerCollection">
			<summary>Initializes the collection.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ParameterCollectionBase.Remove(System.String)">
			<summary>Removes a member from the collection with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the member to remove from the collection.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.PartitionFunction">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction"></see> object provides programmatic access to partition functions.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunction.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction"></see> class. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunction.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction"></see> class for the specified database and with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the partition function.</param>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that specifies the database containing the partition function.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunction.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction"></see> object property changes on the instance of MicrosoftSQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunction.Create">
			<summary>Creates a partition function on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunction.Drop">
			<summary>Removes an existing partition function. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunction.MergeRangePartition(System.Object)">
			<summary>Merges two existing range partitions based on the specified boundary value. </summary>
			<param name="boundaryValue">An <see cref="T:System.Object"></see> system object that specifies the boundary value that will be used to demarcate the two partitions resulting from the split.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunction.Refresh">
			<summary>Refreshes the state information for the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction"></see> object. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunction.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the partition function.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunction.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the partition function as specified by the script options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that is used to specify the script options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunction.SplitRangePartition(System.Object)">
			<summary>Splits an existing range partition into two parts based on a supplied boundary value. </summary>
			<param name="boundaryValue">An <see cref="T:System.Object"></see> system object that specifies the boundary value that will be used to demarcate the two partitions resulting from the split.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionFunction.CreateDate">
			<summary>Gets the date and time when the partition function was created. </summary>
			<returns>A <see cref="T:System.DateTime"></see> system object value that specifies the date and time when the partition function was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionFunction.Events">
			<summary>Gets the events associated with the partition function.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionEvents"></see> object that specifies the events associated with the partition function.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionFunction.ExtendedProperties">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty"></see> object represents an extended property defined on the partition function.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection"></see> object that represents all the extended properties on the partition function.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionFunction.ID">
			<summary>Gets the zero-based ordinal of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction"></see> object, which specifies its position within the collection. </summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction"></see> object in the collection.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionFunction.NumberOfPartitions">
			<summary>Gets the number of partitions.</summary>
			<returns>An <see cref="T:System.Int32"></see> that specifies the number of partitions.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionFunction.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction"></see> object. </summary>
			<returns>The <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionFunction.PartitionFunctionParameters">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter"></see> objects. Each <see cref="P:Microsoft.SqlServer.Management.Smo.PartitionFunction.PartitionFunctionParameters"></see> object represents a partition function parameter defined on the partition function.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameterCollection"></see> object that represents all the partition function parameters on the partition function.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionFunction.RangeType">
			<summary>Gets or sets the placement of boundary values in relation to the interval. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.RangeType"></see> object that represents the range type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionFunction.RangeValues">
			<summary>Gets or sets range values that define the distribution of the partition function. </summary>
			<returns>An <see cref="T:System.Object"></see> system object array value that specifies the range values.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction"></see> objects that represent all the partition functions defined on the instance of MicrosoftSQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunctionCollection.Add(Microsoft.SqlServer.Management.Smo.PartitionFunction)">
			<summary>Adds the specified partition function to the collection.</summary>
			<param name="partitionFunction">A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction"></see> object to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunctionCollection.CopyTo(Microsoft.SqlServer.Management.Smo.PartitionFunction[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position in the collection from which to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunctionCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionFunctionCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction"></see> object value that represents the partition function.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionFunctionCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction"></see> object value that represents the partition function.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionFunctionCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionEvents">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionEvents"></see> object represents the settings required for Microsoft SQL Server partition function event notification.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.PartitionFunctionEvents.ServerEvent">
			<summary>Specifies the event raised when an event occurs in <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction"></see> object and the user has subscribed to the event from that object instance</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunctionEvents.GetEventSelection">
			<summary>Returns the currently selected event notifications.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of login events.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunctionEvents.StartEvents">
			<summary>Starts receiving events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunctionEvents.StopEvents">
			<summary>Stops receiving events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunctionEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Specifies the login events to receive.</summary>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunctionEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet,Microsoft.SqlServer.Management.Smo.ServerEventHandler)">
			<summary>Specifies the login events to receive and the event handler that handles the events.</summary>
			<param name="eventHandler">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventHandler"></see> object that handles the events that are received.</param>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunctionEvents.UnsubscribeAllEvents">
			<summary>Clears all event settings, and removes all event handlers.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunctionEvents.UnsubscribeFromEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Clears the specified event settings, and removes all event handlers.</summary>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of events to stop receiving.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter"></see> object provides programmatic access to partition function parameters. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter.#ctor(Microsoft.SqlServer.Management.Smo.PartitionFunction)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter"></see> class for the specified partition function.</summary>
			<param name="partitionFunction">A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction"></see> object that specifies the partition function for which to create the partition function parameter.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter.#ctor(Microsoft.SqlServer.Management.Smo.PartitionFunction,Microsoft.SqlServer.Management.Smo.DataType)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter"></see> class with the specified data type and for the specified partition function.</summary>
			<param name="partitionFunction">A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction"></see> object that specifies the partition function for which to create the partition function parameter.</param>
			<param name="dataType">A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> object that specifies the data type assigned to the partition function parameter.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter.Collation">
			<summary>Gets or sets the MicrosoftSQL Server collation for the partition function parameter. </summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the collation name.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter.ID">
			<summary>Gets the index position of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter"></see> object within the collection. </summary>
			<returns>An int32 value that specifies the ordinal position of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter.Length">
			<summary>Gets or sets the length of the parameter in bytes. </summary>
			<returns>An <see cref="T:System.Int32"></see> that specifies the length of the parameter in bytes.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter.NumericPrecision">
			<summary>Gets or sets the numeric precision of a parameter of a numeric data type. </summary>
			<returns>A <see cref="T:System.Byte"></see> value that specifies the numeric precision of the partition function parameter.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter.NumericScale">
			<summary>Gets or sets the numeric scale of a parameter of a numeric data type. </summary>
			<returns>A <see cref="T:System.Byte"></see> value that specifies the numeric scale of the partition function parameter.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter"></see> object. </summary>
			<returns>The <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameterCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameterCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter"></see> objects that represent all the partition function parameters defined on the partition function.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameterCollection.Add(Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter"></see> object to the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameterCollection"></see> collection.</summary>
			<param name="partitionFunctionParameter">A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter"></see> object value that specifies the partition function parameter to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameterCollection"></see> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameterCollection.Add(Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter,System.Int32)">
			<summary>Adds the specified <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter"></see>object to the collection at the specified index.</summary>
			<param name="partitionFunctionParameter">A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter"></see> object value that specifies the partition function parameter to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameterCollection"></see> collection.</param>
			<param name="insertAtPosition">An <see cref="T:System.Int32"></see> value that specifies the index at which the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter"></see> object inserted into the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameterCollection.Add(Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter,System.String)">
			<summary>Adds the specified <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter"></see>object to the collection at the specified column. </summary>
			<param name="partitionFunctionParameter">A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter"></see> object value that specifies the partition function parameter to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameterCollection"></see> collection.</param>
			<param name="insertAtColumnName">A <see cref="T:System.String"></see> value that specifies the name of the existing <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter"></see> object after which the new object is inserted into the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameterCollection.CopyTo(Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position in the collection from which to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameterCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameterCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameterCollection"></see> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameterCollection.Remove(Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter)">
			<summary>Removes a <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter"></see> object from the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameterCollection"></see> collection.</summary>
			<param name="partitionFunctionParameter">A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter"></see> object representing the partition function parameter to be removed.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameterCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter"></see> object value that represents the partition function parameter.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameterCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameterCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameterCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameterCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.PartitionScheme">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme"></see> object provides programmatic access to partition schemes.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionScheme.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionScheme.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme"></see> class, and sets the name of the partition scheme and the database to which it belongs.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the partition scheme. </param>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that specifies the database on which to create the partition scheme.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionScheme.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme"></see> object property changes on the instance of MicrosoftSQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionScheme.Create">
			<summary>Creates a partition scheme on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionScheme.Drop">
			<summary>Removes an existing partition scheme. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionScheme.Refresh">
			<summary>Refreshes the state information for the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme"></see> object. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionScheme.ResetNextUsed">
			<summary>Resets the NEXT USED status of the partition scheme that has been marked as NEXT USED. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionScheme.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the partition scheme.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionScheme.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the partition scheme as specified by the script options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that is used to specify the script options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionScheme.Events">
			<summary>Gets the events associated with the partition function.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeEvents"></see> object that specifies the events associated with the partition scheme.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionScheme.ExtendedProperties">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty"></see> object represents an extended property defined on the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme"></see> object.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection"></see> object that represents all the extended properties on the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionScheme.FileGroups">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup"></see> object represents a filegroup defined on the database.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroupCollection"></see> object that represents all the filegroups on the database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionScheme.ID">
			<summary>Gets the zero-based ordinal of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme"></see> object, which specifies its position within the collection. </summary>
			<returns>An <see cref="T:System.Int32"></see> that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme"></see> object in the collection.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionScheme.NextUsedFileGroup">
			<summary>Gets or sets the name of the filegroup that has NEXT USED status. </summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the filegroup name.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionScheme.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme"></see> object. </summary>
			<returns>The <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionScheme.PartitionFunction">
			<summary>Gets or sets the name of the partition function used in this partition scheme. </summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the partition function.This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme"></see> objects that represent all the partition schemes defined on the instance of Microsoft SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionSchemeCollection.Add(Microsoft.SqlServer.Management.Smo.PartitionScheme)">
			<summary>Adds the specified partition scheme to the collection.</summary>
			<param name="partitionScheme">A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme"></see> object to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionSchemeCollection.CopyTo(Microsoft.SqlServer.Management.Smo.PartitionScheme[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position in the collection from which to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionSchemeCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionSchemeCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme"></see> object value that represents the partition scheme.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionSchemeCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme"></see> object value that represents the partition scheme.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionSchemeCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeEvents">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeEvents"></see> object represents the settings required for Microsoft SQL Server partition scheme event notification.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.PartitionSchemeEvents.ServerEvent">
			<summary>Specifies the event raised when an event occurs in <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme"></see> object and the user has subscribed to the event from that object instance.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionSchemeEvents.GetEventSelection">
			<summary>Returns the currently selected event notifications.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of login events.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionSchemeEvents.StartEvents">
			<summary>Starts receiving events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionSchemeEvents.StopEvents">
			<summary>Stops receiving events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionSchemeEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Specifies the login events to receive.</summary>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionSchemeEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet,Microsoft.SqlServer.Management.Smo.ServerEventHandler)">
			<summary>Specifies the login events to receive and the event handler that handles the events.</summary>
			<param name="eventHandler">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventHandler"></see> object that handles the events that are received.</param>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionSchemeEvents.UnsubscribeAllEvents">
			<summary>Clears all event settings, and removes all event handlers.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionSchemeEvents.UnsubscribeFromEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Clears the specified event settings, and removes all event handlers.</summary>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of events to stop receiving.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter"></see> object provides programmatic access to partition scheme parameters. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter.#ctor(Microsoft.SqlServer.Management.Smo.SqlSmoObject,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter"></see> class for the specified object with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the partition scheme parameter.</param>
			<param name="parent">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> that specifies the object for which to create the partition scheme parameter.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter.ID">
			<summary>Gets the index position of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter"></see> object within the collection. </summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ordinal position of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter"></see> object. </summary>
			<returns>The <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameterCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameterCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter"></see> objects that represent all the partition scheme parameters defined on the partition scheme.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameterCollection.Add(Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter"></see> object to the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameterCollection"></see> collection.</summary>
			<param name="partitionSchemeParameter">A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter"></see> object value that specifies the partition scheme parameter to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameterCollection"></see> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameterCollection.Add(Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter,System.Int32)">
			<summary>Adds the specified <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter"></see>object to the collection at the specified index.</summary>
			<param name="partitionSchemeParameter">A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter"></see> object value that specifies the partition scheme parameter to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameterCollection"></see> collection.</param>
			<param name="insertAtPosition">An <see cref="T:System.Int32"></see> value that specifies the index at which the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter"></see> object inserted into the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameterCollection.Add(Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter,System.String)">
			<summary>Adds the specified <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter"></see>object to the collection at the specified column. </summary>
			<param name="partitionSchemeParameter">A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter"></see>object value that specifies the partition scheme parameter to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameterCollection"></see> collection.</param>
			<param name="insertAtColumnName">A <see cref="T:System.String"></see> value that specifies the name of the existing <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter"></see> object after which the new object is inserted into the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameterCollection.CopyTo(Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position in the collection from which to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameterCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameterCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameterCollection"></see> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameterCollection.Remove(Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter)">
			<summary>Removes a <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter"></see> object from the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameterCollection"></see> collection.</summary>
			<param name="PartitionSchemeParameter">A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter"></see> object representing the partition scheme parameter to be removed.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameterCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter"></see> object value that represents the partition scheme parameter.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameterCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameterCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter"></see> object value that represents the partition scheme parameter.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameterCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameterCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameterCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme"></see> object value that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameterCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Payload">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Payload"></see> object represents a MicrosoftSQL Server HTTP endpoint payload.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Payload.DatabaseMirroring">
			<summary>Gets the database mirroring payload.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseMirroringPayload"></see> object that specifies the database mirroring payload.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Payload.ServiceBroker">
			<summary>Gets the Service Broker payload.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceBrokerPayload"></see> object that specifies the Service Broker payload.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Payload.Soap">
			<summary>Gets the SOAP payload.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayload"></see> object that specifies the SOAP payload.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.PercentCompleteEventArgs">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.PercentCompleteEventArgs"></see> object represents the arguments passed by the event raised when a process reaches a percent complete marker.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PercentCompleteEventArgs.Percent">
			<summary>Gets the percentage value amount that when used in integer multiples, and marks the point at which to report progress.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the percentage value. </returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.PercentCompleteEventHandler">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.PercentCompleteEventHandler"></see> class represents the event handler that is used to handle percent complete events.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.PermissionInfo">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.PermissionInfo"></see> class represents information regarding granted or denied privileges. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PermissionInfo.ToString">
			<summary>Returns the object as a <see cref="T:System.String"></see> value.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the object to which the permission applies.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PermissionInfo.ColumnName">
			<summary>Gets the name of the column that has permissions granted or denied.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the column.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PermissionInfo.Grantee">
			<summary>Gets the name of the database user, logon, or database role who has been granted or denied access to the object.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the grantee.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PermissionInfo.GranteeType">
			<summary>Gets the type of grantee.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PrincipalType"></see> object value that specifies the type of grantee.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PermissionInfo.Grantor">
			<summary>Gets the name of the database user, logon, or database role who granted or denied access to the object.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the grantee.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PermissionInfo.GrantorType">
			<summary>Gets the type of grantor.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PrincipalType"></see> object value that specifies the type of grantee.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PermissionInfo.ObjectClass">
			<summary>Gets the object class for the object to which permissions have been granted or denied.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectClass"></see> object value that specifies the object class.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PermissionInfo.ObjectID">
			<summary>Gets the ID value that uniquely identifies the object to which the permission applies.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PermissionInfo.ObjectName">
			<summary>Gets the name of the object to which the permission applies.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PermissionInfo.ObjectSchema">
			<summary>Gets the schema of the object to which the permission applies.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the schema of the object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PermissionInfo.PermissionState">
			<summary>Gets the permission state of the object to which the permission applies, such as whether the permission is granted, denied, granted with grant, or revoked.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PermissionState"></see> object value that specifies the permission state of the object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.PermissionSetBase">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.PermissionSetBase"></see> class is a base class that is inherited by permission set classes.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PermissionSetBase.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.PermissionSetBase"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PermissionSetBase.#ctor(Microsoft.SqlServer.Management.Smo.PermissionSetBase)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.PermissionSetBase"></see> class based on the specified <see cref="T:Microsoft.SqlServer.Management.Smo.PermissionSetBase"></see> object.</summary>
			<param name="permissionSetBase">A <see cref="T:Microsoft.SqlServer.Management.Smo.PermissionSetBase"></see> object value.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PermissionSetBase.GetHashCode">
			<summary>This method supports the SQL Server 2005 infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PermissionSetBase.ToString">
			<summary>Returns the string value that represents the specified <see cref="T:Microsoft.SqlServer.Management.Smo.PermissionSetBase"></see> object.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the <see cref="T:Microsoft.SqlServer.Management.Smo.PermissionSetBase"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.PrivilegeTypes">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.PrivilegeTypes"></see> enumeration contains values that are used to specify the operations that the grantee can perform on the specified object when permission is granted. </summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.PrivilegeTypes.AllDatabasePrivileges">
			<summary>The grantee has all privileges on the specified database. This privilege type applies to database objects.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.PrivilegeTypes.AllObjectPrivileges">
			<summary>The grantee has all the privileges that apply to the specified database object.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.PrivilegeTypes.Alter">
			<summary>The grantee can alter the specified database.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.PrivilegeTypes.BackupDatabase">
			<summary>The grantee can back up the specified database.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.PrivilegeTypes.BackupLog">
			<summary>The grantee can back up the transaction log for the specified database.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.PrivilegeTypes.Control">
			<summary>The grantee has full control over the specified database.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.PrivilegeTypes.CreateDatabase">
			<summary>The grantee can create the database.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.PrivilegeTypes.CreateDefault">
			<summary>The grantee can create a default database object on the specified database.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.PrivilegeTypes.CreateFunction">
			<summary>The grantee can create a user-defined function of the specified database.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.PrivilegeTypes.CreateProcedure">
			<summary>The grantee can create stored procedure on the specified database.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.PrivilegeTypes.CreateRule">
			<summary>The grantee can create a rule on the specified database.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.PrivilegeTypes.CreateTable">
			<summary>The grantee can create a table on the specified database.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.PrivilegeTypes.CreateType">
			<summary>The grantee can create a user-defined type on the specified database.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.PrivilegeTypes.CreateView">
			<summary>The grantee can create a view on the specified database.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.PrivilegeTypes.Delete">
			<summary>The grantee can delete the specified database object.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.PrivilegeTypes.Drop">
			<summary>The grantee can drop the database.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.PrivilegeTypes.DumpDatabase">
			<summary>The grantee can dump the data in the specified database.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.PrivilegeTypes.DumpTable">
			<summary>The grantee can dump the data in the specified table.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.PrivilegeTypes.DumpTransaction">
			<summary>The grantee can dump the data in the specified transaction log.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.PrivilegeTypes.Execute">
			<summary>The grantee can execute the specified database object.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.PrivilegeTypes.Insert">
			<summary>The grantee can insert records into the specified database object.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.PrivilegeTypes.References">
			<summary>The grantee can reference a column in another table in a primary key/foreign key relationship.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.PrivilegeTypes.Select">
			<summary>The grantee can select records from the specified database object.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.PrivilegeTypes.Unknown">
			<summary>The grantee's privileges are unspecified.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.PrivilegeTypes.Update">
			<summary>The grantee can update records on the specified database object.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.PrivilegeTypes.ViewDefinition">
			<summary>Information is still to come. </summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ProgressReportEventArgs">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ProgressReportEventArgs"></see> object provides programmatic access to the arguments used to report the progress of an operation that works through an object hierarchy, such as discovering dependencies in scripting operations.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ProgressReportEventArgs.#ctor(Microsoft.SqlServer.Management.Smo.Urn,Microsoft.SqlServer.Management.Smo.Urn,System.Int32,System.Int32,System.Int32,System.Int32)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ProgressReportEventArgs"></see> class.</summary>
			<param name="current">A <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> object value that specifies the object that the operation is currently processing.</param>
			<param name="total">An <see cref="T:System.Int32"></see> that specifies the total number of objects in the entire object hierarchy.</param>
			<param name="totalCount">An <see cref="T:System.Int32"></see> that specifies the current count of objects processed by the operation within the entire object hierarchy.</param>
			<param name="parent">A <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> object value that specifies the object that is top most in the hierarchy that the operation is processing.</param>
			<param name="subTotalCount">The current count of objects processed by the operation within the current branch of the object hierarchy.</param>
			<param name="subTotal">An <see cref="T:System.Int32"></see> that specifies the total number of objects within the current branch of the object hierarchy.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ProgressReportEventArgs.Current">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> object value that specifies the object that the operation is currently processing.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> object value that specifies the object that the operation is currently processing.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ProgressReportEventArgs.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ProgressReportEventArgs"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> object that owns the <see cref="T:Microsoft.SqlServer.Management.Smo.ProgressReportEventArgs"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ProgressReportEventArgs.SubTotal">
			<summary>Gets the total number of objects within the current branch of the object hierarchy.</summary>
			<returns>An <see cref="T:System.Int32"></see> that specifies the total number of objects within the current branch of the object hierarchy.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ProgressReportEventArgs.SubTotalCount">
			<summary>Gets the current count of objects processed by the operation within the current branch of the object hierarchy.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the current count of objects processed by the operation within the current branch of the object hierarchy.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ProgressReportEventArgs.Total">
			<summary>Gets the total number of object in the entire object hierarchy.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the total number of object in the entire object hierarchy.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ProgressReportEventArgs.TotalCount">
			<summary>Gets the total current count of objects processed by the operation within the entire object hierarchy.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the current count of objects processed by the operation within the entire object hierarchy.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ProgressReportEventHandler">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ProgressReportEventHandler"></see> class represents the event handler that is used to handle progress report events.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Property">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Property"></see> object provides programmatic access to the properties of all the SMO objects.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Property.CompareTo(System.Object)">
			<summary>Compares the <see cref="T:Microsoft.SqlServer.Management.Smo.Property"></see> object to another object.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that describes the result of the comparison.</returns>
			<param name="obj">An <see cref="T:System.Object"></see> value that specifies the object with which to compare the <see cref="T:Microsoft.SqlServer.Management.Smo.Property"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Property.Equals(System.Object)">
			<summary>Determines whether two <see cref="T:Microsoft.SqlServer.Management.Smo.Property"></see> objects are equal.</summary>
			<returns>A <see cref="T:System.Boolean"></see> property value that specifies whether the two <see cref="T:Microsoft.SqlServer.Management.Smo.Property"></see> objects are equal.If True, the two <see cref="T:Microsoft.SqlServer.Management.Smo.Property"></see> objects are equal.If False (default), the two <see cref="T:Microsoft.SqlServer.Management.Smo.Property"></see> objects are not equal.</returns>
			<param name="o">A <see cref="T:Microsoft.SqlServer.Management.Smo.Property"></see> object value that specifies the object with which to compare the <see cref="T:Microsoft.SqlServer.Management.Smo.Property"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Property.GetHashCode">
			<summary>Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the hash code.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Property.op_Equality(Microsoft.SqlServer.Management.Smo.Property,Microsoft.SqlServer.Management.Smo.Property)">
			<summary>Determines whether two objects are equal by performing an equality operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.Property"></see> objects.</summary>
			<returns>A <see cref="T:System.Boolean"></see> object that specifies whether the two specified objects are equal.If True, the two specified objects are equal.If False, the two specified objects are unequal.</returns>
			<param name="prop2">A <see cref="T:Microsoft.SqlServer.Management.Smo.Property"></see> object that specifies a property.</param>
			<param name="prop1">A <see cref="T:Microsoft.SqlServer.Management.Smo.Property"></see> object that specifies a property.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Property.op_GreaterThan(Microsoft.SqlServer.Management.Smo.Property,Microsoft.SqlServer.Management.Smo.Property)">
			<summary>Determines whether one object is greater than another object by performing an greater than operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.Property"></see> objects.</summary>
			<returns>A <see cref="T:System.Boolean"></see> object that specifies whether the first object is greater that the second object.If True, the first object is greater than the second object.If False, the first object is not greater than the second object.</returns>
			<param name="prop2">A <see cref="T:Microsoft.SqlServer.Management.Smo.Property"></see> object that specifies a property.</param>
			<param name="prop1">A <see cref="T:Microsoft.SqlServer.Management.Smo.Property"></see> object that specifies a property.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Property.op_Inequality(Microsoft.SqlServer.Management.Smo.Property,Microsoft.SqlServer.Management.Smo.Property)">
			<summary>Determines whether two objects are unequal by performing an inequality operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.Property"></see> objects.</summary>
			<returns>A <see cref="T:System.Boolean"></see> object that specifies whether the two specified objects are equal.If True, the two specified objects are unequal.If False, the two specified objects are equal.</returns>
			<param name="prop2">A <see cref="T:Microsoft.SqlServer.Management.Smo.Property"></see> object that specifies a property.</param>
			<param name="prop1">A <see cref="T:Microsoft.SqlServer.Management.Smo.Property"></see> object that specifies a property.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Property.op_LessThan(Microsoft.SqlServer.Management.Smo.Property,Microsoft.SqlServer.Management.Smo.Property)">
			<summary>Determines whether one object is less than another object by performing an less than operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.Property"></see> objects.</summary>
			<returns>A <see cref="T:System.Boolean"></see> object that specifies whether the first object is less that the second object.If True, the first object is less than the second object.If False, the first object is not less than the second object.</returns>
			<param name="prop2">A <see cref="T:Microsoft.SqlServer.Management.Smo.Property"></see> object that specifies a property.</param>
			<param name="prop1">A <see cref="T:Microsoft.SqlServer.Management.Smo.Property"></see> object that specifies a property.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Property.ToString">
			<summary>Returns a <see cref="T:System.String"></see> value that represents the current object.</summary>
			<returns>A <see cref="T:System.String"></see> value that represents the <see cref="T:Microsoft.SqlServer.Management.Smo.Property"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Property.Dirty">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the property correctly reflects the current value of the entity that it represents on the instance of Microsoft SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean"></see> property value that specifies whether the property correctly reflects the current value of the entity that it represents on the instance of SQL Server.If True, the property has been modified and the change has not yet been committed.If False (default), the property correctly reflects the entity it represents on the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Property.Expensive">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether it takes a long time to load the property's values.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the property is considered expensive in terms of time and resources used to load. If True, the property is expensive.If False (default), the property is not expensive.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Property.IsNull">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the property is set to null.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the property is set to null. If True, the property is null.If False (default), the property is not null.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Property.Name">
			<summary>Gets the name of the property.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the property.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Property.Readable">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the value of the property can be retrieved.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the property can be retrieved. If True, the property can be retrieved.If False (default), the property cannot be retrieved.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Property.Retrieved">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the property has been retrieved already.</summary>
			<returns>A <see cref="T:System.Boolean"></see> property value that specifies whether the property has been retrieved or not.If True, the property has been retrieved.If False (default), the property has not yet been retrieved.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Property.Type">
			<summary>Gets the type of property. </summary>
			<returns>A <see cref="T:System.Type"></see> system object value that specifies the type of property.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Property.Value">
			<summary>Gets or sets the value of the property.</summary>
			<returns>An <see cref="T:System.Object"></see> system object value that specifies the value of the property.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Property.Writable">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the property can be modified.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the property can be modified or not.If True, the property can be modified.If False (default), the property cannot be modified.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException"></see> class represents the exception raised when a property cannot be retrieved.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException.#ctor(System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException"></see> class with the specified message.</summary>
			<param name="message">A <see cref="T:System.String"></see> value that specifies the message string for the Property Cannot Be Retrieved exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException.#ctor(System.String,System.Exception)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException"></see> class with the specified message and specified inner exception.</summary>
			<param name="message">A <see cref="T:System.String"></see> value that specifies the message string for the Property Cannot Be Retrieved exception.</param>
			<param name="innerException">An <see cref="T:System.Exception"></see> object that specifies the inner exception for the Property Cannot Be Retrieved exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException.#ctor(System.String,System.Object)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException"></see> class with the specified message and specified inner exception.</summary>
			<param name="failedObject">An <see cref="T:System.Object"></see> system object value that specifies the object that owns the Property Cannot Be Retrieved exception.</param>
			<param name="propertyName">A <see cref="T:System.String"></see> value that specifies the name of the Property Cannot Be Retrieved exception.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException.FailedObject">
			<summary>Gets the object that owns the property that cannot be retrieved.</summary>
			<returns>An <see cref="T:System.Object"></see> system object value that specifies the object that owns the property that cannot be retrieved.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException.Message">
			<summary>Gets the message that describes the current exception.</summary>
			<returns>A <see cref="T:System.String"></see> that specifies the message.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException.PropertyName">
			<summary>Gets the name of the property that cannot be retrieved. </summary>
			<returns>A <see cref="T:System.String"></see> that specifies the name of the property that cannot be retrieved.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException.SmoExceptionType">
			<summary>Gets the type of SQL Server Management Objects (SMO) exception. </summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.SmoExceptionType"></see> object value that specifies the type of SMO exception.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.PropertyCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Property"></see> objects that represent all the properties defined on the parent object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyCollection.Contains(System.String)">
			<summary>Determines whether the element specified by key exists in the collection. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the collection contains the specified key.If True, the key exists in the collection.If False, the key does not exist in the collection</returns>
			<param name="propertyName">A <see cref="T:System.String"></see> value that specifies the key value to be verified.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Property[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Property"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index position from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyCollection.GetEnumerator">
			<summary>Gets an enumerator that can iterate through the list of objects.</summary>
			<returns>An <see cref="T:System.Collections.IEnumerator"></see>object value that can be used to iterate through the collection.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyCollection.GetPropertyObject(System.Int32)">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Property"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Property"></see> object value that specifies the property.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index position.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyCollection.GetPropertyObject(System.String)">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Property"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Property"></see> object value that specifies the property.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the property. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyCollection.GetPropertyObject(System.Int32,System.Boolean)">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Property"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Property"></see> object value that specifies the property.</returns>
			<param name="doNotLoadPropertyValues">A <see cref="T:System.Boolean"></see> property value that specifies whether the property values are loaded.If True, the property values are not loaded. If False, the property values are loaded. </param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index position of the property.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyCollection.GetPropertyObject(System.String,System.Boolean)">
			<summary>.Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Property"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Property"></see> object value that specifies the property.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the property.</param>
			<param name="doNotLoadPropertyValues">A <see cref="T:System.Boolean"></see> property value that specifies whether the property values are loaded.If True, the property values are not loaded.   If False, the property values are loaded. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyCollection.LookupID(System.String)">
			<summary>Returns the ID of the <see cref="T:Microsoft.SqlServer.Management.Smo.Property"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyCollection"></see> object that has the specified name.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value of the <see cref="T:Microsoft.SqlServer.Management.Smo.Property"></see> object.</returns>
			<param name="propertyName">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Property"></see> object.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PropertyCollection.Count">
			<summary>Gets the number of properties in the <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyCollection"></see> object. </summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the number of the properties in the collection.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PropertyCollection.IsSynchronized">
			<summary>Gets a <see cref="T:System.Boolean"></see> value indicating whether access to the collection is synchronized and therefore thread-safe.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the access to the collection is synchronized. If True, access to the collection is synchronized.If False (default), access to the collection is not synchronized.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PropertyCollection.Item(System.Int32)">
			<summary>Gets an object in the collection by index number.</summary>
			<returns>An object value that represents the property.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PropertyCollection.Item(System.String)">
			<summary>Gets an object in the collection by name.</summary>
			<returns>An object value that represents the property.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PropertyCollection.SyncRoot">
			<summary>Gets an object that can be used to synchronize access to the collection.</summary>
			<returns>An <see cref="T:System.Object"></see> system object value that specifies the object that is used to synchronize access to the collection.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.PropertyNotSetException">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyNotSetException"></see> class represents the exception raised when a property value has not been set.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyNotSetException.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyNotSetException"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyNotSetException.#ctor(System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyNotSetException"></see> class with the specified property.</summary>
			<param name="propertyName">A <see cref="T:System.String"></see> value that specifies the name of the property is not set.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyNotSetException.#ctor(System.String,System.Exception)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyNotSetException"></see> class with the specified message and specified inner exception.</summary>
			<param name="message">A <see cref="T:System.String"></see> value that specifies the message string for the Property Cannot Be Retrieved exception.</param>
			<param name="innerException">An <see cref="T:System.Exception"></see> object that specifies the inner exception for the Property Cannot Be Retrieved exception.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PropertyNotSetException.Message">
			<summary>Gets the message that describes the current exception.</summary>
			<returns>A <see cref="T:System.String"></see> that specifies the exception message.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PropertyNotSetException.PropertyName">
			<summary>Gets the name of the property that has not been set. </summary>
			<returns>A <see cref="T:System.String"></see> that specifies the name of the property that has not been set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PropertyNotSetException.SmoExceptionType">
			<summary>Gets the type of SQL Server Management Objects (SMO) exception.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.SmoExceptionType"></see> object value that specifies the type of SMO exception.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.PropertyReadOnlyException">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyReadOnlyException"></see> class represents the exception raised when an attempt is made to set a read-only property.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyReadOnlyException.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyReadOnlyException"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyReadOnlyException.#ctor(System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyReadOnlyException"></see> class for the specified property.</summary>
			<param name="propertyName">A <see cref="T:System.String"></see> value that specifies the name of the property that is read-only.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyReadOnlyException.#ctor(System.String,System.Exception)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyReadOnlyException"></see> class with the specified message and the specified inner exception.</summary>
			<param name="message">A <see cref="T:System.String"></see> value that specifies the message string for the Property Read Only exception.</param>
			<param name="innerException">An <see cref="T:System.Exception"></see> system object value that specifies the inner exception for the Property Read Only exception.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PropertyReadOnlyException.Message">
			<summary>Gets the message that describes the current exception.</summary>
			<returns>A <see cref="T:System.String"></see> that specifies the message that describes the exception.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PropertyReadOnlyException.PropertyName">
			<summary>Gets the name of the property that is read-only. </summary>
			<returns>A <see cref="T:System.String"></see> that specifies the name of the property that is read-only.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PropertyReadOnlyException.SmoExceptionType">
			<summary>Gets the type of SQL Server Management Objects (SMO) exception.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.SmoExceptionType"></see> object that specifies the type of SMO exception.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException"></see> class represents the exception raised when an attempt is made to set the property with a value that has the incorrect data type.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException.#ctor(System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException"></see> class with the specified message.</summary>
			<param name="message">A <see cref="T:System.String"></see> value that specifies the message string for the property type mismatch exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException.#ctor(System.String,System.Exception)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException"></see> class with the specified message and specified inner exception.</summary>
			<param name="message">A <see cref="T:System.String"></see> value that specifies the message string for the property type mismatch exception.</param>
			<param name="innerException">An <see cref="T:System.Exception"></see> object that specifies the inner exception for the Property Type Mismatch exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException.#ctor(System.String,System.String,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException"></see> class for the specified property, and specified received type and expected type.</summary>
			<param name="expectedType">A <see cref="T:System.String"></see> value that specifies the data type that is correct for the referenced property.</param>
			<param name="propertyName">A <see cref="T:System.String"></see> value that specifies the name of the property.</param>
			<param name="receivedType">A <see cref="T:System.String"></see> value that specifies the data type that was received incorrectly.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException.ExpectedType">
			<summary>Gets the expected data type for the property.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the expected data type for the property.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException.Message">
			<summary>Gets the message that describes the exception.</summary>
			<returns>A <see cref="T:System.String"></see> that specifies the message.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException.PropertyName">
			<summary>Gets the name of the property that received a value with the incorrect data type. </summary>
			<returns>A <see cref="T:System.String"></see> that specifies the name of the property that received a value with the incorrect data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException.ReceivedType">
			<summary>Gets the data type that was received incorrectly by the property.</summary>
			<returns>A <see cref="T:System.String"></see> that specifies the data type that the property received incorrectly. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException.SmoExceptionType">
			<summary>Gets the type of SQL Server Management Objects (SMO) exception.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.SmoExceptionType"></see> object value that specifies the type of SMO exception.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.PropertyWriteException">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyWriteException"></see> class represents the exception raised when an error occurs when setting the value of a property.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyWriteException.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyWriteException"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyWriteException.#ctor(System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyWriteException"></see> class with the specified message.</summary>
			<param name="message">A <see cref="T:System.String"></see> value that specifies the message string for the Property Write exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyWriteException.#ctor(System.String,System.Exception)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyWriteException"></see> class with the specified message and specified inner exception.</summary>
			<param name="message">A <see cref="T:System.String"></see> value that specifies the message string for the Property Write exception.</param>
			<param name="innerException">An <see cref="T:System.Exception"></see> system object value that specifies the inner exception for the Property Write exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyWriteException.#ctor(System.String,System.String,System.String,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyWriteException"></see> class with the specified property name, object kind, object name, and reason.</summary>
			<param name="reason">A <see cref="T:System.String"></see> value that specifies the reason for the exception.</param>
			<param name="objectKind">A <see cref="T:System.String"></see> value that specifies the kind of object.</param>
			<param name="propertyName">A <see cref="T:System.String"></see> value that specifies the name of the property.</param>
			<param name="objectName">A <see cref="T:System.String"></see> value that specifies the name of the object.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PropertyWriteException.Message">
			<summary>Gets the message that describes the exception.</summary>
			<returns>A <see cref="T:System.String"></see> that specifies the message.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PropertyWriteException.PropertyName">
			<summary>Gets the name of the property that received a value with the incorrect data type. </summary>
			<returns>A <see cref="T:System.String"></see> that specifies the name of the property.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PropertyWriteException.SmoExceptionType">
			<summary>Gets the type of SQL Server Management Objects (SMO) exception.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.SmoExceptionType"></see> object value that specifies the type of SMO exception.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Protocol">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Protocol"></see> object provides programmatic access to the protocols supported by MicrosoftSQL Server.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Protocol.Http">
			<summary>Gets the HTTP protocol.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.HttpProtocol"></see> object that specifies the HTTP protocol.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Protocol.Tcp">
			<summary>Gets the TCP protocol.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.TcpProtocol"></see> object that specifies the TCP protocol.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.RelocateFile">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.RelocateFile"></see> object is a programmatic tool that allows a file to be relocated.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.RelocateFile.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.RelocateFile"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.RelocateFile.#ctor(System.String,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.RelocateFile"></see> class. </summary>
			<param name="physicalFileName">A <see cref="T:System.String"></see> value that specifies the physical file name.</param>
			<param name="logicalFileName">A <see cref="T:System.String"></see> value that specifies the logical file name.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.RelocateFile.LogicalFileName">
			<summary>Gets or sets the logical file name for the specified file.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the logical file name for the specified file.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.RelocateFile.PhysicalFileName">
			<summary>Gets or sets the physical file name for the specified file.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the physical file name for the specified file.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.RepairType">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.RepairType"></see> enumeration contains values that are used to specify the type of repair mode used by the database consistency check (DBCC) functions.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.RepairType.AllowDataLoss">
			<summary>Repair the data pages even though data may be lost.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.RepairType.Fast">
			<summary>Repair the data pages in fast mode.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.RepairType.None">
			<summary>Do not repair the data pages.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.RepairType.Rebuild">
			<summary>Repair the data pages by rebuilding them.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Restore">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Restore"></see> object provides programmatic access to restore operations. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Restore.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Restore"></see> class.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.Restore.VerifyComplete">
			<summary>Specifies the <see cref="T:Microsoft.SqlServer.Management.Smo.VerifyCompleteEventHandler"></see>.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Restore.ClearSuspectPageTable(Microsoft.SqlServer.Management.Smo.Server)">
			<summary>Deletes entries in the suspect page table. </summary>
			<param name="srv">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that represents the MicrosoftSQL Server instance targeted by the restore operation. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Restore.ReadBackupHeader(Microsoft.SqlServer.Management.Smo.Server)">
			<summary>Reads the backup header and returns information about the media contents. </summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object that specifies information about the media contents.</returns>
			<param name="srv">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that represents the MicrosoftSQL Server instance that provides access to the targeted media.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Restore.ReadFileList(Microsoft.SqlServer.Management.Smo.Server)">
			<summary>Returns the list of database files on the targeted media. </summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object that specifies the list of database files.</returns>
			<param name="srv">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that represents the SQL Server instance that provides access to the targeted media.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Restore.ReadMediaHeader(Microsoft.SqlServer.Management.Smo.Server)">
			<summary>Reads the media header and returns the media header values. </summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object that specifies the media header data.</returns>
			<param name="srv">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that represents the SQL Server instance that provides access to the targeted media.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Restore.ReadSuspectPageTable(Microsoft.SqlServer.Management.Smo.Server)">
			<summary>Returns the suspect page table for the targeted MicrosoftSQL Server instance. </summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object that specifies the suspect page table data.</returns>
			<param name="server">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that represents the SQL Server instance targeted by the restore operation. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Restore.Script(Microsoft.SqlServer.Management.Smo.Server)">
			<summary>Generates a Transact-SQL script that can be used to re-create the restore operation. </summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="server">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that represents the MicrosoftSQL Server instance that is targeted by the restore operation.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Restore.SqlRestore(Microsoft.SqlServer.Management.Smo.Server)">
			<summary>Performs a restore operation. </summary>
			<param name="srv">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that represents the MicrosoftSQL Server instance targeted by the restore operation.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Restore.SqlRestoreAsync(Microsoft.SqlServer.Management.Smo.Server)">
			<summary>Performs a restore operation asynchronously. </summary>
			<param name="srv">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that represents the MicrosoftSQL Server instance targeted by the restore operation.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Restore.SqlVerify(Microsoft.SqlServer.Management.Smo.Server)">
			<summary>Checks the media on the MicrosoftSQL Server instance represented by the specified <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value indicating whether targeted backup set is readable and complete.If True, the backup set was verified successfully.If False, the attempt to verify the backup set was unsuccessful.</returns>
			<param name="srv">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that represents the SQL Server instance targeted by the restore operation.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Restore.SqlVerify(Microsoft.SqlServer.Management.Smo.Server,System.Boolean)">
			<summary>Checks the media on the MicrosoftSQL Server instance represented by the specified <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object and loads backup history information into the history tables. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value indicating whether targeted backup set is readable and complete.If True, the backup set was successfully verified.If False, the attempt to verify the backup set was unsuccessful.</returns>
			<param name="srv">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that represents the SQL Server instance targeted by the restore operation.</param>
			<param name="loadHistory">A <see cref="T:System.Boolean"></see> value that specifies whether the history tables will be populated with pertinent backup information. If True, the history tables are populated.If False, the history tables are not populated. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Restore.SqlVerify(Microsoft.SqlServer.Management.Smo.Server,System.String@)">
			<summary>Checks the media on the SQL Server instance represented by the specified <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object and returns an error message. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value indicating whether targeted backup set is readable and complete.If True, the backup set was successfully verified.If False, the attempt to verify the backup set was unsuccessful.</returns>
			<param name="srv">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that represents the MicrosoftSQL Server instance targeted by the restore operation.</param>
			<param name="errorMessage">A <see cref="T:System.String"></see> value that contains the error message when the method has completed running. This is an output parameter.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Restore.SqlVerify(Microsoft.SqlServer.Management.Smo.Server,System.Boolean,System.String@)">
			<summary>Checks the media on the MicrosoftSQL Server instance represented by the specified <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object, loads backup history information into the history tables, and returns an error message. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value indicating whether targeted backup set is readable and complete.If True, the backup set was successfully verified.If False, the attempt to verify the backup set was unsuccessful.</returns>
			<param name="srv">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that represents the SQL Server instance targeted by the restore operation.</param>
			<param name="errorMessage">A <see cref="T:System.String"></see> value that contains the error message when the method has completed running. This is an output parameter.</param>
			<param name="loadHistory">A <see cref="T:System.Boolean"></see> value that specifies whether the history tables will be populated with pertinent backup information. If True, the history tables are populated.If False, the history tables are not populated. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Restore.SqlVerifyAsync(Microsoft.SqlServer.Management.Smo.Server)">
			<summary>Checks the media on the MicrosoftSQL Server instance represented by the specified <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object asynchronously. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value indicating whether targeted backup set is readable and complete.If True, the backup set was verified successfully.If False, the attempt to verify the backup set was unsuccessful.</returns>
			<param name="srv">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that represents the SQL Server instance targeted by the restore operation.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Restore.SqlVerifyAsync(Microsoft.SqlServer.Management.Smo.Server,System.Boolean)">
			<summary>Checks the media on the MicrosoftSQL Server instance represented by the specified <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object asynchronously and loads backup history information into the history tables. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value indicating whether targeted backup set is readable and complete.If True, the backup set was successfully verified.If False, the attempt to verify the backup set was unsuccessful.</returns>
			<param name="srv">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that represents the SQL Server instance targeted by the restore operation.</param>
			<param name="loadHistory">A <see cref="T:System.Boolean"></see> value that specifies whether the history tables will be populated with pertinent backup information. If True, the history tables are populated.If False, the history tables are not populated. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Restore.SqlVerifyLatest(Microsoft.SqlServer.Management.Smo.Server)">
			<summary>Verifies the most recent backup but does not restore it, and checks to see that the backup set is complete and the entire backup is readable.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value indicating whether targeted backup set is readable and complete.If True, the backup set was verified successfully.If False, the attempt to verify the backup set was unsuccessful.</returns>
			<param name="srv">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that represents the SQL Server instance targeted by the restore operation.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Restore.SqlVerifyLatest(Microsoft.SqlServer.Management.Smo.Server,Microsoft.SqlServer.Management.Smo.SqlVerifyAction)">
			<summary>Verifies the most recent backup with the specified action, and checks to see that the backup set is complete and the entire backup is readable.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value indicating whether targeted backup set is readable and complete.If True, the backup set was successfully verified.If False, the attempt to verify the backup set was unsuccessful.</returns>
			<param name="srv">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that represents the SQL Server instance targeted by the restore operation.</param>
			<param name="sqlVerifyAction">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlVerifyAction"></see> value the type of backup to verify, database or log backup for example. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Restore.SqlVerifyLatest(Microsoft.SqlServer.Management.Smo.Server,System.String@)">
			<summary>Verifies the most recent backup but does not restore it, checks to see that the backup set is complete and the entire backup is readable, and returns an error message.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value indicating whether targeted backup set is readable and complete.If True, the backup set was successfully verified.If False, the attempt to verify the backup set was unsuccessful.</returns>
			<param name="srv">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that represents the MicrosoftSQL Server instance targeted by the restore operation.</param>
			<param name="errorMessage">A <see cref="T:System.String"></see> value that contains the error message when the method has completed running. This is an output parameter.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Restore.SqlVerifyLatest(Microsoft.SqlServer.Management.Smo.Server,Microsoft.SqlServer.Management.Smo.SqlVerifyAction,System.String@)">
			<summary>Verifies the most recent backup with the specified action, checks to see that the backup set is complete and the entire backup is readable, and returns an error message.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value indicating whether targeted backup set is readable and complete.If True, the backup set was successfully verified.If False, the attempt to verify the backup set was unsuccessful.</returns>
			<param name="srv">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that represents the SQL Server instance targeted by the restore operation.</param>
			<param name="errorMessage">A <see cref="T:System.String"></see> value that contains the error message when the method has completed running. This is an output parameter.</param>
			<param name="loadHistory">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlVerifyAction"></see> value the type of backup to verify, database or log backup for example.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Restore.Action">
			<summary>Gets or sets the type of restore to be performed. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.RestoreActionType"></see> object representing the type of restore to be performed.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Restore.ClearSuspectPageTableAfterRestore">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> value that determines whether entries in the suspect page table will be deleted following the restore operation. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value indicating whether the suspect page table will be cleared.If True, the suspect page table is cleared following the restore operation.If False (default), the suspect page table is not cleared after the restore operation.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Restore.FileNumber">
			<summary>Gets or sets the index number used to identify the targeted backup set on the backup medium. </summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the backup set index number.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Restore.KeepReplication">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether to maintain a replication configuration during a restore operation. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value indicating whether to keep the replication configuration.If True, the replication configuration is kept in placeIf False (default), the replication configuration is ignored by the restore operation.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Restore.Offset">
			<summary>Gets or sets the array of page addresses to be restored. </summary>
			<returns>An <see cref="T:System.Int64"></see> array value that specifies the page addresses of the pages to be restored.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Restore.Partial">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether a partial or full restore operation will be performed. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value indicating whether this is a full or partial restore operation.If True, the restore operation is a partial restore.If False (default), the restore operation is a full restore.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Restore.RelocateFiles">
			<summary>Gets or sets the array of database logical file names and operating system physical file names used to redirect database storage when a database is restored to a new physical location. </summary>
			<returns>An <see cref="T:System.ArrayList"></see> object that specifies the file names.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Restore.ReplaceDatabase">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> value that specifies whether a restore operation creates a new image of the restored database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether a new image of the restored database will be created.If True, a new image of the database is created. The image is created regardless of the presence of an existing database with the same name.If False (default), a new image of the database is not created by the restore operation. The database targeted by the restore operation must exist on an instance of MicrosoftSQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Restore.RestrictedUser">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether access to the restored database is restricted to members of the db_owner fixed database role and the dbcreator and sysadmin fixed server roles. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether access to the restored database will be restricted.If True, access to the restored database is restricted to the db_owner fixed database role, and the dbcreator and sysadmin fixed server roles.If False (default), access to the restored database is not restricted.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Restore.StandbyFile">
			<summary>Gets or sets the name of an undo file used as part of the imaging strategy for a MicrosoftSQL Server instance. </summary>
			<returns>A <see cref="T:System.String"></see> that specifies the name of the undo file.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Restore.StopAtMarkAfterDate">
			<summary>Gets or sets the date to be used in conjunction with the mark name specified by <see cref="P:Microsoft.SqlServer.Management.Smo.Restore.StopAtMarkName"></see> to determine the stopping point of the recovery operation. </summary>
			<returns>A <see cref="T:System.String"></see> that specifies the stop at date.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Restore.StopAtMarkName">
			<summary>Gets or sets the mark name to be used in conjunction with the date specified by <see cref="P:Microsoft.SqlServer.Management.Smo.Restore.StopAtMarkAfterDate"></see> to determine the stopping point of the recovery operation. </summary>
			<returns>A <see cref="T:System.String"></see> that specifies the mark name.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Restore.StopBeforeMarkAfterDate">
			<summary>Gets or sets the date to be used in conjunction with the mark name specified by <see cref="P:Microsoft.SqlServer.Management.Smo.Restore.StopBeforeMarkName"></see> to determine the stopping point of the recovery operation. </summary>
			<returns>A <see cref="T:System.String"></see> that specifies the stop before date.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Restore.StopBeforeMarkName">
			<summary>Gets or sets the mark name to be used in conjunction with the date specified by <see cref="P:Microsoft.SqlServer.Management.Smo.Restore.StopBeforeMarkAfterDate"></see> to determine the stopping point of the recovery operation. </summary>
			<returns>A string that specifies the mark name.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Restore.ToPointInTime">
			<summary>Gets or sets the endpoint for database log restoration. </summary>
			<returns>A string that specifies the date and time values that identify the endpoint.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.RestoreActionType">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.RestoreActionType"></see> enumeration contains values that are used to specify the type of action required during a data restore operation.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.RestoreActionType.Database">
			<summary>Restore the database.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.RestoreActionType.Files">
			<summary>Restore one or more data files.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.RestoreActionType.Log">
			<summary>Restore the transaction log.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.RestoreActionType.OnlineFiles">
			<summary>Restore one or more data files while the database is still available to other users.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.RestoreActionType.OnlinePage">
			<summary>Restore a data page online while the database is still available to other users.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.RoleTypes">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.RoleTypes"></see> enumeration contains values that are used to specify the type of role.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.RoleTypes.All">
			<summary>Database roles and server roles.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.RoleTypes.Database">
			<summary>Database fixed roles and user-defined roles.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.RoleTypes.Server">
			<summary>Fixed server roles.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Rule">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Rule"></see> object provides programmatic access to a MicrosoftSQL Server rule.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Rule.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Rule"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Rule.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Rule"></see> class on the specified database and with the specified name. </summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the rule.</param>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Rule"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Rule.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Rule"></see> class on the specified database, with the specified name and schema.</summary>
			<param name="schema">A <see cref="T:System.String"></see> value that specifies the schema for the rule.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the rule.</param>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Rule"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Rule.ChangeSchema(System.String)">
			<summary>Changes the schema associated with the rule.</summary>
			<param name="newSchema">A <see cref="T:System.String"></see> value that specifies the name of the new schema.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Rule.CreateDate">
			<summary>Gets the time and date when the rule was created.</summary>
			<returns>A <see cref="T:System.DateTime"></see> system object value that specifies the time and date when the rule was created. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Rule.DateLastModified">
			<summary>Gets the time and date when the rule was last modified.</summary>
			<returns>A <see cref="T:System.DateTime"></see> system object value that specifies the time and date when the rule was last modified. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Rule.ID">
			<summary>Gets the ID value that uniquely identifies the rule.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the rule. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Rule.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Rule"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Rule"></see> object. </returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.RuleCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.RuleCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Rule"></see> objects that represent all the rules defined on the instance of MicrosoftSQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.RuleCollection.Add(Microsoft.SqlServer.Management.Smo.Rule)">
			<summary>Adds the specified rule to the collection.</summary>
			<param name="rule">A <see cref="T:Microsoft.SqlServer.Management.Smo.Rule"></see> object to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.RuleCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Rule[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Rule"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position in the collection from which to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.RuleCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.RuleCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Rule"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Rule"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.RuleCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.RuleCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Rule"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Rule"></see> object value that represents the rule.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Rule"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.RuleCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.RuleCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Rule"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Rule"></see> object value that represents the rule.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Rule"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.RuleCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.RuleCollection.Item(System.String,System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Rule"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Rule"></see> object value that represents the rule.</returns>
			<param name="schema">A <see cref="T:System.String"></see> value that specifies the schema of the <see cref="T:Microsoft.SqlServer.Management.Smo.Rule"></see> object.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Rule"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.RuleCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.RuleCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.RuleCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.RuleCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Schema">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Schema"></see> object represents an ownership context for a MicrosoftSQL Server database object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Schema"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Schema"></see> class on the specified database and with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the schema.</param>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object value that specifies the database on which to create the schema.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.Schema"></see> object property changes on instance of MicrosoftSQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.Create">
			<summary>Creates a schema on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.Schema"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Denies the specified set of permissions for the specified grantee on the schema.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied the specified set of permissions on the schema.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Denies the specified set of permissions for the specified grantees on the schema.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied the specified set of permissions on the schema.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Denies the specified set of permissions for the specified grantee and other users that the grantee granted the specified set of permissions on the schema.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the schema.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied the specified set of permissions on the schema.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Denies the specified set of permissions for the specified grantees and other users that the grantee granted the specified set of permissions on the schema.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the schema.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.Drop">
			<summary>Removes the schema from the instance of MicrosoftSQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.EnumObjectPermissions">
			<summary>Enumerates a list of object permissions for the schema.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the schema. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of object permissions for a specified permission on the schema.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified permission on the schema. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.EnumObjectPermissions(System.String)">
			<summary>Enumerates a list of object permissions for a specified grantee on the schema.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified grantee on the schema. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of object permissions for a specified grantee and a specified permission on the schema.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified grantee and permission on the schema. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.EnumOwnedObjects">
			<summary>Enumerates a list of objects that are owned by the schema.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> objects that specifies the objects that are owned by the schema. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Grants the specified set of permissions to the specified grantee on the schema.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be granted the specified set of permissions on the schema.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Grants access to the specified permission for the specified grantees on the schema.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that lists the grantees to be granted access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Grants access to the specified permission to the grantee and the ability to grant access to other users on the schema.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the schema.If True, the grantee is given the ability to grant the specified set of permissions to other users on the schema.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the schema.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Grants access to the specified permission to the grantees and the ability to grant access to other users on the schema.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the schema. If True, the grantee is given the ability to grant the specified set of permissions to other users on the schema.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the schema.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Grants the specified set of permissions to the grantee and the ability to grant the set of permissions to other users on the schema under an assumed role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the schema.If True, the grantee is given the ability to grant the specified set of permissions to other users on the schema.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the schema. </param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be denied access to the permission.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the schema. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Grants the specified set of permissions to the grantees and the ability to grant the set of permissions to other users on the schema under an assumed role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the schema.If True, the grantee is given the ability to grant the specified set of permissions to other users on the schema.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the schema. </param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be granted the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the schema. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Revokes a previously granted set of permissions from a grantee on the schema.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Revokes a previously granted set of permissions from a list of grantees on the schema.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from a grantee on the schema and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the schema.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the schema.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the schema.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the schema.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from grantees on the schema and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke access from the schema.If True, the grantee is given the ability to revoke other users' access from the schema.If False, the grantee is not given the ability to revoke other users' access from the schema.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the schema.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from a grantee on the schema and any other users to whom the grantee has granted access. The grantee is also given the ability to revoke other users' access under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Schema"></see> object for other users.If True, the grantee is given the ability to revoke other users' access from the schema.If False, the grantee is not given the ability to revoke other users' access from the schema.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users that the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked access to the permission.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking access from the schema for other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from grantees on the schema and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the schema.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the schema.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the schema.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the schema.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the schema. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the schema.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the schema as specified by the script options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that is used to specify the script options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Schema.Events">
			<summary>Gets the events that are supported by the schema.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SchemaEvents"></see> object value that specifies the events supported by the schema.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Schema.ExtendedProperties">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty"></see> objects that contain information about the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.Schema"></see> object.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection"></see> object that contains the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.Schema"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Schema.ID">
			<summary>Gets the ID value that uniquely identifies the schema.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value of the schema.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Schema.Owner">
			<summary>Gets the owner of the schema.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the owner of the schema.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Schema.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Schema"></see> object. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Schema"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SchemaCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.SchemaCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Schema"></see> objects that represent all the schemas on the referenced database. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SchemaCollection.Add(Microsoft.SqlServer.Management.Smo.Schema)">
			<summary>Adds the specified schema to the collection.</summary>
			<param name="schema">A <see cref="T:Microsoft.SqlServer.Management.Smo.Schema"></see> object to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SchemaCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Schema[],System.Int32)">
			<summary>Copies the collection of objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Schema"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index value in the collection to start copying. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SchemaCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.SchemaCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Schema"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Schema"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.SchemaCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SchemaCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Schema"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Schema"></see> object value that represents the schema.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Schema"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.SchemaCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SchemaCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Schema"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Schema"></see> object value that represents the schema.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Schema"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.SchemaCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SchemaCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.SchemaCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.SchemaCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SchemaCollectionBase">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.SchemaCollectionBase"></see> class is a base class that is inherited by the <see cref="T:Microsoft.SqlServer.Management.Smo.SchemaCollection"></see> class. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SchemaCollectionBase.Contains(System.String)">
			<summary>Validates whether the parameter collection contains a member with a name equal to the specified string.</summary>
			<returns>This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name to check to see whether it exists in the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SchemaCollectionBase.Contains(System.String,System.String)">
			<summary>Validates whether the parameter collection contains a member with a name equal to the specified string and with the specified schema.</summary>
			<returns>This method forces the collection to be loaded from the server if it has not been initialized yet.This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.</returns>
			<param name="schema">A <see cref="T:System.String"></see> value that specifies the schema.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name to check to see whether it exists in the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SchemaCollectionBase.InitInnerCollection">
			<summary>Initializes the collection.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SchemaEvents">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.SchemaEvents"></see> object represents the settings required for Microsoft SQL Server schema event notification.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.SchemaEvents.ServerEvent">
			<summary>Specifies the server event handler for schema events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SchemaEvents.GetEventSelection">
			<summary>Returns a set of currently subscribed event notifications.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the event selection.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SchemaEvents.StartEvents">
			<summary>Starts receiving events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SchemaEvents.StopEvents">
			<summary>Stops receiving events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SchemaEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Specifies the object events to receive. </summary>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SchemaEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet,Microsoft.SqlServer.Management.Smo.ServerEventHandler)">
			<summary>Specifies the object events to receive. </summary>
			<param name="eventHandler">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventHandler"></see> object that specifies the event handler for the specified events.</param>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SchemaEvents.UnsubscribeAllEvents">
			<summary>Clear all event settings, and removes all event handlers.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SchemaEvents.UnsubscribeFromEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Clears the specified event setting, and removes all event handlers.</summary>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the events to clear.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Scripter">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Scripter"></see> object is the overall, top-level object for managing scripting operations. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Scripter.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Scripter"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Scripter.#ctor(Microsoft.SqlServer.Management.Smo.Server)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Scripter"></see> class on the specified instance of MicrosoftSQL Server.</summary>
			<param name="svr">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that specifies the instance of MicrosoftSQL Server on which to run the scripting services.</param>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.Scripter.ScriptingError">
			<summary>Raises an event when an error occurs during a scripting operation.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.Scripter.ScriptingProgress">
			<summary>Raises an event to receive information about the progress of the scripting operation.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Scripter.EnumDependencies(Microsoft.SqlServer.Management.Smo.SqlSmoObject,Microsoft.SqlServer.Management.Smo.DependencyType)">
			<summary>Returns an enumerated list that includes the specified object and child or parent dependencies.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UrnCollection"></see> object value that specifies the list of dependencies for the specified object.</returns>
			<param name="smoObject">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object value that specifies the object for which the list of dependencies is required.</param>
			<param name="dependencyType">A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyType"></see> object value that specifies the type of dependency, parent or child, that is required.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Scripter.Init">
			<summary>Initializes the <see cref="T:Microsoft.SqlServer.Management.Smo.Scripter"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Scripter.Script(Microsoft.SqlServer.Management.Smo.SqlSmoObject[])">
			<summary>Generates Transact-SQL scripts that can be used to re-create a list of objects.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> object value that specifies the Transact-SQL scripts for the list of objects.</returns>
			<param name="objects">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object array value that specifies the list of objects to be scripted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Scripter.Script(Microsoft.SqlServer.Management.Smo.Urn[])">
			<summary>Creates a Transact-SQL scripts for set of objects specified with an array of URN values.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> object value that specifies the Transact-SQL scripts for the list of objects.</returns>
			<param name="urns">A <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> object array value that specifies the list of objects to be scripted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Scripter.Script(Microsoft.SqlServer.Management.Smo.UrnCollection)">
			<summary>Creates a Transact-SQL scripts for a set of objects specified with a <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> object collection.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> object value that specifies the Transact-SQL scripts for the list of objects.</returns>
			<param name="list">A <see cref="T:Microsoft.SqlServer.Management.Smo.UrnCollection"></see> object value that specifies the list of objects to be scripted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Scripter.ScriptWithList(Microsoft.SqlServer.Management.Smo.DependencyCollection)">
			<summary>Creates linear Transact-SQL scripts for a <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollection"></see> object. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object array value that specifies the list of objects to be scripted.</returns>
			<param name="depList">A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollection"></see> object value that specifies the list of objects to be scripted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Scripter.ScriptWithList(Microsoft.SqlServer.Management.Smo.SqlSmoObject[])">
			<summary>Creates linear Transact-SQL scripts for an array of <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> objects. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object array value that specifies the list of objects to be scripted.</returns>
			<param name="objects">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object array value that specifies the list of objects to be scripted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Scripter.ScriptWithList(Microsoft.SqlServer.Management.Smo.Urn[])">
			<summary>Creates linear Transact-SQL scripts for an array of <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> objects. </summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> object value that specifies the Transact-SQL scripts for the list of objects.</returns>
			<param name="urns">A <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> object array value that specifies the list of objects to be scripted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Scripter.ScriptWithList(Microsoft.SqlServer.Management.Smo.UrnCollection)">
			<summary>Creates linear Transact-SQL scripts for a <see cref="T:Microsoft.SqlServer.Management.Smo.UrnCollection"></see> object. </summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> object value that specifies the Transact-SQL scripts for the list of objects.</returns>
			<param name="list">A <see cref="T:Microsoft.SqlServer.Management.Smo.UrnCollection"></see> object value that specifies the list of objects to be scripted.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Scripter.Options">
			<summary>Gets or sets the scripting options for the <see cref="T:Microsoft.SqlServer.Management.Smo.Scripter"></see> object and all the scripting operations on the instance of SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that specifies the scripting options used by the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Scripter.PrefetchObjects">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see>  property value that specifies whether the objects are loaded prior to scripting operations or as they are required.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the objects are loaded prior to scripting operations or as they are required.If True, the objects are loaded prior to scripting operations.If False (default), the objects are loaded as they are required by the scripting operation.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ScriptingErrorEventArgs">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingErrorEventArgs"></see> object provides programmatic access to the arguments used to report the errors that occur during scripting operations.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingErrorEventArgs.Current">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> object value that specifies the object that the operation is currently processing.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> object value that specifies the object that the operation is currently processing.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingErrorEventArgs.InnerException">
			<summary>Gets the exception instance that caused the current exception.</summary>
			<returns>An <see cref="T:System.Exception"></see> system object value that specifies the exception instance that caused the current exception.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ScriptingErrorEventHandler">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingErrorEventHandler"></see> class represents the event handler that is used to handle scripting errors.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ScriptingFilter">
			<summary>This class supports the SQL Server Management Objects infrastructure and is not intended to be used directly from your code. </summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object provides programmatic options to the options that can be set for scripting operations.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptingOptions.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptingOptions.#ctor(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> class based on the specified scripting options based on the specified scripting options.</summary>
			<param name="so">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that specifies the script options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptingOptions.#ctor(Microsoft.SqlServer.Management.Smo.ScriptOption)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> class based on the specified <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object based on the specified script option.</summary>
			<param name="so">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object value that specifies the script options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptingOptions.Add(Microsoft.SqlServer.Management.Smo.ScriptOption)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object to the <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object that contains the added <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object.</returns>
			<param name="scriptOption">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that is to be added to the <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptingOptions.op_Addition(Microsoft.SqlServer.Management.Smo.ScriptingOptions,Microsoft.SqlServer.Management.Smo.ScriptOption)">
			<summary>Creates a set of scripting options by performing an addition operation on a <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object and a <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that specifies a set of scripting options after the addition.</returns>
			<param name="options">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object that specifies the scripting options.</param>
			<param name="scriptOption">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that specifies the script option.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptingOptions.op_Subtraction(Microsoft.SqlServer.Management.Smo.ScriptingOptions,Microsoft.SqlServer.Management.Smo.ScriptOption)">
			<summary>Creates a set of scripting options by performing an subtraction operation on a <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object and a <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that specifies a set of scripting options after the subtraction.</returns>
			<param name="options">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object that specifies the scripting options.</param>
			<param name="scriptOption">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that specifies the script option.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptingOptions.Remove(Microsoft.SqlServer.Management.Smo.ScriptOption)">
			<summary>Removes a <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object from the <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object that does not contain the removed <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object.</returns>
			<param name="scriptOption">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptingOptions.SetTargetServerVersion(Microsoft.SqlServer.Management.Common.ServerVersion)">
			<summary>Sets the version of the instance of SQL Server on which the scripting operation is run.</summary>
			<param name="ver">A <see cref="T:Microsoft.SqlServer.Management.Common.ServerVersion"></see> object value that specifies the version of the instance of SQL Server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptingOptions.ToString">
			<summary>Returns a string that represents the <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object.</summary>
			<returns>A string value that represents the <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.AgentAlertJob">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property that specifies whether to include SQL Server Agent job name for alert objects in the script. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include SQL Server Agent alerts and jobs.If True, alerts and jobs are scripted.If False (default), alerts and jobs are not scripted.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.AgentJobId">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property that specifies whether to include SQL Server Agent job ID values for alert objects in the script. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include SQL Server Agent job ID value in the script.If True, job ID is scripted.If False (default), job ID is not scripted.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.AgentNotify">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property that specifies whether to include notifications for any SQL Server Agent alerts that in the script. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include notifications for any SQL Server Agent alerts that in the script.If True, SQL Server Agent alert notifications are scripted.If False (default), SQL Server Agent alert notifications are not scripted.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.AllowSystemObjects">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property that specifies whether system objects can be scripted or not. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether system objects can be scripted or not.If True, system objects are included in the script.If False (default), system objects are filtered out from the script.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.AnsiFile">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property that specifies whether the script uses multibyte characters and requires code page 1252 to evaluate characters meaning.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether code page 1252 is used to evaluate characters.If True, code page 1252 is used to evaluate characters.If False (default), code page 1252 is not used to evaluate characters. The code page is determined by the operating system.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.AnsiPadding">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property that specifies whether the generated script contains the Transact-SQL statements SET ANSI-PADDING ON and SET ANSI-PADDING OFF before and after the CREATE TABLE statement respectively.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the ANSI padding statements are included in the generated script.If True, the generated script contains the Transact-SQL statements SET ANSI-PADDING ON and SET ANSI-PADDING OFF before and after the CREATE TABLE statement respectively.If False (default), the statements are not included in the generated script.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.AppendToFile">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the script is appended to the end of the output file or overwrites it.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the generated script is appended to the end of the output file or overwrites it.If True, the generated script is appended to the end of the output file.If False (default), the generated script overwrites the existing contents of the output file.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.Bindings">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the binding statements sp_binddefault and sp_bindrule are included in the generated script. This property applies only when scripting a MicrosoftSQL Server table.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the binding statements sp_binddefault and sp_bindrule are included in the generated Transact-SQL script.If True, binding statements are included in the script.If False (default), binding statements are not included in the script.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.ClusteredIndexes">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether statements that define clustered indexes are included in the generated script. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether statements that define clustered indexes are included in the generated script.If True, clustered indexes are included in the script.If False (default), clustered indexes are not included in the script.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.ContinueScriptingOnError">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the scripting operation continues after an error is encountered.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the scripting operation continues after encountering an error.If True, the scripting operation continues after encountering an error.If False, the scripting operation stops when an error is encountered.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.ConvertUserDefinedDataTypesToBaseType">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether user-defined data types are converted to the most appropriate MicrosoftSQL Server base data types in the generated script. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether user-defined data types are converted to the most appropriate SQL Server base data types in the generated script.If True, user-defined data types are converted to SQL Server base data types.If False, user-defined data types are not converted to SQL Server base data types.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DdlBodyOnly">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to script only the text definition for data definition language (DDL) objects that have a text body, such as stored procedures and triggers. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to script only the text body.If True, only the text body of the object is scripted.If False (default), the object is scripted completely.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DdlHeaderOnly">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to script only the header information for data definition language (DDL) objects that have a text body, such as stored procedures and triggers. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to script only the header information.If True, only the header information of the object is scripted.If False (default), the object is scripted completely.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.Default">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the creation of the referenced object is included in the generated script. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the creation of the referenced object is included in the generated script.If True, the Transact-SQL CREATE statement for the referenced object is included in the generated script.If False (default), the Transact-SQL CREATE statement for the referenced object is not included in the generated script. The script only contains statements that modify the object, such as setting extended properties and granting permissions.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DriAll">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether all DRI objects are included in the generated script.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to script all DRI objects.If True, all objects with enforced declarative referential integrity are included in the script.If False (default), all objects with enforced declarative referential integrity are not included in the script.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DriAllConstraints">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether all DRI constraints are included in the generated script.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to script all constraint objects with enforced declarative referential integrity.If True, all constraint objects with enforced declarative referential integrity are included in the script.If False (default), all constraint objects with enforced declarative referential integrity are not included in the script.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DriAllKeys">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the dependency relationships defined by all DRI keys are included in the generated script.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to script all DRI keys.If True, all key objects with enforced declarative referential integrity are included in the script.If False (default), all key objects with enforced declarative referential integrity are not included in the script.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DriChecks">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether column specific dependency relationships defined in check constraints with enforced declarative referential integrity are included in the script.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to script checks with enforced declarative referential integrity.If True, checks are included in the script.If False (default), checks are not included in the script.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DriClustered">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether dependency relationships defined in clustered indexes with enforced declarative referential integrity are included in the script.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to script clustered indexes with enforced declarative referential integrity.If True, clustered indexes are included in the script.If False (default), clustered indexes are not included in the script.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DriDefaults">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether dependency relationships defined in defaults with enforced declarative referential integrity are included in the script.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to script defaults with enforced declarative referential integrity.If True, defaults are included in the script.If False (default), defaults are not included in the script.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DriForeignKeys">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether dependency relationships defined in foreign keys with enforced declarative referential integrity are included in the script.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to script foreign keys with enforced declarative referential integrity.If True, foreign keys are included in the script.If False (default), foreign keys are not included in the script.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DriIncludeSystemNames">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the system generated constraint names used to enforce declarative referential integrity are included in the script.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the system generated constraint names used to enforce declarative referential integrity are included in the script.If True, system generated constraint names used to enforce declarative referential integrity are included in the script.If False (default), system generated constraint names used to enforce declarative referential integrity are not included in the script.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DriIndexes">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether PRIMARY KEY constraints using a unique index to implement the declarative referential integrity are included in the script.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether PRIMARY KEY constraints using a unique index to implement the declarative referential integrity are included in the generated script.If True, indexes are included in the script.If False (default), indexes are not included in the script.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DriNonClustered">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether dependency relationships defined in non-clustered indexes with enforced declarative referential integrity are included in the script. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to script non-clustered indexes with enforced declarative referential integrity.If True, non-clustered indexes are included in the script.If False (default), non-clustered indexes are not included in the script.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DriPrimaryKey">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether dependency relationships defined in primary keys with enforced declarative referential integrity are included in the script.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to script primary keys with enforced declarative referential integrity.If True, primary keys are included in the script.If False (default), primary keys are not included in the script.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DriUniqueKeys">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether dependency relationships defined in unique keys with enforced declarative referential integrity are included in the script.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to script unique keys with enforced declarative referential integrity.If True, unique keys are included in the script.If False (default), unique keys are not included in the script.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DriWithNoCheck">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the no check statement is included in the script.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to script the no check statement.If True, no check statements are included in the script.If False (default), no check statements are not included in the script.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.Encoding">
			<summary>Gets or sets the encoding for the scripting options.</summary>
			<returns>An <see cref="T:System.Text.Encoding"></see> object that specifies the encoding for the scripting options</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.EnforceScriptingOptions">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the application of all scripting options is enforced for text-based objects, such as SchemaQualify.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the application of all scripting options is enforced for text-based objects.If True, the application of all scripting options is enforced for text-based objects.If False (default), object text is scripted out without any modification.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.ExtendedProperties">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether extended object properties are included in the generated script.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether extended object properties are included in the generated script.If True, extended object properties are included in the generated script.If False (default), extended object properties are not included in the generated script.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.FileName">
			<summary>Gets or sets the name of the file to which the generated script is output.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the file to which the generated script is output.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.FullTextCatalogs">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether full-text catalogs are included in the generated script.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether full-text catalogs are included in the generated script.If True, full-text catalogs are included in the generated script.If False (default), full-text catalogs are not included in the generated script.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.FullTextIndexes">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether full-text indexes are included in the generated script.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether full-text indexes are included in the generated script.If True, full-text indexes are included in the generated script.If False (default), full-text indexes are not included in the generated script.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.IncludeDatabaseContext">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the database context is included in the generated script.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether database context is included in the generated script.If True, the database context are included in the generated script.If False (default), the database context are not included in the generated script.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.IncludeHeaders">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the generated script is prefixed with a header containing information including the date and time of generation.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include header information at the beginning of the generated script.If True, header information is included.If False (default), header information is not included.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.IncludeIfNotExists">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether to check the existence of an object before including it in the script.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to check whether an objects exists before including it in the script.If True, the existence of an object is verified before including it in the script.If False (default), the existence of an object is not verified before including it in the script.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.Indexes">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether indexes are included in the generated script.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether indexes are included in the generated script.If True, indexes are included in the generated script.If False (default), indexes are not included in the generated script.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.LoginSid">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the security identifiers are included for any scripted logins in the generated script.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the security identifiers are included for any scripted logins in the generated script.If True, the security identifiers are included for any scripted logins in the generated script.If False (default), the security identifiers are not included for any scripted logins in the generated script.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoAssemblies">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether assemblies are included in the generated script.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether assemblies are included in the generated script.If True, assemblies are not included in the generated script.If False (default), assemblies are included in the generated script.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoCollation">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the collection in the generated script if the server is running SQL Server 7.0 or later.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the collation clause in the script.If True, the collation clause is not included.If False (default), the collation clause is included.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoCommandTerminator">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether individual Transact-SQL statements are delimited in the generated script.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether individual Transact-SQL statements are delimited in the generated script.If True, individual Transact-SQL statements are not delimited in the generated script.If False (default), individual Transact-SQL statements are delimited using the connection-specific command terminator.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoExecuteAs">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the EXECUTE AS options for stored procedures and user-defined functions are included in the script.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the EXECUTE AS options for stored procedures and user-defined functions are included in the script.If True, the EXECUTE AS options for stored procedures and user-defined functions are not included in the script.If False (default), the EXECUTE AS options for stored procedures and user-defined functions are included in the script.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoFileGroup">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the 'ON &lt;filegroup&gt;' clause in the generated script.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the file group clause in the generated script.If True, the file group clause is not included in the script.If False (default), the file group clause is included in the script.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoIdentities">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether definitions of identity property seed and increment are included in the generated script.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether definitions of identity property seed and increment are included in the generated script.If True, definitions of identity property seed and increment are not included in the generated script.If False (default), definitions of identity property seed and increment are included in the generated script.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoIndexPartitioningSchemes">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether partition schemes for indexes are included in the generated script.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether partition schemes for indexes are included in the generated script.If True, partition schemes for indexes are not included in the generated script.If False (default), partition schemes for indexes are included in the generated script.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoMailProfileAccounts">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether mail accounts referenced by mail profiles are included in the generated script.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether mail accounts referenced by mail profiles are included in the generated script.If True, mail accounts referenced by mail profiles are not included in the generated script.If False (default), mail accounts referenced by mail profiles are included in the generated script.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoMailProfilePrincipals">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether principals referenced by mail profiles are included in the generated script.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether mail accounts referenced by principals are included in the generated script.If True, principals referenced by mail profiles are not included in the generated script.If False (default), principals referenced by mail profiles are included in the generated script.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NonClusteredIndexes">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether non-clustered indexes are included in the generated script.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether non-clustered indexes are included in the generated script.If True, non-clustered indexes are included in the generated script.If False (default), non-clustered indexes are not included in the generated script.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoTablePartitioningSchemes">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether partition schemes for tables are included in the generated script.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether partition schemes for tables are included in the generated script.If True, partition schemes for tables are not included in the generated script.If False (default), partition schemes for tables are included in the generated script.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoVardecimal">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether vardecimal data types are included in the script.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether vardecimal data types are included in the generated script.If True, vardecimal data types are not included in the generated script.If False (default), vardecimal data types are included in the generated script.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoViewColumns">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the specified columns for a view.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the columns for a view.If True, the columns for a view are not included in the generated script.If False (default), the columns for a view are included in the generated script.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoXmlNamespaces">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether XML namespaces are included in the generated script.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether XML namespaces are included in the generated script.If True, XML namespaces are not included in the generated script.If False (default), XML namespaces are included in the generated script.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.OptimizerData">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether script optimizer data for the referenced objects are included in the generated script.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether script optimizer data for the referenced objects are included in the generated script.If True, whether script optimizer data for the referenced objects is included in the generated script.If False (default), script optimizer data for the referenced objects is not included in the generated script.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.Permissions">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to all permissions in the generated script. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include all permissions in the generated script.If True, all permissions are included in the script.If False (default), no permissions are included in the script.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.PrimaryObject">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the creation of the referenced object is included in the generated script. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the creation of the referenced object is included in the generated script.If True, the Transact-SQL CREATE statement for the referenced object is included in the generated script.If False (default), the Transact-SQL CREATE statement for the referenced object is not included in the generated script. The script only contains statements that modify the object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.SchemaQualify">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether objects with no schema are included in the generated script. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether objects with no schema are included in the generated script.If True, objects with no schema are not included in the generated script.If False (default), object objects with no schema are included in the generated script.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.SchemaQualifyForeignKeysReferences">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether schema qualify table references for foreign key constraints are included in the generated script. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether schema qualify table references for foreign key constraints are included in the generated script.If True, schema qualify table references for foreign key constraints are included in the generated script.If False (default), schema qualify table references for foreign key constraints are not included in the generated script.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.ScriptDrops">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the script operation generates a Transact-SQL script to remove the referenced component. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include drop clauses to remove objects in the generated script.If True, the script operation generates a Transact-SQL script to remove the referenced component.If False (default), the script operation generates a Transact-SQL script to create the referenced component.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.Statistics">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether statistics for any table or view that is included in the generated script. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include statistics for any table or view that is included in the generated script.If True, the script operation generates a Transact-SQL script to remove the referenced component.If False (default), the script operation generates a Transact-SQL script to create the referenced component.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.TargetServerVersion">
			<summary>Gets or sets the version of the instance of SQL Server for which the generated script is intended.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlServerVersion"></see> object value that specifies the version of the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.TimestampToBinary">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to convert timestamp data types to a binary(8) data types when scripting the creation of a table or user defined data type.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to convert timestamp data types to binary(8) data types.If True, timestamp data types are converted to binary(8) data types.If False (default), timestamp data types are not converted to binary(8) data types.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.ToFileOnly">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to output to file only or to generate string output also. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to output to file only or to generate string output also.If True, the generated script is output to file only.If False (default), the generated script is output to screen and to file.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.Triggers">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the definition for triggers in the generated script. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the definition of triggers in the generated script.If True, the trigger definitions are included in the script.If False (default), the trigger definitions are not included in the script.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.WithDependencies">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include all dependent objects in the generated script.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include all dependent objects in the generated script.If True, all dependent object are included in the script.If False (default), all dependent objects are not included in the script.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.XmlIndexes">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether XML indexes are included in the generated script.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether XML indexes are included in the generated script.If True, XML indexes are included in the generated script.If False (default), all XML indexes are not included in the generated script.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase"></see> is a base class that is inherited by classes that have the ability to use an alternative name used in scripting operations.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.CleanObject">
			<summary>Cleans the referenced object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.ForceTextModeOnTextBody">
			<summary>Enforces text mode on the text body.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the method was successful.If True, the text mode was enforced on the text body.If False, the text mode was not enforced on the text body.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.GetIsTextDirty">
			<summary>Determines whether the text value is consistent with stored value.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the text value is consistent with the stored text value.If True, the text value is consistent with the stored text value.If False, the text value is not consistent with the stored text value.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.GetTextBody">
			<summary>Returns the text body.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the text body.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.GetTextBody(System.Boolean)">
			<summary>Returns the text body.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the text body.</returns>
			<param name="forScripting">A <see cref="T:System.Boolean"></see> value that specifies whether the text body is to be used for scripting.If True, the text body is for scripting.If False, the text body is not for scripting.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.GetTextForScript(Microsoft.SqlServer.Management.Smo.ScriptingOptions,System.Boolean,System.String[])">
			<summary>Gets the text for scripting.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the text for scripting.</returns>
			<param name="forCreate">A <see cref="T:System.Boolean"></see> value that specifies whether the text is used in the creation of an object.If True, the text is used for the creation of an object.If False, the text is not used for creation.</param>
			<param name="expectedObjectTypes">A <see cref="T:System.String"></see> array that specifies the expected object types.</param>
			<param name="so">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that specifies the scripting options used for scripting the text.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.GetTextHeader(System.Boolean)">
			<summary>Returns the text header.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the text header.</returns>
			<param name="forAlter">A <see cref="T:System.Boolean"></see> value that specifies whether the text header is used in the alteration of an object.If True, the text header is used in the alteration of an object.If False, the text header is not used in the alteration of an object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.GetTextMode">
			<summary>Determines whether the script name is using text mode.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the script name is using text mode.If True, the script name is using text mode.If False, the script name is not using text mode.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.IsObjectDirty">
			<summary>Determines whether the referenced object is consistent with the stored object.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the referenced object is consistent with the stored object.If True, the object is not consistent with the stored object.If False, the object is consistent with the stored object.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.Refresh">
			<summary>Refreshes the script name.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.SetCollectionTextMode(System.Boolean,Microsoft.SqlServer.Management.Smo.SmoCollectionBase)">
			<summary>Sets the collection text mode.</summary>
			<param name="newTextModeVal">A <see cref="T:System.Boolean"></see> value that specifies the new text mode value.</param>
			<param name="coll">A <see cref="T:Microsoft.SqlServer.Management.Smo.SmoCollectionBase"></see> object that specifies the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.SetTextBody(System.String)">
			<summary>Specifies the text body.</summary>
			<param name="textBody">A <see cref="T:System.String"></see> value that specifies the text body.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.SetTextHeader(System.String)">
			<summary>Specifies the text header.</summary>
			<param name="textHeader">A <see cref="T:System.String"></see> value that specifies the text header.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.SetTextMode(System.Boolean,Microsoft.SqlServer.Management.Smo.SmoCollectionBase[])">
			<summary>Specifies the text mode.</summary>
			<param name="collList">A <see cref="T:Microsoft.SqlServer.Management.Smo.SmoCollectionBase"></see> object value that specifies the SQL Server Management Objects (SMO) collection.</param>
			<param name="textMode">A <see cref="T:System.Boolean"></see> value that specifies the text mode.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.SwitchTextMode(System.Boolean,Microsoft.SqlServer.Management.Smo.SmoCollectionBase[])">
			<summary>Switches the text mode.</summary>
			<param name="collList">An <see cref="T:Microsoft.SqlServer.Management.Smo.SmoCollectionBase"></see> object that specifies the SQL Server Management Objects (SMO) collection.</param>
			<param name="newTextModeVal">A <see cref="T:System.String"></see> value that specifies the new text mode.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ScriptOption">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object represents the MicrosoftSQL Server script options that can be included in a scripting options set using the <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptOption.GetHashCode">
			<summary>Returns the hash code for this object.</summary>
			<returns>A <see cref="T:System.Int32"></see> value that specifies the hash code.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptOption.op_Addition(Microsoft.SqlServer.Management.Smo.ScriptOption,Microsoft.SqlServer.Management.Smo.ScriptOption)">
			<summary>Creates a set of scripting options by performing an addition operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> objects.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that specifies a set of scripting options.</returns>
			<param name="leftOption">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that specifies the script options.</param>
			<param name="rightOption">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that specifies the script options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptOption.op_BitwiseOr(Microsoft.SqlServer.Management.Smo.ScriptOption,Microsoft.SqlServer.Management.Smo.ScriptOption)">
			<summary>Creates a set of scripting options by performing a bitwise OR operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> objects.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that specifies a set of scripting options.</returns>
			<param name="leftOption">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that specifies the script options.</param>
			<param name="rightOption">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that specifies the script options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.AgentAlertJob">
			<summary>Gets an object that specifies whether to include SQL Server Agent alerts and jobs in the script. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.AgentAlertJob"></see> in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.AgentJobId">
			<summary>Gets an object that specifies whether to include SQL Server Agent alerts and jobs in the script. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.AgentJobId"></see> in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.AgentNotify">
			<summary>Gets an object that specifies whether to include notifications for any SQL Server Agent alerts that in the script. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.AgentNotify"></see> in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.AllowSystemObjects">
			<summary>Gets an object that specifies whether system objects can be scripted or not. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.AllowSystemObjects"></see> in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.AnsiFile">
			<summary>Gets an object that specifies whether the script uses multibyte characters and requires code page 1252 to evaluate characters meaning.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.AnsiFile"></see> in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.AnsiPadding">
			<summary>Gets an object that specifies whether the generated script contains the Transact-SQL statements SET ANSI-PADDING ON and SET ANSI-PADDING OFF before and after the CREATE TABLE statement, respectively.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.AnsiPadding"></see> in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.AppendToFile">
			<summary>Gets an object that specifies whether the script is appended to the end of the output file or overwrites it.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.AppendToFile"></see> in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.Bindings">
			<summary>Gets an object that specifies whether the binding statements sp_binddefault and sp_bindrule are included in the generated script. This property applies only when scripting a MicrosoftSQL Server table.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.Bindings"></see> in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.ClusteredIndexes">
			<summary>Gets an object that specifies whether statements that define clustered indexes are included in the generated script. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.ClusteredIndexes"></see> in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.ContinueScriptingOnError">
			<summary>Gets an object value that specifies whether the scripting operation continues after an error is encountered.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.ContinueScriptingOnError"></see>in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.ConvertUserDefinedDataTypesToBaseType">
			<summary>Gets an object value that specifies whether user-defined data types are converted to the most appropriate MicrosoftSQL Server base data types in the generated script. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.ConvertUserDefinedDataTypesToBaseType"></see>in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.DdlBodyOnly">
			<summary>Gets an object value that specifies whether to script only the text definition for data definition language (DDL) objects that have a text body, such as stored procedures and triggers. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DdlBodyOnly"></see> in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.DdlHeaderOnly">
			<summary>Gets an object value that specifies whether to script only the header information for data definition language (DDL) objects that have a text body, such as stored procedures and triggers. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DdlHeaderOnly"></see>in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.Default">
			<summary>Gets an object value that specifies whether the creation of the referenced object is included in the generated script. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.Default"></see> in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.DriAll">
			<summary>Gets an object value that specifies whether the DRI objects are included in the generated script.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DriAll"></see>in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.DriAllConstraints">
			<summary>Gets an object value that specifies whether all DRI constraints are included in the generated script.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DriAllConstraints"></see>in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.DriAllKeys">
			<summary>Gets an object value that specifies whether all DRI keys (DriForeignKeys, DriPrimaryKey, DriUniqueKeys) are included in the generated script.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DriAllKeys"></see>in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.DriChecks">
			<summary>Gets an object value that specifies whether column-specific dependency relationships defined in check constraints with enforced declarative referential integrity are included in the script.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DriChecks"></see>in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.DriClustered">
			<summary>Gets an object value that specifies whether dependency relationships defined in clustered indexes with enforced declarative referential integrity are included in the script.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DriClustered"></see>in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.DriDefaults">
			<summary>Gets an object value that specifies whether dependency relationships defined in defaults with enforced declarative referential integrity are included in the script.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DriDefaults"></see>in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.DriForeignKeys">
			<summary>Gets an object value that specifies whether dependency relationships defined in foreign keys with enforced declarative referential integrity are included in the script.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DriForeignKeys"></see> in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.DriIncludeSystemNames">
			<summary>Gets an object value that specifies whether the system generated constraint names used to enforce declarative referential integrity are included in the script.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DriIncludeSystemNames"></see>in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.DriIndexes">
			<summary>Gets an object value that specifies whether PRIMARY KEY constraints using a unique index to implement the declarative referential integrity are included in the generated script. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DriIndexes"></see>in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.DriNonClustered">
			<summary>Gets an object value that specifies whether dependency relationships defined in non-clustered indexes with enforced declarative referential integrity are included in the script. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DriNonClustered"></see>in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.DriPrimaryKey">
			<summary>Gets an object value that specifies whether dependency relationships defined in primary keys with enforced declarative referential integrity are included in the script.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DriPrimaryKey"></see>in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.DriUniqueKeys">
			<summary>Gets an object value that specifies whether dependency relationships defined in unique keys with enforced declarative referential integrity are included in the script.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DriUniqueKeys"></see>in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.DriWithNoCheck">
			<summary>Gets an object value that specifies whether the no check statement is included in the script.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DriWithNoCheck"></see>in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.EnforceScriptingOptions">
			<summary>Gets an object value that specifies whether the application of all scripting options is enforced for text base objects, such as SchemaQualify.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.EnforceScriptingOptions"></see>in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.ExtendedProperties">
			<summary>Gets an object value that specifies whether extended object properties are included in the generated script.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.ExtendedProperties"></see> in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.FullTextCatalogs">
			<summary>Gets an object value that specifies whether full-text catalogs are included in the generated script.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.FullTextCatalogs"></see> in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.FullTextIndexes">
			<summary>Gets an object value that specifies whether full-text indexes are included in the generated script.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.FullTextIndexes"></see> in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.IncludeDatabaseContext">
			<summary>Gets an object value that specifies whether database content is included in the generated script.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.IncludeDatabaseContext"></see>in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.IncludeDatabaseRoleMemberships">
			<summary>Gets an object value that specifies whether information about database role memberships is included in the generated script.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.IncludeDatabaseRoleMemberships"></see>in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.IncludeHeaders">
			<summary>Gets an object that specifies whether the generated script is prefixed with a header containing information including the date and time of generation.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.IncludeHeaders"></see>in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.IncludeIfNotExists">
			<summary>Gets an object that specifies whether to check the existence of an object before including it in the script.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.IncludeIfNotExists"></see>in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.Indexes">
			<summary>Gets an object that specifies whether indexes are included in the generated script.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.ClusteredIndexes"></see>in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.LoginSid">
			<summary>Gets an object value that specifies whether assemblies are included in the generated script.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.LoginSid"></see> in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.NoAssemblies">
			<summary>Gets an object that specifies whether assemblies are excluded from the generated script.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoAssemblies"></see>in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.NoCollation">
			<summary>Gets an object value that specifies whether to include the collection in the generated script if the server is running SQL Server 7.0 or later.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoCollation"></see>in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.NoCommandTerminator">
			<summary>Gets an object value that specifies whether individual Transact-SQL statements are delimited in the generated script.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoCommandTerminator"></see>in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.NoExecuteAs">
			<summary>Gets an object value that specifies whether the EXECUTE AS options for stored procedures and user-defined functions are included in the script.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoExecuteAs"></see>in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.NoFileGroup">
			<summary>Gets an object value that specifies whether to include the 'ON &lt;filegroup&gt;' clause in the generated script.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoFileGroup"></see>in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.NoIdentities">
			<summary>Gets an object value that specifies whether definitions of identity property seed and increment are included in the generated script.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoIdentities"></see>in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.NoIndexPartitioningSchemes">
			<summary>Gets an object value that specifies whether partition schemes for indexes are included in the generated script.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoIndexPartitioningSchemes"></see>in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.NoMailProfileAccounts">
			<summary>Gets an object value that specifies whether mail accounts referenced by mail profiles are included in the generated script.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoMailProfileAccounts"></see>in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.NoMailProfilePrincipals">
			<summary>Gets an object value that specifies whether principals referenced by mail profiles are excluded from the generated script.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoMailProfilePrincipals"></see>in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.NonClusteredIndexes">
			<summary>Gets an object value that specifies whether non-clustered indexes are included in the generated script.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NonClusteredIndexes"></see> in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.NoTablePartitioningSchemes">
			<summary>Gets an object value that specifies whether partition schemes for tables are included in the generated script.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoTablePartitioningSchemes"></see>in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.NoVardecimal">
			<summary>Gets an object value that specifies whether to include the vardecimal data types in the generated script.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoVardecimal"></see>in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.NoViewColumns">
			<summary>Gets an object value that specifies whether to include the specified columns for a view.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoViewColumns"></see>in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.NoXmlNamespaces">
			<summary>Gets an object value that specifies whether XML namespaces are included in the generated script.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents the no XML namespaces option that can be included in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.OptimizerData">
			<summary>Gets an object value that specifies whether script optimizer data for the referenced objects are included in the generated script.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.OptimizerData"></see> in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.Permissions">
			<summary>Gets an object value that specifies whether to all permissions in the generated script. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.Permissions"></see> in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.PrimaryObject">
			<summary>Gets an object value that specifies whether the creation of the referenced object is included in the generated script. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.PrimaryObject"></see> in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.SchemaQualify">
			<summary>Gets an object value that specifies whether the script contains object with no schema. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.SchemaQualify"></see>in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.SchemaQualifyForeignKeysReferences">
			<summary>Gets an object value that specifies whether tables with no schema that are referenced by a foreign key are included in the generated script. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.SchemaQualifyForeignKeysReferences"></see>in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.Statistics">
			<summary>Gets an object value that specifies whether statistics are generated for any table or view included in the generated script. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.Statistics"></see>in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.TimestampToBinary">
			<summary>Gets an object value that specifies whether to convert timestamp data types to a binary(8) data types when scripting the creation of a table or user defined data type.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.TimestampToBinary"></see>in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.ToFileOnly">
			<summary>Gets an object value that specifies whether to output to file only or to generate string output too. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.ToFileOnly"></see>d in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.Triggers">
			<summary>Gets an object value that specifies whether to include the definition for triggers in the generated script. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.Triggers"></see> in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.WithDependencies">
			<summary>Gets an object value that specifies whether to include all dependent objects in the generated script.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.WithDependencies"></see> in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.XmlIndexes">
			<summary>Gets an object value that specifies whether XML indexes are included in the generated script.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption"></see> object that represents <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.XmlIndexes"></see> in the scripting options.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ScriptSchemaObjectBase">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptSchemaObjectBase"></see> is a base class that is inherited by classes that have the ability to use an alternative name used in scripting operations.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptSchemaObjectBase.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptSchemaObjectBase"></see> class. </summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptSchemaObjectBase.Schema">
			<summary>Gets or sets the schema.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the schema.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Server">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object represents an instance of MicrosoftSQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.#ctor(Microsoft.SqlServer.Management.Common.ServerConnection)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> class based on the specified connection.</summary>
			<param name="cc">A <see cref="T:Microsoft.SqlServer.Management.Common.ServerConnection"></see> object value that specifies the connection to the instance of MicrosoftSQL Server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.#ctor(System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> class with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the instance of MicrosoftSQL Server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object property changes on the instance of MicrosoftSQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.AttachDatabase(System.String,System.Collections.Specialized.StringCollection)">
			<summary>Attaches an existing database that is made up of one or more files to the instance of MicrosoftSQL Server with the specified name and using the specified data files. </summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the database to be attached. </param>
			<param name="files">A <see cref="T:System.Collections.Specialized.StringCollection"></see> object value that contains a list database files.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.AttachDatabase(System.String,System.Collections.Specialized.StringCollection,System.String)">
			<summary>Attaches an existing database that is made up of one or more files to the instance of MicrosoftSQL Server with the specified name and using the specified data files. </summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the database to be attached. </param>
			<param name="files">A <see cref="T:System.Collections.Specialized.StringCollection"></see> object value that contains a list database files.</param>
			<param name="login">A <see cref="T:System.String"></see> value that specifies the new owner of the database.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.CompareUrn(Microsoft.SqlServer.Management.Smo.Urn,Microsoft.SqlServer.Management.Smo.Urn)">
			<summary>Compares two Uniform Resource Name (URN) addresses.</summary>
			<returns>A System.Int32 value that is 0 when the URN values relate to the same SQL Server object, and -1 when they do not relate to the same object.</returns>
			<param name="urn2">A <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> object that specifies the second URN address.</param>
			<param name="urn1">A <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> object that specifies the first URN address.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.DeleteBackupHistory(System.DateTime)">
			<summary>Deletes the backup history for this instance of MicrosoftSQL Server up until the specified date and time.</summary>
			<param name="oldestDate">A <see cref="T:System.DateTime"></see> system object value that specifies the date and time before which to delete the backup history.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.DeleteBackupHistory(System.Int32)">
			<summary>Deletes the backup history for the specified media set.</summary>
			<param name="mediaSetID">An <see cref="T:System.Int32"></see> value that specifies the index number of the media set for which the backup history is deleted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.DeleteBackupHistory(System.String)">
			<summary>Deletes the backup history for the specified database.</summary>
			<param name="database">A <see cref="T:System.String"></see> value that specifies the name of the database for which the backup history is deleted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.Deny(Microsoft.SqlServer.Management.Smo.ServerPermissionSet,System.String)">
			<summary>Denies the specified set of permissions for the specified grantee on the instance of MicrosoftSQL Server.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied the specified set of permissions on the instance of MicrosoftSQL Server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.Deny(Microsoft.SqlServer.Management.Smo.ServerPermissionSet,System.String[])">
			<summary>Denies the specified set of permissions for the specified grantees on the instance of MicrosoftSQL Server.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied the specified set of permissions on the instance of MicrosoftSQL Server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.Deny(Microsoft.SqlServer.Management.Smo.ServerPermissionSet,System.String,System.Boolean)">
			<summary>Denies the specified set of permissions for the specified grantee and other users that the grantee granted the specified set of permissions on the instance of MicrosoftSQL Server.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the instance of MicrosoftSQL Server.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied the specified set of permissions on the instance of MicrosoftSQL Server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.Deny(Microsoft.SqlServer.Management.Smo.ServerPermissionSet,System.String[],System.Boolean)">
			<summary>Denies the specified set of permissions for the specified grantees and other users that the grantee granted the specified set of permissions on the instance of MicrosoftSQL Server.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the instance of MicrosoftSQL Server.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.DetachDatabase(System.String,System.Boolean)">
			<summary>Detaches the specified database from the instance of MicrosoftSQL Server with the option to update statistics before the database is detached.</summary>
			<param name="updateStatistics">A <see cref="T:System.Boolean"></see> value that specifies whether to update the statistics for the database before detaching it.If True, statistics are updated.If False, statistics are not updated.</param>
			<param name="databaseName">A <see cref="T:System.String"></see> value that specifies the name of the database to be detached.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.DetachDatabase(System.String,System.Boolean,System.Boolean)">
			<summary>Detaches the specified database from the instance of MicrosoftSQL Server with the option to update statistics before the database is detached.</summary>
			<param name="updateStatistics">A <see cref="T:System.Boolean"></see> value that specifies whether to update the statistics for the database before detaching it.If True, statistics are updated.If False, statistics are not updated.</param>
			<param name="removeFulltextIndexFile">A <see cref="T:System.Boolean"></see> value that specifies whether to remove a full-text index file before detaching the database.If True, the full-text index file is removed.If False, the full-text index file is not removed.</param>
			<param name="databaseName">A <see cref="T:System.String"></see> value that specifies the name of the database to be detached.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.DetachedDatabaseInfo(System.String)">
			<summary>Returns information about a detached database file.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> system object value that contains a list of information about a detached database file. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. ColumnData typeDescriptionDatabaseName<see cref="T:System.String"></see>The name of the database.DatabaseVersion<see cref="T:System.String"></see>The version of the database.Collation<see cref="T:System.String"></see>The number of the collation that is used with the database.</returns>
			<param name="mdfName">A <see cref="T:System.String"></see> value that specifies the detached database file.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumAvailableMedia">
			<summary>Enumerates a list of media that is visible to the instance of MicrosoftSQL Server on the local area network.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains the available media information. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. Column Data type Description Name<see cref="T:System.String"></see>The name of the drive.LowFree<see cref="T:System.Int32"></see>The low order double word of available media resource.HighFree<see cref="T:System.Int32"></see>The high order double word of available media resourceMediaTypes<see cref="T:System.Int32"></see>The media type. See <see cref="T:Microsoft.SqlServer.Management.Smo.MediaTypes"></see>.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumAvailableMedia(Microsoft.SqlServer.Management.Smo.MediaTypes)">
			<summary>Enumerates a list of media that is visible to the instance of MicrosoftSQL Server on the local area network and limited to the type of media specified.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains the available media information. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. Column Data type Description Name<see cref="T:System.String"></see>The name of the drive.LowFree<see cref="T:System.Int32"></see>The low order double word of available media resource.HighFree<see cref="T:System.Int32"></see>The high order double word of available media resourceMediaTypes<see cref="T:System.Int32"></see>The media type. See <see cref="T:Microsoft.SqlServer.Management.Smo.MediaTypes"></see>.</returns>
			<param name="media">A <see cref="T:Microsoft.SqlServer.Management.Smo.MediaTypes"></see> object value that specifies the type of media to which the results are limited.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumCollations">
			<summary>Enumerates a list of collations supported by the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains the collation information. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. Column Data type Description Urn<see cref="T:System.String"></see>The URN string that identifies the collation. Name<see cref="T:System.String"></see>The name of the collation. See fn_helpcollations (Transact-SQL).CodePage<see cref="T:System.Int32"></see>The code page of the collation. See Collation and Code Page Architecture.LocaleID<see cref="T:System.Int32"></see>The locale of the collation. See sys.syslanguages (Transact-SQL).ComparisonStyle<see cref="T:System.Int32"></see>The comparison style made up of the sum of the following styles, Case insensitivity = 1, Accent insensitivity = 2, Kana type insensitivity = 64436, Width insensitivity = 131072.Description<see cref="T:System.String"></see>The description of the collation.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumDatabaseMirrorWitnessRoles">
			<summary>Enumerates a list of database mirror witness roles.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains the database mirror witness role information.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumDatabaseMirrorWitnessRoles(System.String)">
			<summary>Enumerates a list of mirror witness roles for the specified database.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains the database mirror witness role information.</returns>
			<param name="database">A <see cref="T:System.String"></see> value that specifies database for which to return mirror witness roles information.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumDetachedDatabaseFiles(System.String)">
			<summary>Enumerates a list of detached database files.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of detached database file names.</returns>
			<param name="mdfName">A <see cref="T:System.String"></see> value that specifies the file name for which to limit the results.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumDetachedLogFiles(System.String)">
			<summary>Enumerates a list of detached log files.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of detached log file names.</returns>
			<param name="mdfName">A <see cref="T:System.String"></see> value that specifies the file name for which to limit the results.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumDirectories(System.String)">
			<summary>Enumerates a list of directories relative to the specified path.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> system object value that contains a list of directories relative to the specified path. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. Column Data type Description Name<see cref="T:System.String"></see>The name of the directory relative to the specified path.</returns>
			<param name="path">A <see cref="T:System.String"></see> value that specifies an operating system path.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumErrorLogs">
			<summary>Enumerates a list of MicrosoftSQL Server error log files.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> system object value that contains a list of SQL Server error log files. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. Column Data type Description Urn<see cref="T:System.String"></see>The URN string that identifies the error log. "Server[@Name='MYSERVER']/ErrorLog[@ArchiveNo='2']".Name<see cref="T:System.String"></see>The name of the error log file.Archive Number<see cref="T:System.Int32"></see>The archive number that denotes the chronological sequence that the error log was created. 0 for the most recent error log, and 1 is the next most recent.Create Date<see cref="T:System.DateTime"></see>The date and time when the error log was created.Size<see cref="T:System.Int32"></see>The size of the error log file in bytes.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumLocks">
			<summary>Enumerates a list of current locks held on the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> system object value that contains a list of current locks held by the specified process on the instance of SQL Server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. Column Data type Description RequestorSpid<see cref="T:System.Int32"></see>The SQL Server process ID that uniquely identifies the process requesting the lock.LockType<see cref="T:System.String"></see>The type of lock. See req_mode in sys.syslockinfo (Transact-SQL).Database<see cref="T:System.String"></see>The name of the database that contains the lock.Schema<see cref="T:System.String"></see>The schema of the locked resource.Table<see cref="T:System.String"></see>The table that contains the lock.Index<see cref="T:System.String"></see>The index that contains the lock.Status<see cref="T:System.Int32"></see>The status of the lock. 1 for Grant, 2 for Convert, and 3 for Wait.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumLocks(System.Int32)">
			<summary>Enumerates a list of current locks held by the specified process on the instance of MicrosoftSQL Server.</summary>
			<returns>Updated text:A <see cref="T:System.Data.DataTable"></see> system object value that contains a list of current locks held by the specified process on the instance of SQL Server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. Column Data type Description RequestorSpid<see cref="T:System.Int32"></see>The SQL Server process ID that uniquely identifies the process requesting the lock.LockType<see cref="T:System.String"></see>The type of lock. See req_mode in sys.syslockinfo (Transact-SQL).Database<see cref="T:System.String"></see>The name of the database that contains the lock.Schema<see cref="T:System.String"></see>The schema of the locked resource.Table<see cref="T:System.String"></see>The table that contains the lock.Index<see cref="T:System.String"></see>The index that contains the lock.Status<see cref="T:System.Int32"></see>The status of the lock. 1 for Grant, 2 for Convert, and 3 for Wait.</returns>
			<param name="processId">An <see cref="T:System.Int32"></see> value that specifies the system ID value that uniquely identifies the process.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumMembers(Microsoft.SqlServer.Management.Smo.RoleTypes)">
			<summary>Enumerates a list of members of server roles and database roles on the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> object value that contains a list of members and the roles to which they belong. </returns>
			<param name="roleType">A <see cref="T:Microsoft.SqlServer.Management.Smo.RoleTypes"></see> object value that specifies the type of role of which to limit the results.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumObjectPermissions">
			<summary>Enumerates a list of object permissions for the instance of MicrosoftSQL Server.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the instance of SQL Server. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of object permissions for a specified permission on the instance of MicrosoftSQL Server.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified permission on the instance of SQL Server. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumObjectPermissions(System.String)">
			<summary>Enumerates a list of object permissions for a specified grantee on the application instance of MicrosoftSQL Server.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified grantee on the instance of SQL Server. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of object permissions for a specified grantee and a specified permission on the instance of MicrosoftSQL Server.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified grantee and permission on the instance of SQL Server. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumPerformanceCounters">
			<summary>Enumerates a list of performance counters that are supported by the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a list of performance counters supported by the instance of SQL Server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. Column Data type Description ObjectName<see cref="T:System.String"></see>The name of the performance counter object. The SqlServer.ExecStatistics object, for example.CounterName<see cref="T:System.String"></see>The name of the performance counter. The Distributed Query counter, for example.InstanceName<see cref="T:System.String"></see>The name of the measurement to be taken. The Exec started per second instance, for example.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumPerformanceCounters(System.String)">
			<summary>Enumerates a list of performance counters that are supported by the instance of MicrosoftSQL Server for a specified object.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a list of performance counters supported by the instance of SQL Server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. Column Data type Description ObjectName<see cref="T:System.String"></see>The name of the performance counter object. The SqlServer.ExecStatistics object, for example.CounterName<see cref="T:System.String"></see>The name of the performance counter. The Distributed Query counter, for example.InstanceName<see cref="T:System.String"></see>The name of the measurement to be taken. The Exec started per second instance, for example.</returns>
			<param name="objectName">A <see cref="T:System.String"></see> value that specifies the object on which to limit the results.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumPerformanceCounters(System.String,System.String)">
			<summary>Enumerates a list of performance counters that are supported by the instance of MicrosoftSQL Server for a specified object and specified counter.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a list of performance counters supported by the instance of SQL Server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. Column Data type Description ObjectName<see cref="T:System.String"></see>The name of the performance counter object. The SqlServer.ExecStatistics object, for example.CounterName<see cref="T:System.String"></see>The name of the performance counter. The Distributed Query counter, for example.InstanceName<see cref="T:System.String"></see>The name of the measurement to be taken. The Exec started per second instance, for example.</returns>
			<param name="counterName">A <see cref="T:System.String"></see> value that specifies the counter name on which to limit the results.</param>
			<param name="objectName">A <see cref="T:System.String"></see> value that specifies the object on which to limit the results.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumPerformanceCounters(System.String,System.String,System.String)">
			<summary>Enumerates a list of performance counters that are supported by the instance of MicrosoftSQL Server for a specified object, for a specified counter, and on the specified instance of SQL Server.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a list of performance counters supported by the instance of SQL Server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. Column Data type Description ObjectName<see cref="T:System.String"></see>The name of the performance counter object. The SqlServer.ExecStatistics object, for example.CounterName<see cref="T:System.String"></see>The name of the performance counter. The Distributed Query counter, for example.InstanceName<see cref="T:System.String"></see>The name of the measurement to be taken. The Exec started per second instance, for example.</returns>
			<param name="instanceName">A <see cref="T:System.String"></see> value that specifies the instance of SQL Server.</param>
			<param name="counterName">A <see cref="T:System.String"></see> value that specifies the counter name on which to limit the results.</param>
			<param name="objectName">A <see cref="T:System.String"></see> value that specifies the object on which to limit the results.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumProcesses">
			<summary>Enumerates a list of processes running on the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a list of processes running on the instance of SQL Server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. Column Data type Description Urn<see cref="T:System.String"></see>The URN string that represents the process. "Server[@Name='PCNAME']/Process[@Spid='51']", for example.Name<see cref="T:System.String"></see>The name of the process.Spid<see cref="T:System.Int32"></see>The SQL Server process ID that uniquely identifies the process, see sys.sysprocesses (Transact-SQL).Login<see cref="T:System.String"></see>The login running the process.Host<see cref="T:System.String"></see>The name of the computer on which the process is running.Status<see cref="T:System.String"></see>The status of the process. Running and sleeping, for example.Command<see cref="T:System.String"></see>The command currently being executed.Database<see cref="T:System.String"></see>The database is which the process is running.Cpu<see cref="T:System.Int32"></see>The cumulative time taken by the process in seconds. See sys.sysprocesses (Transact-SQL).MemUsage<see cref="T:System.Int32"></see>The number of pages in the procedure cache that are currently allocated to the process. A negative number indicates that the process is freeing up memory allocated by another process.BlockingSpid<see cref="T:System.Int16"></see>The SQL Server procedure ID of the procedure that is blocking the referenced procedure..IsSystem<see cref="T:System.Boolean"></see>The value that specifies whether the process is a system process or not.Program<see cref="T:System.String"></see>The name of the program the process ExecutionContextID<see cref="T:System.Int16"></see>The ID value that uniquely identifies the execution context under which the process is running.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumProcesses(System.Boolean)">
			<summary>Enumerates a list of processes running on the instance of MicrosoftSQL Server with the option to exclude system processes.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a list of processes running on the instance of SQL Server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. Column Data type Description Urn<see cref="T:System.String"></see>The URN string that represents the process. "Server[@Name='PCNAME']/Process[@Spid='51']", for example.Name<see cref="T:System.String"></see>The name of the process.Spid<see cref="T:System.Int32"></see>The SQL Server process ID that uniquely identifies the process, see sys.sysprocesses (Transact-SQL).Login<see cref="T:System.String"></see>The login running the process.Host<see cref="T:System.String"></see>The name of the computer on which the process is running.Status<see cref="T:System.String"></see>The status of the process. Running and sleeping, for example.Command<see cref="T:System.String"></see>The command currently being executed.Database<see cref="T:System.String"></see>The database is which the process is running.Cpu<see cref="T:System.Int32"></see>The cumulative time taken by the process in seconds. See sys.sysprocesses (Transact-SQL).MemUsage<see cref="T:System.Int32"></see>The number of pages in the procedure cache that are currently allocated to the process. A negative number indicates that the process is freeing up memory allocated by another process.BlockingSpid<see cref="T:System.Int16"></see>The SQL Server procedure ID of the procedure that is blocking the referenced procedure..IsSystem<see cref="T:System.Boolean"></see>The value that specifies whether the process is a system process or not.Program<see cref="T:System.String"></see>The name of the program the process ExecutionContextID<see cref="T:System.Int16"></see>The ID value that uniquely identifies the execution context under which the process is running.</returns>
			<param name="excludeSystemProcesses">A <see cref="T:System.Boolean"></see> value that specifies whether to include system processes in the results.If True, system processes are excluded.If False, system processes are included.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumProcesses(System.Int32)">
			<summary>Enumerates a list of information about the specified process. </summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a list of processes running on the instance of MicrosoftSQL Server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. Column Data type Description Urn<see cref="T:System.String"></see>The URN string that represents the process. "Server[@Name='PCNAME']/Process[@Spid='51']", for example.Name<see cref="T:System.String"></see>The name of the process.Spid<see cref="T:System.Int32"></see>The SQL Server process ID that uniquely identifies the process. For more information, see sys.sysprocesses (Transact-SQL).Login<see cref="T:System.String"></see>The login running the process.Host<see cref="T:System.String"></see>The name of the computer on which the process is running.Status<see cref="T:System.String"></see>The status of the process, such as. running or sleeping.Command<see cref="T:System.String"></see>The command currently being executed.Database<see cref="T:System.String"></see>The database is which the process is running.Cpu<see cref="T:System.Int32"></see>The cumulative time taken by the process in seconds. See sys.sysprocesses (Transact-SQL).MemUsage<see cref="T:System.Int32"></see>The number of pages in the procedure cache that are currently allocated to the process. A negative number indicates that the process is freeing up memory allocated by another process.BlockingSpid<see cref="T:System.Int16"></see>The SQL Server procedure ID of the procedure that is blocking the referenced procedure..IsSystem<see cref="T:System.Boolean"></see>The value that specifies whether the process is a system process or not.Program<see cref="T:System.String"></see>The name of the program the process ExecutionContextID<see cref="T:System.Int16"></see>The ID value that uniquely identifies the execution context under which the process is running.</returns>
			<param name="processId">An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the process.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumProcesses(System.String)">
			<summary>Enumerates a list of processes running on the instance of MicrosoftSQL Server that are associated with the specified login.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a list of processes running on the instance of SQL Server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. Column Data type Description Urn<see cref="T:System.String"></see>The URN string that represents the process. "Server[@Name='PCNAME']/Process[@Spid='51']", for example.Name<see cref="T:System.String"></see>The name of the process.Spid<see cref="T:System.Int32"></see>The SQL Server process ID that uniquely identifies the process. For more information, see sys.sysprocesses (Transact-SQL).Login<see cref="T:System.String"></see>The login running the process.Host<see cref="T:System.String"></see>The name of the computer on which the process is running.Status<see cref="T:System.String"></see>The status of the process. Running and sleeping, for example.Command<see cref="T:System.String"></see>The command currently being executed.Database<see cref="T:System.String"></see>The database is which the process is running.Cpu<see cref="T:System.Int32"></see>The cumulative time taken by the process in seconds. See sys.sysprocesses (Transact-SQL).MemUsage<see cref="T:System.Int32"></see>The number of pages in the procedure cache that are currently allocated to the process. A negative number indicates that the process is freeing up memory allocated by another process.BlockingSpid<see cref="T:System.Int16"></see>The SQL Server procedure ID of the procedure that is blocking the referenced procedure..IsSystem<see cref="T:System.Boolean"></see>The value that specifies whether the process is a system process or not.Program<see cref="T:System.String"></see>The name of the program the process ExecutionContextID<see cref="T:System.Int16"></see>The ID value that uniquely identifies the execution context under which the process is running.</returns>
			<param name="loginName">A <see cref="T:System.String"></see> value that specifies the login associated with the processes running on the instance of SQL Server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumServerAttributes">
			<summary>Enumerates a list of server attributes for the instance of SQL Server.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a list of server attributes for the instance of SQL Server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. Column Data type Description attribute_id<see cref="T:System.Int32"></see>The ID value that uniquely identifies the attribute.attribute_name<see cref="T:System.String"></see>The name of the attribute.attribute_value<see cref="T:System.String"></see>The current setting of the attribute.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumServerPermissions">
			<summary>Enumerates a list of server permissions for the instance of MicrosoftSQL Server.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionInfo"></see> objects that contains server permission information for the instance of SQL Server. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumServerPermissions(Microsoft.SqlServer.Management.Smo.ServerPermissionSet)">
			<summary>Enumerates a list of server permissions for a specified permission on the instance of MicrosoftSQL Server.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionInfo"></see> objects that contains server permission information for the specified permission on the instance of SQL Server. </returns>
			<param name="permissions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet"></see> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumServerPermissions(System.String)">
			<summary>Enumerates a list of server permissions for a specified grantee on the instance of MicrosoftSQL Server.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionInfo"></see> objects that contains server permission information for the specified grantee on the instance of SQL Server. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumServerPermissions(System.String,Microsoft.SqlServer.Management.Smo.ServerPermissionSet)">
			<summary>Enumerates a list of server permissions for a specified grantee and a specified permission on the instance of MicrosoftSQL Server.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionInfo"></see> objects that contains server permission information for the specified grantee and permission on the instance of SQL Server. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
			<param name="permissions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet"></see> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumStartupProcedures">
			<summary>Enumerates a list of startup procedures.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a list startup procedures for the instance of MicrosoftSQL Server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. Column Data type Description Name<see cref="T:System.String"></see>The name of the startup procedure.Schema<see cref="T:System.String"></see>The schema associated with the startup procedure.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumWindowsDomainGroups">
			<summary>Enumerates a list of Microsoft Windows group accounts defined on a domain. </summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> system object value that contains a list of Windows group accounts for the specified domain. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. Column Data type Description Name<see cref="T:System.String"></see>The name of the Windows Domain group.Description<see cref="T:System.String"></see>A description of the Windows Domain group.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumWindowsDomainGroups(System.String)">
			<summary>Enumerates a list of Microsoft Windows group accounts defined for the specified domain. </summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> system object value that contains a list of Windows group accounts for the specified domain. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. Column Data type Description Name<see cref="T:System.String"></see>The name of the Windows Domain group.Description<see cref="T:System.String"></see>A description of the Windows Domain group.</returns>
			<param name="domain">A <see cref="T:System.String"></see> value that specifies the domain on which to limit the results.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumWindowsGroupInfo">
			<summary>Enumerates a list of information about all Microsoft Windows groups that have explicitly granted access to the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> system object value that contains a list of Windows groups that have explicitly granted access to the instance of SQL Server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. Column Data type Description account name<see cref="T:System.String"></see>The name of the Windows NT user. NT AUTHORITY\SYSTEM, for example.type<see cref="T:System.String"></see>The type of user. This specifies whether the user is an individual account or a group account.privilege<see cref="T:System.String"></see>The privilege level assigned to the Windows NT group.mapped login name<see cref="T:System.String"></see>The SQL Server login account to which the Windows NT group is mapped.permission path<see cref="T:System.String"></see>The permission path for the Windows NT group.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumWindowsGroupInfo(System.String)">
			<summary>Enumerates a list of information about all Microsoft Windows groups that have explicitly granted access to the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> system object value that contains a list of Windows groups that have explicitly granted access to the instance of SQL Server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. Column Data type Description account name<see cref="T:System.String"></see>The name of the Windows NT user. NT AUTHORITY\SYSTEM, for example.type<see cref="T:System.String"></see>The type of user. This specifies whether the user is an individual account or a group account.privilege<see cref="T:System.String"></see>The privilege level assigned to the Windows NT group.mapped login name<see cref="T:System.String"></see>The SQL Server login account to which the Windows NT group is mapped.permission path<see cref="T:System.String"></see>The permission path for the Windows NT group.</returns>
			<param name="group">A <see cref="T:System.String"></see> value that specifies a Windows group on which to limit the results.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumWindowsGroupInfo(System.String,System.Boolean)">
			<summary>Enumerates a list of information about all Microsoft Windows groups that have explicitly granted access to the instance of MicrosoftSQL Server and with the option to list the individual members.</summary>
			<returns>Updated text:A <see cref="T:System.Data.DataTable"></see> system object value that contains a list of Windows groups that have explicitly granted access to the instance of SQL Server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. Column Data type Description account name<see cref="T:System.String"></see>The name of the Windows NT user. NT AUTHORITY\SYSTEM, for example.type<see cref="T:System.String"></see>The type of user. This specifies whether the user is an individual account or a group account.privilege<see cref="T:System.String"></see>The privilege level assigned to the Windows NT group.mapped login name<see cref="T:System.String"></see>The SQL Server login account to which the Windows NT group is mapped.permission path<see cref="T:System.String"></see>The permission path for the Windows NT group.</returns>
			<param name="listMembers">A <see cref="T:System.Boolean"></see> value that specifies whether to list the members of the Windows group that has been granted access to the instance of SQL Server.If True, the individual members are listed.If False, the individual members are not listed.</param>
			<param name="group">A <see cref="T:System.String"></see> value that specifies a Windows group on which to limit the results.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumWindowsUserInfo">
			<summary>Enumerates a list of information about all Microsoft Windows users that have explicitly granted access to MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> system object value that contains a list of Windows users that have explicitly granted access to the instance of SQL Server.The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. Column Data type Description account name<see cref="T:System.String"></see>The name of the Windows NT user. type<see cref="T:System.String"></see>The type of user. This specifies whether the user is an individual account or a group account.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumWindowsUserInfo(System.String)">
			<summary>Enumerates a list of information about all Microsoft Windows users that have explicitly granted access to the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a list of Windows users that have explicitly granted access to the instance of SQL Server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. Column Data type Description account name<see cref="T:System.String"></see>The name of the Windows NT user. NT AUTHORITY\SYSTEM, for example.type<see cref="T:System.String"></see>The type of user. This specifies whether the user is an individual account or a group account.</returns>
			<param name="account">A <see cref="T:System.String"></see> value that specifies a Windows user account on which to limit the results.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumWindowsUserInfo(System.String,System.Boolean)">
			<summary>Enumerates a list of information about all Microsoft Windows users that have explicitly granted access to the instance of MicrosoftSQL Server and with the option to list all the permissions paths (groups) through which the user has been granted access to the instance of SQL Server.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a list of Windows users that have explicitly granted access to the instance of SQL Server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. Column Data type Description account name<see cref="T:System.String"></see>The name of the Windows NT user. NT AUTHORITY\SYSTEM, for example.type<see cref="T:System.String"></see>The type of user. This specifies whether the user is an individual account or a group account.</returns>
			<param name="account">A <see cref="T:System.String"></see> value that specifies a Windows user account on which to limit the results.</param>
			<param name="listPermissionPaths">A <see cref="T:System.Boolean"></see> value that specifies whether to list the all the permissions paths (other groups) through which the user has been granted access to the instance of SQL Server.If True, the permissions paths are listed.If False, the permissions paths are not listed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.GetActiveDBConnectionCount(System.String)">
			<summary>Returns the number of active connections for the specified database.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the number of active connections for the specified database.</returns>
			<param name="dbName">A <see cref="T:System.String"></see> value that specifies the name of the database.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.GetDefaultInitFields(System.Type)">
			<summary>Returns the property types that are initialized by default when the specified object is initialized.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object that contains a list of property types that are initialized by default when the specified object is initialized.</returns>
			<param name="typeObject">A <see cref="T:System.Type"></see> system object that specifies the type of object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.GetPropertyNames(System.Type)">
			<summary>Returns the names of the initialized properties for the specified object type</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object that contains a list property names for the specified object.</returns>
			<param name="typeObject">A <see cref="T:System.Type"></see> system object that specifies the type of object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.GetSmoObject(Microsoft.SqlServer.Management.Smo.Urn)">
			<summary>Returns the object that is specified by a Universal Resource Name (URN) address.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object value that specifies the object requested.</returns>
			<param name="urn">A <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> object value that specifies the object requested.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.Grant(Microsoft.SqlServer.Management.Smo.ServerPermissionSet,System.String)">
			<summary>Grants the specified set of permissions to the specified grantee on the instance of MicrosoftSQL Server.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet"></see> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be granted the specified set of permissions on the instance of MicrosoftSQL Server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.Grant(Microsoft.SqlServer.Management.Smo.ServerPermissionSet,System.String[])">
			<summary>Grants the specified set of permissions to the specified grantees on the instance of MicrosoftSQL Server.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet"></see> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that lists the grantees to be granted the specified set of permissions on the instance of MicrosoftSQL Server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.Grant(Microsoft.SqlServer.Management.Smo.ServerPermissionSet,System.String,System.Boolean)">
			<summary>Grants access to the specified permission to the grantee and the ability to grant access to other users on the instance of MicrosoftSQL Server.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the instance of MicrosoftSQL Server.If True, the grantee is given the ability to grant the specified set of permissions to other users on the instance of MicrosoftSQL Server.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the instance of MicrosoftSQL Server.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.Grant(Microsoft.SqlServer.Management.Smo.ServerPermissionSet,System.String[],System.Boolean)">
			<summary>Grants access to the specified permission to the grantees and the ability to grant access to other users on the instance of MicrosoftSQL Server.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the instance of MicrosoftSQL Server. If True, the grantee is given the ability to grant the specified set of permissions to other users on the instance of MicrosoftSQL Server.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the instance of MicrosoftSQL Server.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.Grant(Microsoft.SqlServer.Management.Smo.ServerPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Grants the specified set of permissions to the grantee and the ability to grant the set of permissions to other users on the instance of MicrosoftSQL Server under an assumed role.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the instance of MicrosoftSQL Server.If True, the grantee is given the ability to grant the specified set of permissions to other users on the instance of MicrosoftSQL Server.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the instance of MicrosoftSQL Server. </param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be denied access to the permission.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the instance of MicrosoftSQL Server. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.Grant(Microsoft.SqlServer.Management.Smo.ServerPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Grants the specified set of permissions to the grantees and the ability to grant the set of permissions to other users on the instance of MicrosoftSQL Server under an assumed role.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the instance of MicrosoftSQL Server.If True, the grantee is given the ability to grant the specified set of permissions to other users on the instance of MicrosoftSQL Server.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the instance of MicrosoftSQL Server. </param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be granted the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the instance of MicrosoftSQL Server. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.IsDetachedPrimaryFile(System.String)">
			<summary>Verifies whether the specified file is a primary (.mdf) database file.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the data file is a primary database file.If True, the data file is a primary database file.If False, the data file is not a primary database file.</returns>
			<param name="mdfName">A <see cref="T:System.String"></see> value that specifies the name of the data file.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.IsWindowsGroupMember(System.String,System.String)">
			<summary>Verifies whether the specified Microsoft Windows user account is a member of the specified Windows group.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the Windows user account is a member of the Windows group.If True, the Windows user account is a member of the Windows group.If False, the Windows user account is not a member of the Windows group.</returns>
			<param name="windowsUser">A <see cref="T:System.String"></see> value that specifies the Windows user account.</param>
			<param name="windowsGroup">A <see cref="T:System.String"></see> value that specifies the Windows group.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.KillAllProcesses(System.String)">
			<summary>Stops the all processes on the specified database.</summary>
			<param name="processID">An <see cref="T:System.String"></see> that specifies the name of the database.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.KillDatabase(System.String)">
			<summary>Deletes the specified database and drops any active connection.</summary>
			<param name="database">A <see cref="T:System.String"></see> value that specifies the name of the database.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.KillProcess(System.Int32)">
			<summary>Stops the specified process.</summary>
			<param name="processID">An <see cref="T:System.Int32"></see> that specifies the system ID value that uniquely identifies the process.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.PingSqlServerVersion(System.String)">
			<summary>Gets the version number of the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Common.ServerVersion"></see> object value that specifies the version of the instance of SQL Server.</returns>
			<param name="serverName">A <see cref="T:System.String"></see> value that specifies the name of the instance of SQL Server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.PingSqlServerVersion(System.String,System.String,System.String)">
			<summary>Get the version number of the specified instance of MicrosoftSQL Server using the specified login and password to gain access.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Common.ServerVersion"></see> object value that specifies the version of the instance of SQL Server.</returns>
			<param name="password">A <see cref="T:System.String"></see> value that specifies the login password.</param>
			<param name="serverName">A <see cref="T:System.String"></see> value that specifies the name of the instance of SQL Server.</param>
			<param name="login">A <see cref="T:System.String"></see> value that specifies the login</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.ReadErrorLog">
			<summary>Enumerates the MicrosoftSQL Server error log.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains an enumerated list of errors from the SQL Server error log.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.ReadErrorLog(System.Int32)">
			<summary>Enumerates the specified MicrosoftSQL Server error log.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains an enumerated list of errors from the specified SQL Server error log.</returns>
			<param name="logNumber">An <see cref="T:System.Int32"></see> value that specifies the index number of the error log required. Error logs are listed 0 through 9 where 0 is the current error log and 9 is the oldest.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.Refresh">
			<summary>Refreshes the objects and properties on the <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.Revoke(Microsoft.SqlServer.Management.Smo.ServerPermissionSet,System.String)">
			<summary>Revokes a previously granted set of permissions from a list of grantees on the instance of MicrosoftSQL Server.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet"></see> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.Revoke(Microsoft.SqlServer.Management.Smo.ServerPermissionSet,System.String[])">
			<summary>Revokes a previously granted set of permissions from a list of grantees on the instance of MicrosoftSQL Server.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet"></see> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.Revoke(Microsoft.SqlServer.Management.Smo.ServerPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from a grantee on the instance of MicrosoftSQL Server and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the instance of MicrosoftSQL Server.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the instance of MicrosoftSQL Server.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the instance of MicrosoftSQL Server.</param>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet"></see> object that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the instance of MicrosoftSQL Server.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.Revoke(Microsoft.SqlServer.Management.Smo.ServerPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from grantees on the instance of MicrosoftSQL Server and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the instance of MicrosoftSQL Server.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the instance of MicrosoftSQL Server.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the instance of MicrosoftSQL Server.</param>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet"></see> object that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the instance of MicrosoftSQL Server.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.Revoke(Microsoft.SqlServer.Management.Smo.ServerPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from a grantee on the instance of MicrosoftSQL Server and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the instance of MicrosoftSQL Server.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the instance of MicrosoftSQL Server.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the instance of MicrosoftSQL Server.</param>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet"></see> object that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the instance of MicrosoftSQL Server.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the instance of MicrosoftSQL Server. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.Revoke(Microsoft.SqlServer.Management.Smo.ServerPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from grantees on the instance of MicrosoftSQL Server and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the instance of MicrosoftSQL Server.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the instance of MicrosoftSQL Server.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the instance of MicrosoftSQL Server.</param>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet"></see> object that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the instance of MicrosoftSQL Server.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the instance of MicrosoftSQL Server. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.SetDefaultInitFields(System.Boolean)">
			<summary>Specifies all the properties are fetched when objects are instantiated. </summary>
			<param name="allFields">A <see cref="T:System.Boolean"></see> value that specifies whether all the properties are fetched when objects are instantiated.If True, all the properties are fetched when objects are instantiated.If False, all objects are set to default behavior.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.SetDefaultInitFields(System.Type,System.Boolean)">
			<summary>Specifies all the properties are fetched when objects of the specified type are instantiated. </summary>
			<param name="allFields">A <see cref="T:System.Boolean"></see> value that specifies whether all the properties are fetched when objects are instantiated.If True, all the properties are fetched when objects are instantiated.If False, all objects are set to default behavior.</param>
			<param name="typeObject">A <see cref="T:System.Type"></see> system object value that specifies the type of object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.SetDefaultInitFields(System.Type,System.String[])">
			<summary>Specifies the properties that are fetched when objects of the specified type are instantiated. </summary>
			<param name="fields">A <see cref="T:System.String"></see> array value that specifies the property fields that are to be fetched when the object is initialized.</param>
			<param name="typeObject">A <see cref="T:System.Type"></see> system object value that specifies the type of object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.SetDefaultInitFields(System.Type,System.Collections.Specialized.StringCollection)">
			<summary>Specifies the properties that are fetched when objects of the specified type are instantiated. </summary>
			<param name="fields">A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that specifies the property fields that are to be fetched when the object is initialized.</param>
			<param name="typeObject">A <see cref="T:System.Type"></see> system object value that specifies the type of object.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.ActiveDirectory">
			<summary>Gets information about the Active Directory settings for the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerActiveDirectory"></see> object that specifies the Active Directory settings for the database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.BackupDevices">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDevice"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDevice"></see> object represents a backup device defined on the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDeviceCollection"></see> object that represents all the backup devices defined on the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.Configuration">
			<summary>Gets the configuration options for the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Configuration"></see> object that specifies the configuration options for the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.ConnectionContext">
			<summary>Gets the current server connection details for the instance of MicrosoftSQL Server. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Common.ServerConnection"></see> object that specifies the details of the current connection to the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.Credentials">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Credential"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.Credential"></see> object represents a credential defined on the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.CredentialCollection"></see> object that represents all the credentials defined on the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.Databases">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object represents a database defined on the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseCollection"></see> object that represents all the databases defined on the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.DefaultTextMode">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the default text mode is set for the instance of SQL Server. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies the whether the default text mode is set for the instance of SQL Server.If True, the default text mode is set to True.If False, the default text mode is not set False. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.Endpoints">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Endpoint"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.Endpoint"></see> object represents an endpoint defined on the instance of MicrosoftSQL Server.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.EndpointCollection"></see> object that represents all the endpoints defined on the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.Events">
			<summary>Gets the server events associated with the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvents"></see> object that represents the server events.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.FullTextService">
			<summary>Gets the Microsoft Search full-text service implementation for the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextService"></see> object that specifies the full-text service implementation on the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.Information">
			<summary>Gets information about the instance of MicrosoftSQL Server.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Information"></see> object that specifies information about the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.InstanceName">
			<summary>Gets the instance name of the instance of MicrosoftSQL Server. </summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the instance name of the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.JobServer">
			<summary>Gets the SQL Server Agent associated with the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object that specifies the SQL Server Agent associated with the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.Languages">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Language"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.Language"></see> object represents an languages supported by the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.LanguageCollection"></see> object that represents all the languages supported by the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.LinkedServers">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServer"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServer"></see> object represents a linked server registered on the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerCollection"></see> object that represents all the linked servers registered on the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.Logins">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Login"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.Login"></see> object represents a login defined on the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.LoginCollection"></see> object that represents all the logins defined on the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.Mail">
			<summary>Gets the Microsoft SQL Mail service associated with the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.SqlMail"></see> object that specifies the SQL Mail service associated with the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.Name">
			<summary>Gets the name of the instance of MicrosoftSQL Server. </summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.NotificationServices">
			<summary>Gets the Notification Services associated with the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Nmo.NotificationServices"></see> object that specifies the Notification Services associated with the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.ProxyAccount">
			<summary>Gets the proxy account associated with the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerProxyAccount"></see> object that specifies the proxy account associated with the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.ReplicationServer">
			<summary>Gets the Microsoft replication service associated with the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Replication.ReplicationServer"></see> object that specifies the replication service associated with the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.Roles">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.ServerRole"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.ServerRole"></see> object represents a role defined on the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerRoleCollection"></see> object that represents all the roles defined on the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.ServiceMasterKey">
			<summary>Gets the service master key associated with the instance of SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceMasterKey"></see> object that specifies the service master key associated with the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.Settings">
			<summary>Gets modifiable settings for the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Settings"></see> object that specifies modifiable settings for the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.SystemDataTypes">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.SystemDataType"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.SystemDataType"></see> object represents a system data type defined on the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SystemDataTypeCollection"></see> object that represents all the system data types defined on the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.SystemMessages">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.SystemMessage"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.SystemMessage"></see> object represents a system message defined on the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SystemMessageCollection"></see> object that represents all the system messages defined on the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.Triggers">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger"></see> object represents a server data definition language (DDL) trigger that is defined on the instance of SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTriggerCollection"></see> object that represents all the server DDL (data definition language) triggers that are defined on the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.UserDefinedMessages">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessage"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessage"></see> object represents a user-defined message defined on the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessageCollection"></see> object that represents all the user-defined messages defined on the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.UserOptions">
			<summary>Gets the user options for the current connection to the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserOptions"></see> object that specifies user options for the current connection to the instance of SQL Server.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServerActiveDirectory">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ServerActiveDirectory"></see> object provides programmatic access to the Active Directory functionality. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerActiveDirectory.Register">
			<summary>Creates a registration entry for the instance of MicrosoftSQL Server in the Active Directory service as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerActiveDirectory"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerActiveDirectory.Register(System.Boolean)">
			<summary>Creates a registration entry for the instance of MicrosoftSQL Server in the Active Directory service as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerActiveDirectory"></see> object with the option to register all the databases on the instance of SQL Server.</summary>
			<param name="registerDatabases">A <see cref="T:System.Boolean"></see> value that specifies whether to register all the databases in the Active Directory service.If True, all the databases are registered with the instance of SQL Server.If False, the databases are not registered.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerActiveDirectory.Unregister">
			<summary>Removes the registration entry for the instance of MicrosoftSQL Server from the Active Directory service. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerActiveDirectory.UpdateRegistration">
			<summary>Updates any changes to the instance of MicrosoftSQL Server on the Active Directory service. </summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerActiveDirectory.IsEnabled">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the Active Directory service is available. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the Active Directory service is available.If True, the Active Directory service is available.If False (default), the Active Directory service is unavailable.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerActiveDirectory.IsRegistered">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the instance of MicrosoftSQL Server is registered in the Active Directory service as a Service Control Point (SCP).</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the instance of SQL Server is registered in the Active Directory service.If True, the instance of SQL Server is registered in the Active Directory service.If False (default), the instance of SQL Server is not registered in the Active Directory service.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerActiveDirectory.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerActiveDirectory"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerActiveDirectory"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger"></see> object represents a MicrosoftSQL Server data definition language (DDL) trigger.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger.#ctor(Microsoft.SqlServer.Management.Smo.Server,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger"></see> class on the specified instance of MicrosoftSQL Server and with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the database DDL trigger.</param>
			<param name="server">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object value that specifies the instance of SQL Server on which the database data definition language (DDL) trigger is created.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger.#ctor(Microsoft.SqlServer.Management.Smo.Server,System.String,Microsoft.SqlServer.Management.Smo.ServerDdlTriggerEventSet,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger"></see> class on the specified database with the specified name. The trigger responds to the specified event set and runs the specified batch.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTriggerEventSet"></see> object that specifies the DDL events to which the trigger responds.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the server data definition language (DDL) trigger.</param>
			<param name="parent">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger"></see> object.</param>
			<param name="textBody">A <see cref="T:System.String"></see> value that specifies the Transact-SQL batch statement that runs when the trigger has been raised.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger.#ctor(Microsoft.SqlServer.Management.Smo.Server,System.String,Microsoft.SqlServer.Management.Smo.ServerDdlTriggerEventSet,System.String,System.String,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger"></see> class on the specified instance of MicrosoftSQL Server and with the specified name. The trigger responds to the specified event set and runs the specified batch.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTriggerEventSet"></see> object that specifies the DDL events to which the DDL trigger responds.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the server data definition language (DDL) trigger.</param>
			<param name="className">A <see cref="T:System.String"></see> value that specifies the name of the class in the registered assembly.</param>
			<param name="parent">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger"></see> object.</param>
			<param name="method">A <see cref="T:System.String"></see> value that specifies the method within the class that runs when the DDL trigger is raised.</param>
			<param name="assemblyName">A <see cref="T:System.String"></see> value that specifies the name of the registered assembly that contains the user-defined function that runs when the DDL trigger is raised. </param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger.AnsiNullsStatus">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether SQL-92 NULL handling is enabled in the data definition language (DDL) trigger.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether SQL-92 NULL handling is enabled in the DDL trigger. SQL-92 NULL handling requires that any comparison to a NULL value equates to a NULL value.If True, SQL-92 NULL handling is enabled and comparisons to null values equates to False.If False (default), SQL-92 NULL handling is disabled and comparisons to null values equates to True.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger.AssemblyName">
			<summary>Gets or sets the name of the assembly that contains the managed code that is executed when the data definition language (DDL) trigger is raised.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the assembly.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger.BodyStartIndex">
			<summary>Gets the index value that represents the start of the data definition language (DDL) trigger text body.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the index that represents the start of the DDL trigger text body.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger.ClassName">
			<summary>Gets or sets the name of the class in the assembly that contains the managed code that is executed when the data definition language (DDL) trigger is raised.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the class in the assembly.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger.CreateDate">
			<summary>Gets the date and time when the server data definition language (DDL) trigger was created.</summary>
			<returns>A <see cref="T:System.DateTime"></see> system object value that specifies the date and time when the server DDL trigger was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger.DateLastModified">
			<summary>Gets the date and time when the server data definition language (DDL) trigger was last modified.</summary>
			<returns>A <see cref="T:System.DateTime"></see> system object value that specifies the date and time when the server DDL trigger was last modified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger.DdlTriggerEvents">
			<summary>Gets or sets the set of data definition language (DDL) events that raise the server DDL trigger.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTriggerEventSet"></see> object that specifies the events that raise the server DDL trigger.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger.ExecutionContext">
			<summary>Gets or sets the execution context type used by server DDL trigger, itself, the caller, or a specified login.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTriggerExecutionContext"></see> object that specifies the type of execution context used by the server DDL trigger.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger.ExecutionContextLogin">
			<summary>Gets or sets the login under the context of which the server DDL trigger executes.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTriggerEventSet"></see> object that specifies the events that raise the server DDL trigger.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger.ID">
			<summary>Gets the ID value that uniquely identifies the server data definition language (DDL) trigger.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value of the server DDL trigger.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger.ImplementationType">
			<summary>Gets or sets the implementation type for the server data definition language (DDL) trigger.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ImplementationType"></see> object that specifies the implementation type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger.IsEnabled">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the server data definition language (DDL) trigger is enabled.</summary>
			<returns>A <see cref="T:System.Boolean"></see> property value that specifies whether the server DDL trigger is enabled.If True, the server DDL trigger is enabled.If False (default), the server DDL trigger is disabled.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger.IsEncrypted">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the Transact-SQL batch or managed code is encrypted.</summary>
			<returns>A <see cref="T:System.Boolean"></see> property value that specifies whether the trigger code is encrypted.If True, the trigger code is encrypted.If False (default), the trigger code is not encrypted.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger.IsSystemObject">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the server data definition language (DDL) trigger is a system object.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the server DDL trigger is a system object.If True, the server DDL trigger is a system object.If False (default), the server DDL trigger is user defined.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger.MethodName">
			<summary>Gets or sets the name of the method that is owned by the class in the assembly, which is executed when the trigger is raised.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the method in the class that is owned by the assembly.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger.QuotedIdentifierStatus">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether identifiers delimited by double quotation marks are Transact-SQL reserved keywords or contain characters not usually allowed by the Transact-SQL syntax rules.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies how quoted identifiers are handled in the server data definition language (DDL) trigger.If True, quoted identifiers are used to allow characters not usually allowed by the Transact-SQL syntax rules.If False (default), quoted identifiers are used to specify Transact-SQL reserved keywords.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger.Text">
			<summary>Gets or sets the Transact-SQL statement that defines the server data definition language (DDL) trigger.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the actual text of the Transact-SQL statement that defines the server DDL trigger.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServerDdlTriggerCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTriggerCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger"></see> objects that represent all the server data definition language (DDL) triggers defined on a table.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerDdlTriggerCollection.Add(Microsoft.SqlServer.Management.Smo.ServerDdlTrigger)">
			<summary>Adds the specified server DDL trigger to the collection.</summary>
			<param name="serverDdlTrigger">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger"></see> object to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerDdlTriggerCollection.CopyTo(Microsoft.SqlServer.Management.Smo.ServerDdlTrigger[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerDdlTriggerCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTriggerCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTriggerCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerDdlTriggerCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger"></see> object value that represents the server data definition language (DDL) trigger.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTriggerCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerDdlTriggerCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger"></see> object value that represents the server data definition language (DDL) trigger.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTriggerCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerDdlTriggerCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServerEvent">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object represents the Microsoft SQL Server server events that can be included in a server event set.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEvent.Add(Microsoft.SqlServer.Management.Smo.ServerEvent,Microsoft.SqlServer.Management.Smo.ServerEvent)">
			<summary>Returns a server event set after adding a new server event to the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet"></see> object value that specifies a set of server events.</returns>
			<param name="eventRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that specifies the server events.</param>
			<param name="eventLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that specifies the server events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEvent.Equals(System.Object)">
			<summary>Determines whether the referenced server event object is equal to a specified object.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the reference server event object is equal to the specified object.If True, the objects are equal.If False, the objects are not equal</returns>
			<param name="obj">An <see cref="T:System.Object"></see> system object that specifies the server events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEvent.GetHashCode">
			<summary>This method supports the Microsoft SQL Server 2005 infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEvent.op_Addition(Microsoft.SqlServer.Management.Smo.ServerEvent,Microsoft.SqlServer.Management.Smo.ServerEvent)">
			<summary>Creates a server event set by performing an addition operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> objects.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet"></see> object value that specifies a set of server events.</returns>
			<param name="eventRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that specifies the server events.</param>
			<param name="eventLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that specifies the server events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEvent.op_BitwiseOr(Microsoft.SqlServer.Management.Smo.ServerEvent,Microsoft.SqlServer.Management.Smo.ServerEvent)">
			<summary>Creates a server event set by performing a bitwise OR operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> objects.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet"></see> object value that specifies a set of server events.</returns>
			<param name="eventRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that specifies the server events.</param>
			<param name="eventLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that specifies the server events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEvent.op_Equality(Microsoft.SqlServer.Management.Smo.ServerEvent,Microsoft.SqlServer.Management.Smo.ServerEvent)">
			<summary>Creates a server event set by performing an equality operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> objects.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet"></see> object value that specifies a set of server events.</returns>
			<param name="a">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that specifies the server events.</param>
			<param name="b">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that specifies the server events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEvent.op_Inequality(Microsoft.SqlServer.Management.Smo.ServerEvent,Microsoft.SqlServer.Management.Smo.ServerEvent)">
			<summary>Creates a server event set by performing an inequality operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> objects.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet"></see> object value that specifies a set of server events.</returns>
			<param name="a">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that specifies the server events.</param>
			<param name="b">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that specifies the server events.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AddRoleMember">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AddRoleMember"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AddServerRoleMember">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AddServerRoleMember"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterApplicationRole">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterApplicationRole"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterAssembly">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterAssembly"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterAuthorizationDatabase">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterAuthorizationDatabase"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterAuthorizationServer">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterAuthorizationServer"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterCertificate">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterCertificate"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterDatabase">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterDatabase"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterEndpoint">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterEndpoint"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterFunction">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterFunction"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterIndex">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterIndex"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterLogin">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterLogin"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterMessageType">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterMessageType"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterPartitionFunction">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterPartitionFunction"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterPartitionScheme">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterPartitionScheme"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterProcedure">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterProcedure"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterQueue">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterQueue"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterRemoteServiceBinding">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterRemoteServiceBinding"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterRole">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterRole"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterRoute">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterRoute"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterSchema">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterSchema"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterService">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterService"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterTable">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterTable"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterTrigger">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterTrigger"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterUser">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterUser"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterView">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterView"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterXmlSchemaCollection">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterXmlSchemaCollection"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateApplicationRole">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateApplicationRole"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateAssembly">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateAssembly"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateCertificate">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateCertificate"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateContract">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateContract"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateDatabase">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateDatabase"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateEndpoint">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateEndpoint"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateEventNotification">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateEventNotification"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateFunction">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateFunction"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateIndex">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateIndex"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateLogin">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateLogin"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateMessageType">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateMessageType"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreatePartitionFunction">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreatePartitionFunction"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreatePartitionScheme">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreatePartitionScheme"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateProcedure">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateProcedure"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateQueue">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateQueue"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateRemoteServiceBinding">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateRemoteServiceBinding"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateRole">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateRole"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateRoute">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateRoute"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateSchema">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateSchema"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateService">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateService"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateStatistics">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateStatistics"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateSynonym">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateSynonym"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateTable">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateTable"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateTrigger">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateTrigger"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateType">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateType"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateUser">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateUser"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateView">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateView"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateXmlIndex">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateXmlIndex"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateXmlSchemaCollection">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateXmlSchemaCollection"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DenyDatabase">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DenyDatabase"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DenyServer">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DenyServer"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropApplicationRole">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropApplicationRole"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropAssembly">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropAssembly"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropCertificate">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropCertificate"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropContract">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropContract"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropDatabase">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropDatabase"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropEndpoint">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropEndpoint"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropEventNotification">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropEventNotification"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropFunction">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropFunction"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropIndex">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropIndex"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropLogin">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropLogin"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropMessageType">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropMessageType"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropPartitionFunction">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropPartitionFunction"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropPartitionScheme">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropPartitionScheme"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropProcedure">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropProcedure"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropQueue">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropQueue"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropRemoteServiceBinding">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropRemoteServiceBinding"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropRole">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropRoleMember"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropRoleMember">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropRoleMember"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropRoute">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropRoute"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropSchema">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropSchema"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropServerRoleMember">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropServerRoleMember"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropService">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropService"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropStatistics">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropStatistics"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropSynonym">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropSynonym"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropTable">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropTable"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropTrigger">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropTrigger"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropType">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropType"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropUser">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropUser"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropView">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropView"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropXmlSchemaCollection">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropXmlSchemaCollection"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.GrantDatabase">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.GrantDatabase"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.GrantServer">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.GrantServer"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.RevokeDatabase">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.RevokeDatabase"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.RevokeServer">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.RevokeServer"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.UpdateStatistics">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.UpdateStatistics"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServerEventArgs">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventArgs"></see> object provides programmatic access to the arguments used to report all types of events that occur on an instance of Microsoft SQL Server.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventArgs.EventType">
			<summary>Gets the type of event.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.EventType"></see> object value that specifies the type of event.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventArgs.PostTime">
			<summary>Gets the date and time at which the argument was posted.</summary>
			<returns>A <see cref="T:System.DateTime"></see> system object value that specifies the date and time when the argument was posted.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventArgs.Properties">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.EventProperty"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.EventProperty"></see> object represents a property of a server event.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.EventPropertyCollection"></see> object that represents all the properties defined on the server event. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventArgs.Spid">
			<summary>Gets the server process identifier (SPID) of the event.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the event SPID.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventArgs.SqlInstance">
			<summary>Gets the instance of Microsoft SQL Server on which the event occurred.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the instance of SQL Server on which the event occurred.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServerEventHandler">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventHandler"></see> class represents the event handler that is used to handle server errors.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServerEvents">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvents"></see> object represents the settings required for Microsoft SQL Server server-level event notification.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.ServerEvents.ServerEvent">
			<summary>Specifies the event raised when an event occurs in <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object and the user has subscribed to the events from that object instance.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEvents.GetEventSelection">
			<summary>Returns the currently selected event notifications.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet"></see> object that specifies the set of server events.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEvents.GetTraceEventSelection">
			<summary>Returns the currently selected event notifications.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet"></see> object that specifies the set of server events.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEvents.SetCredentials(System.String,System.String)">
			<summary>Sets the credentials required by the instance of Microsoft SQL Server.</summary>
			<param name="username">A <see cref="T:System.String"></see> value that specifies the login account name.</param>
			<param name="password">A <see cref="T:System.String"></see> value that specifies the password for the login.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEvents.StartEvents">
			<summary>Starts receiving events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEvents.StopEvents">
			<summary>Stops receiving events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ServerEventSet)">
			<summary>Specifies the server events to receive.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet"></see> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ServerTraceEventSet)">
			<summary>Specifies the server trace events to receive.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet"></see> object that specifies the set of trace events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ServerEventSet,Microsoft.SqlServer.Management.Smo.ServerEventHandler)">
			<summary>Specifies the server events to receive and the event handler that handles the events.</summary>
			<param name="eventHandler">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventHandler"></see> object that handles the events that are received.</param>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet"></see> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ServerTraceEventSet,Microsoft.SqlServer.Management.Smo.ServerEventHandler)">
			<summary>Specifies the server trace events to receive and the event handler that handles the events.</summary>
			<param name="eventHandler">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventHandler"></see> object that handles the events that are received.</param>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet"></see> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEvents.UnsubscribeAllEvents">
			<summary>Clears all event settings, and removes all event handlers.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEvents.UnsubscribeFromEvents(Microsoft.SqlServer.Management.Smo.ServerEventSet)">
			<summary>Clears the specified event settings, and removes all event handlers.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet"></see> object that specifies the set of events to stop receiving.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEvents.UnsubscribeFromEvents(Microsoft.SqlServer.Management.Smo.ServerTraceEventSet)">
			<summary>Clears the specified event settings, and removes all event handlers.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet"></see> object that specifies the set of events to stop receiving.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServerEventSet">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet"></see> object represents a set of server events on an instance of MicrosoftSQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEventSet.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEventSet.#ctor(Microsoft.SqlServer.Management.Smo.ServerEvent)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet"></see> class with a specified event.</summary>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that specifies a server event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEventSet.#ctor(Microsoft.SqlServer.Management.Smo.ServerEvent[])">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet"></see> class with specified events.</summary>
			<param name="events">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> objects that specifies several server events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEventSet.#ctor(Microsoft.SqlServer.Management.Smo.ServerEventSet)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet"></see> class with specified events.</summary>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet"></see> that specifies a set of database events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEventSet.Add(Microsoft.SqlServer.Management.Smo.ServerEvent)">
			<summary>Returns a server event set after adding a new server event to the referenced event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet"></see> object value that contains the new <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object class.</returns>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that specifies the event that is to be added to the event set.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEventSet.Add(Microsoft.SqlServer.Management.Smo.ServerEventSet,Microsoft.SqlServer.Management.Smo.ServerEvent)">
			<summary>Returns a server event set after adding a new server event to the specified event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet"></see> object value that contains the new <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object class.</returns>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet"></see> object that specifies the event set to which the new event is added.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that specifies the event to be added to the event set.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEventSet.Copy">
			<summary>Returns a copy of the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet"></see> object that represents a copy of the event set.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEventSet.op_Addition(Microsoft.SqlServer.Management.Smo.ServerEventSet,Microsoft.SqlServer.Management.Smo.ServerEvent)">
			<summary>Creates a server event set by performing an addition operation on a <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object and a <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet"></see> object value that specifies a set of server events.</returns>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet"></see> object that specifies the server event set.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that specifies the server events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEventSet.op_Subtraction(Microsoft.SqlServer.Management.Smo.ServerEventSet,Microsoft.SqlServer.Management.Smo.ServerEvent)">
			<summary>Creates a server event set by performing a subtraction operation on a <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object and a <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet"></see> object value that specifies a set of server events.</returns>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet"></see> object that specifies the server event set.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that specifies the server events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEventSet.Remove(Microsoft.SqlServer.Management.Smo.ServerEvent)">
			<summary>Removes an event from the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet"></see> object value that specifies the event set less the event removed.</returns>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object value that specifies the event to be removed from the event set.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEventSet.Subtract(Microsoft.SqlServer.Management.Smo.ServerEventSet,Microsoft.SqlServer.Management.Smo.ServerEvent)">
			<summary>Returns a server event set after subtracting a server event from the specified event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet"></see> object value that specifies a set of server events after subtracting the specified event.</returns>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet"></see> object that specifies the server event set from which the event is subtracted.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object that specifies the server event to be subtracted from the event set.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEventSet.ToString">
			<summary>Returns a string that represents the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet"></see> object.</summary>
			<returns>A <see cref="T:System.String"></see> value that represents the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterApplicationRole">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an application role is altered.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterApplicationRole event is included in the event set.If True, the event is included in the event set.If False (default) (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterAssembly">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an assembly is altered.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterAssembly event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterAuthorizationDatabase">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an authorization database is altered.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterAuthorizationDatabase event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterAuthorizationServer">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an authorization server is altered.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterAuthorizationServer event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterCertificate">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a certificate is altered.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterCertificate event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterDatabase">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a database is altered.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterDatabase event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterEndpoint">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an endpoint is altered.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterEndpoint event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterFunction">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a function is altered.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterFunction event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterIndex">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an index is altered.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterIndex event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterLogin">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a login is altered.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterLogin event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterMessageType">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a message type is altered.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterMessageType event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterPartitionFunction">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a partition function is altered.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterPartitionFunction event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterPartitionScheme">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a partition scheme is altered.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterPartitionScheme event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterProcedure">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a procedure is altered.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterProcedure event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterQueue">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when the queue is altered.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterQueue event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterRemoteServiceBinding">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when the remote service binding is altered.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterRemoteServiceBinding event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterRole">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a role is altered.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterRole event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterRoute">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a route is altered.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterRoute event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterSchema">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a schema is altered.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterSchema event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterService">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a service is altered.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterService event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterTable">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a table is altered.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterTable event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterTrigger">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a trigger is altered.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterTrigger event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterUser">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a user is altered.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterUser event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterView">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a view is altered.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterView event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterXmlSchemaCollection">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an XML schema collection is altered.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterXmlSchemaCollection event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateApplicationRole">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an application role is created.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateApplicationRole event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateAssembly">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an assembly is created.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateAssembly event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateCertificate">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a certificate is created.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateCertificate event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateContract">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a contract is created.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateContract event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateDatabase">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a database is created.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateDatabase event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateEndpoint">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an endpoint is created.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateEndpoint event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateEventNotification">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an event notification is created.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateEventNotification event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateFunction">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a function is created.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateFunction event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateIndex">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an index is created.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateIndex event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateLogin">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a login is created.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateLogin event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateMessageType">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a message type is created.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateMessageType event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreatePartitionFunction">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a partition function is created.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreatePartitionFunction event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreatePartitionScheme">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a partition scheme is created.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreatePartitionScheme event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateProcedure">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a procedure is created.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateProcedure event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateQueue">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a queue is created.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateQueue event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateRemoteServiceBinding">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a remote service binding is created.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateRemoteServiceBinding event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateRole">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a role is created.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateRole event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateRoute">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a Service Broker route is created.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateRoute event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateSchema">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a schema is created.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateSchema event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateService">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a Service Broker service is created.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateService event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateStatistics">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a statistics counter is created.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateStatistics event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateSynonym">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a synonym is created.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateSynonym event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateTable">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a table is created.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateTable event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateTrigger">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a trigger is created.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateTrigger event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateType">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a type is created.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateType event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateUser">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a user is created.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateUser event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateView">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a view is created.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateView event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateXmlIndex">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an XML index is created.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateXmlIndex event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateXmlSchemaCollection">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an XML schema collection is created.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateXmlSchemaCollection event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DenyDatabase">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether database deny events are included in the event set.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DenyDatabase event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DenyServer">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether server deny events are included in the event set.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DenyServer event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropApplicationRole">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an application role is dropped.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropApplicationRole event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropAssembly">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an assembly is dropped.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropAssembly event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropCertificate">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a certificate is dropped.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropCertificate event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropContract">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a Service Broker contract is dropped.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropContract event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropDatabase">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a database is dropped.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropDatabase event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropEndpoint">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an endpoint is dropped.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropEndpoint event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropEventNotification">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an event notification is dropped.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropEventNotification event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropFunction">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a function is dropped.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropFunction event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropIndex">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an index is dropped.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropIndex event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropLogin">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a login is dropped.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropLogin event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropMessageType">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a message type is dropped.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropMessageType event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropPartitionFunction">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a partition function is dropped.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropPartitionFunction event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropPartitionScheme">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a partition schema is dropped.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropPartitionScheme event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropProcedure">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a stored procedure is dropped.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropProcedure event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropQueue">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a Service Broker queue is dropped.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropQueue event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropRemoteServiceBinding">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a remote service binding is dropped.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropRemoteServiceBinding event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropRole">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a role is dropped.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropRole event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropRoute">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a Service Broker route is dropped.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropRoute event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropSchema">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a schema is dropped.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropSchema event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropService">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether drop service events are included in the event set.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropService event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropStatistics">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a statistics counter is dropped.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropStatistics event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropSynonym">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a synonym is dropped.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropSynonym event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropTable">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a table is dropped.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropTable event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropTrigger">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a trigger is dropped.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropTrigger event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropType">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a type is dropped.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropType event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropUser">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a user is dropped.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropUser event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropView">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a view is dropped.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropView event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropXmlSchemaCollection">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an XML schema collection is dropped.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropXmlSchemaCollection event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.GrantDatabase">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether database grant events are included in the event set.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the GrantDatabase event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.GrantServer">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether server grant events are included in the event set.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the GrantServer event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.NumberOfElements">
			<summary>Gets the number of events in the event set.</summary>
			<returns>A <see cref="T:System.Int32"></see> value that specifies the number of events in the Server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.RevokeDatabase">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether database revoke events are included in the event set.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the RevokeDatabase event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.RevokeServer">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether server revoke events are included in the event set.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the RevokeServer event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.UpdateStatistics">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether update statistics events are included in the event set.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the UpdateStatistics event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServerPermission">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission"></see> object represents a MicrosoftSQL Server server-level permission.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerPermission.Add(Microsoft.SqlServer.Management.Smo.ServerPermission,Microsoft.SqlServer.Management.Smo.ServerPermission)">
			<summary>Returns a set of server permissions after adding a new server permission to an existing set of server permissions.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet"></see> object that specifies a set of server permissions.</returns>
			<param name="permissionRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission"></see> object that specifies the server permission.</param>
			<param name="permissionLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission"></see> object that specifies the server permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerPermission.Equals(System.Object)">
			<summary>Determines whether the referenced server permission object is equal to a specified object.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the reference server permission object is equal to the specified object.If True, the objects are equal.If False, the objects are not equal.</returns>
			<param name="obj">An <see cref="T:System.Object"></see> system object that specifies the server permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerPermission.GetHashCode">
			<summary>This method supports the Microsoft SQL Server 2005 infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerPermission.op_Addition(Microsoft.SqlServer.Management.Smo.ServerPermission,Microsoft.SqlServer.Management.Smo.ServerPermission)">
			<summary>Creates a server permission set by performing an addition operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission"></see> objects.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet"></see> object that specifies a set of server permissions.</returns>
			<param name="permissionRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission"></see> object that specifies the server permission.</param>
			<param name="permissionLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission"></see> object that specifies the server permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerPermission.op_BitwiseOr(Microsoft.SqlServer.Management.Smo.ServerPermission,Microsoft.SqlServer.Management.Smo.ServerPermission)">
			<summary>Creates a server permission set by performing a bitwise OR operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission"></see> objects.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet"></see> object that specifies a set of server permissions.</returns>
			<param name="permissionRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission"></see> object that specifies the server permission.</param>
			<param name="permissionLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission"></see> object that specifies the server permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerPermission.op_Equality(Microsoft.SqlServer.Management.Smo.ServerPermission,Microsoft.SqlServer.Management.Smo.ServerPermission)">
			<summary>Creates a server permission set by performing an equality operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission"></see> objects.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet"></see> object that specifies a set of server permissions.</returns>
			<param name="p2">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission"></see> object that specifies the server permission.</param>
			<param name="p1">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission"></see> object that specifies the server permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerPermission.op_Inequality(Microsoft.SqlServer.Management.Smo.ServerPermission,Microsoft.SqlServer.Management.Smo.ServerPermission)">
			<summary>Creates a server permission set by performing an inequality operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission"></see> objects.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet"></see> object that specifies a set of server permissions.</returns>
			<param name="p2">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission"></see> object that specifies the server permission.</param>
			<param name="p1">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission"></see> object that specifies the server permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerPermission.ToServerPermissionSet(Microsoft.SqlServer.Management.Smo.ServerPermission)">
			<summary>Returns a set of server permissions based on a single server permission, by converting a <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission"></see> object to a <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet"></see> object that specifies a single server permission.</returns>
			<param name="serverPermission">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission"></see> object that specifies the server permission.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermission.AdministerBulkOperations">
			<summary>Gets a permission that can be included in the server permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AdministerBulkOperations"></see> permission that can be included in the server permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermission.AlterAnyConnection">
			<summary>Gets a permission that can be included in the server permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AlterAnyConnection"></see>permission that can be included in the server permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermission.AlterAnyCredential">
			<summary>Gets a permission that can be included in the server permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AlterAnyCredential"></see> permission that can be included in the server permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermission.AlterAnyDatabase">
			<summary>Gets a permission that can be included in the server permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AlterAnyDatabase"></see> permission that can be included in the server permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermission.AlterAnyEndpoint">
			<summary>Gets a permission that can be included in the server permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AlterAnyEndpoint"></see> permission that can be included in the server permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermission.AlterAnyEventNotification">
			<summary>Gets a permission that can be included in the server permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AlterAnyEventNotification"></see> permission that can be included in the server permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermission.AlterAnyLinkedServer">
			<summary>Gets a permission that can be included in the server permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AlterAnyLinkedServer"></see> permission that can be included in the server permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermission.AlterAnyLogin">
			<summary>Gets a permission that can be included in the server permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AlterAnyLogin"></see> permission that can be included in the server permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermission.AlterResources">
			<summary>Gets a permission that can be included in the server permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AlterResources"></see> permission that can be included in the server permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermission.AlterServerState">
			<summary>Gets a permission that can be included in the server permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AlterServerState"></see> permission that can be included in the server permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermission.AlterSettings">
			<summary>Gets a permission that can be included in the server permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AlterSettings"></see> permission that can be included in the server permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermission.AlterTrace">
			<summary>Gets a permission that can be included in the server permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AlterTrace"></see> permission that can be included in the server permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermission.AuthenticateServer">
			<summary>Gets a permission that can be included in the server permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AuthenticateServer"></see> permission that can be included in the server permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermission.ConnectSql">
			<summary>Gets a permission that can be included in the server permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.ConnectSql"></see> permission that can be included in the server permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermission.ControlServer">
			<summary>Gets a permission that can be included in the server permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.ControlServer"></see> permission that can be included in the server permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermission.CreateAnyDatabase">
			<summary>Gets a permission that can be included in the server permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.CreateAnyDatabase"></see> permission that can be included in the server permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermission.CreateDdlEventNotification">
			<summary>Gets a permission that can be included in the server permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.CreateDdlEventNotification"></see> permission that can be included in the server permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermission.CreateEndpoint">
			<summary>Gets a permission that can be included in the server permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.CreateEndpoint"></see> permission that can be included in the server permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermission.CreateTraceEventNotification">
			<summary>Gets a permission that can be included in the server permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.CreateTraceEventNotification"></see> permission that can be included in the server permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermission.ExternalAccessAssembly">
			<summary>Gets a permission that can be included in the server permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.ExternalAccessAssembly"></see> permission that can be included in the server permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermission.Shutdown">
			<summary>Gets a permission that can be included in the server permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.Shutdown"></see> permission that can be included in the server permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermission.UnsafeAssembly">
			<summary>Gets a permission that can be included in the server permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.UnsafeAssembly"></see> permission that can be included in the server permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermission.ViewAnyDatabase">
			<summary>Gets a permission that can be included in the server permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.ViewAnyDatabase"></see> permission that can be included in the server permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermission.ViewAnyDefinition">
			<summary>Gets a permission that can be included in the server permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.ViewAnyDefinition"></see> permission that can be included in the server permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermission.ViewServerState">
			<summary>Gets a permission that can be included in the server permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.ViewServerState"></see> permission that can be included in the server permission set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServerPermissionInfo">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionInfo"></see> object represents information about a Microsoft SQL Server server-level permission.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerPermissionInfo.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionInfo"></see> class.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionInfo.PermissionType">
			<summary>Gets the type of permission.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet"></see> object that specifies a type of permission.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet"></see> object represents a set of server permissions.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.#ctor(Microsoft.SqlServer.Management.Smo.ServerPermission)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet"></see> class based on the specified permission.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission"></see> object that specifies a single permission for a set of permissions with a single member.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.#ctor(Microsoft.SqlServer.Management.Smo.ServerPermission[])">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet"></see> class based on the specified set of permissions.</summary>
			<param name="permissions">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission"></see> objects that specify the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.#ctor(Microsoft.SqlServer.Management.Smo.ServerPermissionSet)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet"></see> class based on the specified set of permissions.</summary>
			<param name="oServerPermissionSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet"></see> object that specifies a set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.Add(Microsoft.SqlServer.Management.Smo.ServerPermission)">
			<summary>Returns a server permission set after adding a new server permission to the referenced permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet"></see> object that includes the new permission.</returns>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission"></see> object that specifies the permission to add.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.Add(Microsoft.SqlServer.Management.Smo.ServerPermissionSet,Microsoft.SqlServer.Management.Smo.ServerPermission)">
			<summary>Returns a server permission set after adding a new server permission to the specified permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet"></see> object value that specifies a set of server permissions.</returns>
			<param name="permissionRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission"></see> object that specifies the server permissions.</param>
			<param name="permissionLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet"></see> object that specifies the server permission set.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.Equals(System.Object)">
			<summary>Determines whether the referenced server permission object is equal to a specified object.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the reference server permission object is equal to the specified object.If True, the objects are equal.If False (default), the objects are not equal.</returns>
			<param name="obj">An <see cref="T:System.Object"></see> system object that specifies the server permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.GetHashCode">
			<summary>This method supports the Microsoft SQL Server 2005 infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.op_Addition(Microsoft.SqlServer.Management.Smo.ServerPermissionSet,Microsoft.SqlServer.Management.Smo.ServerPermission)">
			<summary>Creates a server permission set by performing an addition operation on a <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission"></see> object and a <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet"></see> object value that specifies a set of server permissions.</returns>
			<param name="permissionRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission"></see> object that specifies the server permissions.</param>
			<param name="permissionLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet"></see> object that specifies the server permission set.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.op_Equality(Microsoft.SqlServer.Management.Smo.ServerPermissionSet,Microsoft.SqlServer.Management.Smo.ServerPermissionSet)">
			<summary>Determines whether two objects are equal by performing an equality operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet"></see> objects.</summary>
			<returns>A <see cref="T:System.Boolean"></see> object that specifies whether the two specified objects are equal.If True, the two specified objects are equal.If False (default), the two specified objects are unequal.</returns>
			<param name="p2">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet"></see> object that specifies the server permission.</param>
			<param name="p1">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet"></see> object that specifies the server permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.op_Inequality(Microsoft.SqlServer.Management.Smo.ServerPermissionSet,Microsoft.SqlServer.Management.Smo.ServerPermissionSet)">
			<summary>Determines whether two objects are unequal by performing an inequality operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet"></see> objects.</summary>
			<returns>A <see cref="T:System.Boolean"></see> object that specifies whether the two specified objects are unequal.If True, the two specified objects are unequal.If False (default), the two specified objects are equal.</returns>
			<param name="p2">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet"></see> object that specifies the server permission.</param>
			<param name="p1">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet"></see> object that specifies the server permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.op_Subtraction(Microsoft.SqlServer.Management.Smo.ServerPermissionSet,Microsoft.SqlServer.Management.Smo.ServerPermission)">
			<summary>Creates a server permission set by performing a subtraction operation on a <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission"></see> object and a <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet"></see> object value that specifies a set of server permissions.</returns>
			<param name="permissionRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission"></see> object that specifies the server permissions.</param>
			<param name="permissionLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet"></see> object that specifies the server permission set.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.Remove(Microsoft.SqlServer.Management.Smo.ServerPermission)">
			<summary>Removes a permission from the permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet"></see> object that specifies the permission set after the permission is removed.</returns>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission"></see> object that specifies the permission to remove.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.Subtract(Microsoft.SqlServer.Management.Smo.ServerPermissionSet,Microsoft.SqlServer.Management.Smo.ServerPermission)">
			<summary>Returns a server permission set after subtracting a server permission from the specified permission set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet"></see> object value that specifies a set of server permissions.</returns>
			<param name="permissionRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission"></see> object that specifies the server permissions.</param>
			<param name="permissionLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet"></see> object that specifies the server permission set.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AdministerBulkOperations">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the ADMINISTER BULK OPERATIONS (ADBO) permission in the permission set. This permission lets the grantee perform bulk insert operations on the instance of SQL Server, such as importing data by using the bcp command, using the BULK INSERT statement, or using the INSERT…SELECT * FROM OPENROWSET(BULK…) statement.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the ADMINISTER BULK OPERATIONS (ADBO) permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AlterAnyConnection">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the ALTER ANY CONNECTION (ALCO) permission in the permission set. This permission lets the grantee create, alter, or drop any connection on the instance of SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the ALTER ANY CONNECTION permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AlterAnyCredential">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the ALTER ANY CREDENTIAL (ALCD) permission in the permission set. This permission lets the grantee create, alter, or drop any credential on the instance of SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the ALTER ANY CREDENTIAL (ALCD) permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AlterAnyDatabase">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the ALTER ANY DATABASE (ALDB) permission in the permission set. This permission lets the grantee create, alter, or drop any database on the instance of SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the ALTER ANY DATABASE (ALDB) permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AlterAnyEndpoint">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the ALTER ANY ENDPOINT (ALHE) permission in the permission set. This permission lets the grantee create, alter, or drop any endpoint on the instance of SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the ALTER ANY ENDPOINT (ALHE) permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AlterAnyEventNotification">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the ALTER ANY EVENT NOTIFICATION (ALES) permission in the permission set. This permission lets the grantee to create, alter, or drop any event notification on the instance of SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the ALTER ANY EVENT NOTIFICATION (ALES) permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AlterAnyLinkedServer">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the ALTER ANY LINKED SERVER (ALLS) permission in the permission set. This permission lets the grantee create, alter, or drop any linked server on the instance of SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the ALTER ANY LINKED SERVER (ALLS) permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AlterAnyLogin">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the ALTER ANY LOGIN (ALLG) permission in the permission set. This permission lets the grantee create, alter, or drop any linked server on the instance of SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the ALTER ANY LOGIN (ALLG) permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AlterResources">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the ALTER RESOURCES (ALRS) permission in the permission set. This permission lets the grantee create, alter, or drop any resource on the instance of SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the ALTER RESOURCES (ALRS) permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AlterServerState">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the ALTER SERVER STATE (ALSS) permission in the permission set. This permission lets the grantee stop, start, or pause the instance of SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the ALTER SERVER STATE (ALSS) permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AlterSettings">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the ALTER SETTINGS (ASLT) permission in the permission set. This permission lets the grantee alter any settings on the instance of SQL Server, such as the default database directory.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the ALTER SETTINGS (ASLT) permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AlterTrace">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the ALTER TRACE (ALTR) permission in the permission set. This permission lets the grantee start, or stop trace runs or modify the trace options on the instance of SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the ALTER TRACE (ALTR) permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AuthenticateServer">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the AUTHENTICATE SERVER permission in the permission set. This permission lets the grantee authenticate users on the instance of SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the AUTHENTICATE SERVER permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.ConnectSql">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the CONNECT SQL (COSQ) permission in the permission set. This permission lets the grantee connect to the instance of SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the CONNECT SQL (COSQ) permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.ControlServer">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the CONTROL SERVER (CL) permission in the permission set. This permission lets the grantee grant any permission on any securable on the instance of SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the CONTROL SERVER (CL) permission in the permission set.If True, the permission is included in the permission set. If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.CreateAnyDatabase">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the CREATE ANY DATABASE (CRDB) permission in the permission set. This permission lets the grantee create, alter, or drop any database on the instance of SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the CREATE ANY DATABASE (CRDB) permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.CreateDdlEventNotification">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the CREATE DDL EVENT NOTIFICATION (CRDE) permission in the permission set. This permission lets the grantee create any DDL (Data Definition Language) event notification on the instance of SQL Server, such as the event that is raised when a database is created.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the CREATE DDL EVENT NOTIFICATION (CRDE) permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.CreateEndpoint">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the CREATE ENDPOINT (CRHE) permission in the permission set. This permission lets the grantee create endpoints on the instance of SQL Server for SOAP, Transact-SQL, database mirroring, and Service Broker.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the CREATE ENDPOINT (CRHE) permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.CreateTraceEventNotification">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the CREATE TRACE EVENT NOTIFICATION (CRTE) permission in the permission set. This permission lets the grantee create trace event notifications on the instance of SQL Server. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the CREATE TRACE EVENT NOTIFICATION (CRTE) permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.ExternalAccessAssembly">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the EXTERNAL ACCESS (XA) permission in the permission set. This permission lets the grantee access external system resources such as assembly files, networks, environmental variables, and the registry. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the EXTERNAL ACCESS (XA) permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.Shutdown">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the SHUTDOWN (SHDN) permission in the permission set. This permission lets the grantee stop the SQL Server service. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the SHUTDOWN (SHDN) permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.UnsafeAssembly">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the UNSAFE permission in the permission set. This permission allows the grantee unrestricted access to resources, both within and outside SQL Server, including calls to unmanaged code</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the UNSAFE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.ViewAnyDatabase">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the VIEW ANY DATABASE (VWDB) permission in the permission set. This permission lets the grantee view the definition (metadata) of any database on the instance of SQL Server. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the VIEW ANY DATABASE (VWDB) permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.ViewAnyDefinition">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the VIEW ANY DEFINITION (VWAD) permission in the permission set. This permission lets the grantee view the definition of any server that is securable on the instance of SQL Server. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the ViewAnyDefinition permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.ViewServerState">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the VIEW SERVER STATE (VWSS) permission in the permission set. This permission lets the grantee view the state of the instance of SQL Server. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the VIEW SERVER STATE (VWSS) permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServerProxyAccount">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ServerProxyAccount"></see> class represents the implementation of a proxy account on an instance of Microsoft SQL Server. The <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount"></see> object allows for impersonation of job step execution. Created by the system administrator, it can be further be assigned to a login or a server role or a database role and one of the subsystems, except for Transact-SQL.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerProxyAccount.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.ServerProxyAccount"></see> object property changes on the instance of Microsoft SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerProxyAccount.SetAccount(System.String,System.Security.SecureString)">
			<summary>Sets the account name and secure password for the proxy account on the instance of Microsoft SQL Server.</summary>
			<param name="windowsAccount">A <see cref="T:System.String"></see> value that specifies the name of the account.</param>
			<param name="password">A <see cref="T:System.Security.SecureString"></see> value that specifies the password for the account.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerProxyAccount.SetAccount(System.String,System.String)">
			<summary>Sets the account name and password for the proxy account on the instance of Microsoft SQL Server.</summary>
			<param name="windowsAccount">A <see cref="T:System.String"></see> value that specifies the name of the account.</param>
			<param name="password">A <see cref="T:System.String"></see> value that specifies the password for the account.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerProxyAccount.SetPassword(System.Security.SecureString)">
			<summary>Sets the proxy account password to the specified secure string.</summary>
			<param name="password">A <see cref="T:System.Security.SecureString"></see> value that specifies the password for the account.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerProxyAccount.SetPassword(System.String)">
			<summary>Sets the proxy account password to the specified string.</summary>
			<param name="password">A <see cref="T:System.String"></see> value that specifies the password for the account.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerProxyAccount.IsEnabled">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the proxy account is enabled on the instance of Microsoft SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean"></see> object value that specifies the whether the proxy account is enabled on the instance of SQL Server.If True, the proxy account is enabled on the instance of SQL Server.If False (default), the proxy account is not enabled on the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerProxyAccount.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerProxyAccount"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerProxyAccount"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerProxyAccount.WindowsAccount">
			<summary>Gets the proxy account name.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the proxy account.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServerRole">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ServerRole"></see> object represents a MicrosoftSQL Server security role.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerRole.AddMember(System.String)">
			<summary>Adds a login to the fixed server role membership.</summary>
			<param name="loginname">A <see cref="T:System.String"></see> value that specifies the login that is to be added to the fixed server role membership.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerRole.DropMember(System.String)">
			<summary>Removes a login from the fixed server role membership.</summary>
			<param name="loginname">A <see cref="T:System.String"></see> value that specifies the login that is to be removed from the fixed server role membership.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerRole.EnumAgentProxyAccounts">
			<summary>Enumerates a list of the SQL Server Agent proxy account to which the server role belongs.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> system object value that contains an enumerated list of information about SQL Server Agent proxy accounts to which the referenced server role belongs.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerRole.EnumServerRoleMembers">
			<summary>Enumerates a list of members of the fixed server role.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains an enumerated list of information about the members of the fixed server role.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerRole.EnumServerRolePermissions">
			<summary>Returns a list of server permissions assigned to the referenced server role.</summary>
			<returns>An array of <see cref="T:System.Data.DataTable"></see> object values that contain information about server permissions assigned to the server role. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. Column Data type Description ServerRole<see cref="T:System.String"></see>The fixed server role, for example, sysadmin.Permission<see cref="T:System.String"></see>The description of the server role permission.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerRole.ID">
			<summary>Gets the ID value that uniquely identifies the server role.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the server role.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerRole.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerRole"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object value that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerRole"></see> object. </returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServerRoleCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ServerRoleCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.ServerRole"></see> objects that represent all the server roles defined on a table.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerRoleCollection.Add(Microsoft.SqlServer.Management.Smo.ServerRole)">
			<summary>Adds the specified server role to the collection.</summary>
			<param name="serverRole">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerRole"></see> object to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerRoleCollection.CopyTo(Microsoft.SqlServer.Management.Smo.ServerRole[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ServerRole"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerRoleCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerRoleCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerRole"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerRole"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerRoleCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerRoleCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.ServerRole"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerRole"></see> object value that represents the server role.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerRole"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerRoleCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerRoleCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.ServerRole"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerRole"></see> object value that represents the server role.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerRole"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerRoleCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerRoleCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerRole"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerRole"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object represents the Microsoft SQL Server server trace events that can be included in a server trace event set.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.Add(Microsoft.SqlServer.Management.Smo.ServerTraceEvent,Microsoft.SqlServer.Management.Smo.ServerTraceEvent)">
			<summary>Returns a server trace event set by adding two server trace events. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet"></see> object value that specifies a set of two server trace events.</returns>
			<param name="eventRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that specifies the server trace events.</param>
			<param name="eventLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that specifies the server trace events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.Equals(System.Object)">
			<summary>Determines whether the referenced server trace event object is equal to a specified object.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the reference server trace event object is equal to the specified object.If True, the objects are equal.If False, the objects are not equal.</returns>
			<param name="obj">An <see cref="T:System.Object"></see> system object that specifies the server trace event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.GetHashCode">
			<summary>This method supports the Microsoft SQL Server 2005 infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.op_BitwiseOr(Microsoft.SqlServer.Management.Smo.ServerTraceEvent,Microsoft.SqlServer.Management.Smo.ServerTraceEvent)">
			<summary>Creates a server trace event set by performing a bitwise OR operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> objects.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet"></see> object value that specifies a set of server trace events.</returns>
			<param name="eventRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that specifies the other server trace event.</param>
			<param name="eventLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that specifies one server trace event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.op_Equality(Microsoft.SqlServer.Management.Smo.ServerTraceEvent,Microsoft.SqlServer.Management.Smo.ServerTraceEvent)">
			<summary>Creates a server trace event set by comparing two <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> objects.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet"></see> object value that specifies a set of server trace events that are common to both <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> objects.</returns>
			<param name="a">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that specifies the server trace events.</param>
			<param name="b">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that specifies the server trace events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.op_Inequality(Microsoft.SqlServer.Management.Smo.ServerTraceEvent,Microsoft.SqlServer.Management.Smo.ServerTraceEvent)">
			<summary>Creates a server event set by comparing on two <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> objects.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet"></see> object value that specifies a set of server trace events that are not in both <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> objects.</returns>
			<param name="a">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that specifies the server trace events.</param>
			<param name="b">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that specifies the server trace events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.ToString">
			<summary>Returns the referenced object in string format.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the referenced object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AssemblyLoad">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AssemblyLoad"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditAddDBUserEvent">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditAddDBUserEvent"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditAddLoginToServerRoleEvent">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditAddLoginToServerRoleEvent"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditAddMemberToDBRoleEvent">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditAddMemberToDBRoleEvent"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditAddRoleEvent">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditAddRoleEvent"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditAppRoleChangePasswordEvent">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditAppRoleChangePasswordEvent"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditBackupRestoreEvent">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditBackupRestoreEvent"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditChangeAuditEvent">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditChangeAuditEvent"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditChangeDatabaseOwner">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditChangeDatabaseOwner"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditDatabaseManagementEvent">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditDatabaseManagementEvent"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditDatabaseObjectAccessEvent">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditDatabaseObjectAccessEvent"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditDatabaseObjectGdrEvent">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditDatabaseObjectGdrEvent"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditDatabaseObjectManagementEvent">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditDatabaseObjectManagementEvent"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditDatabaseObjectTakeOwnershipEvent">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditDatabaseObjectTakeOwnershipEvent"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditDatabaseOperationEvent">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditDatabaseOperationEvent"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditDatabasePrincipalImpersonationEvent">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditDatabasePrincipalImpersonationEvent"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditDatabasePrincipalManagementEvent">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditDatabasePrincipalManagementEvent"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditDatabaseScopeGdrEvent">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditDatabaseScopeGdrEvent"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditDbccEvent">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditDbccEvent"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditLogin">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditLoginGdrEvent"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditLoginChangePasswordEvent">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditLoginChangePasswordEvent"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditLoginChangePropertyEvent">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditLoginChangePropertyEvent"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditLoginFailed">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditLoginFailed"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditLoginGdrEvent">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditLoginGdrEvent"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditLogout">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditLogout"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditSchemaObjectAccessEvent">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditSchemaObjectAccessEvent"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditSchemaObjectGdrEvent">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditSchemaObjectGdrEvent"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditSchemaObjectManagementEvent">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditSchemaObjectManagementEvent"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditSchemaObjectTakeOwnershipEvent">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditSchemaObjectTakeOwnershipEvent"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditServerAlterTraceEvent">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditServerAlterTraceEvent"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditServerObjectGdrEvent">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditServerObjectGdrEvent"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditServerObjectManagementEvent">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditServerObjectManagementEvent"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditServerObjectTakeOwnershipEvent">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditServerObjectTakeOwnershipEvent"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditServerOperationEvent">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditServerOperationEvent"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditServerPrincipalImpersonationEvent">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditServerPrincipalImpersonationEvent"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditServerPrincipalManagementEvent">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditServerPrincipalManagementEvent"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditServerScopeGdrEvent">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditServerScopeGdrEvent"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.BlockedProcessReport">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.BlockedProcessReport"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.DatabaseMirroringStateChange">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.DatabaseMirroringStateChange"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.DataFileAutoGrow">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.DataFileAutoGrow"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.DataFileAutoShrink">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.DataFileAutoShrink"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.DeadlockGraph">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.DeadlockGraph"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.DeprecationAnnouncement">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.DeprecationAnnouncement"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.DeprecationFinalSupport">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.DeprecationFinalSupport"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.Errorlog">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Errorlog"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.Eventlog">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Eventlog"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.Exception">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Exception"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.ExchangeSpillEvent">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.ExchangeSpillEvent"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.ExecutionWarnings">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.ExecutionWarnings"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.FtCrawlAborted">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.FtCrawlAborted"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.FtCrawlStarted">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.FtCrawlStarted"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.FtCrawlStopped">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.FtCrawlStopped"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.HashWarning">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.HashWarning"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.LockDeadlock">
			<summary>Gets a server event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.LockDeadlockChain"></see> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.LockDeadlockChain">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.LockDeadlockChain"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.LockEscalation">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.LockEscalation"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.LogFileAutoGrow">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.LogFileAutoGrow"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.LogFileAutoShrink">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.LogFileAutoShrink"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.MissingColumnStatistics">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.MissingColumnStatistics"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.MissingJoinPredicate">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.MissingJoinPredicate"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.MountTape">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.MountTape"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.ObjectAltered">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.ObjectAltered"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.ObjectCreated">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.ObjectCreated"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.ObjectDeleted">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.ObjectDeleted"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.OledbCallEvent">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.OledbCallEvent"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.OledbDatareadEvent">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.OledbDatareadEvent"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.OledbErrors">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.OledbErrors"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.OledbProviderInformation">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.OledbProviderInformation"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.Qn_dynamics">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Qn_dynamics"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.Qn_parameterTable">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Qn_parameterTable"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.Qn_subscription">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Qn_subscription"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.Qn_template">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Qn_template"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.ServerMemoryChange">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.ServerMemoryChange"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.ShowplanAllForQueryCompile">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.ShowplanAllForQueryCompile"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.ShowplanXml">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.ShowplanXml"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.ShowplanXmlForQueryCompile">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.ShowplanXmlForQueryCompile"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.ShowplanXmlStatisticsProfile">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.ShowplanXmlStatisticsProfile"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.SortWarnings">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.SortWarnings"></see>event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.SpCacheinsert">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.SpCacheinsert"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.SpCachemiss">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.SpCachemiss"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.SpCacheremove">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.SpCacheremove"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.SpRecompile">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.SpRecompile"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.SqlStmtrecompile">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.SqlStmtrecompile"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.TraceAllEvents">
			<summary>Gets a server trace event category that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceAllEvents"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.TraceBroker">
			<summary>Gets a server trace event category that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceBroker"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.TraceClr">
			<summary>Gets a server trace event category that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceClr"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.TraceCursors">
			<summary>Gets a server trace event category that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceCursors"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.TraceDatabase">
			<summary>Gets a server trace event category that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceDatabase"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.TraceDeprecation">
			<summary>Gets a server trace event category that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceDeprecation"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.TraceErrorsAndWarnings">
			<summary>Gets a server trace event category that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceErrorsAndWarnings"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.TraceFileClose">
			<summary>Gets a server trace event category that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceFileClose"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.TraceFullText">
			<summary>Gets a server trace event category that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceFullText"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.TraceLocks">
			<summary>Gets a server trace event category that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceLocks"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.TraceObjects">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceObjects"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.TraceOledb">
			<summary>Gets a server trace event category that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceOledb"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.TracePerformance">
			<summary>Gets a server trace event category that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TracePerformance"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.TraceProgressReport">
			<summary>Gets a server trace event category that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceProgressReport"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.TraceQueryNotifications">
			<summary>Gets a server trace event category that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceQueryNotifications"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.TraceScans">
			<summary>Gets a server trace event category that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceScans"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.TraceSecurityAudit">
			<summary>Gets a server trace event category that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceSecurityAudit"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.TraceServer">
			<summary>Gets a server trace event category that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceServer"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.TraceServerInternalDiagnostics">
			<summary>Gets a server trace event category that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceServerInternalDiagnostics"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.TraceSessions">
			<summary>Gets a server trace event category that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceSessions"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.TraceStoredProcedures">
			<summary>Gets a server trace event category that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceStoredProcedures"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.TraceTransactions">
			<summary>Gets a server trace event category that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceTransactions"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.TraceTsql">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceTsql"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.TraceUserConfigurable">
			<summary>Gets a server trace event category that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceUserConfigurable"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.Userconfigurable0">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Userconfigurable0"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.Userconfigurable1">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Userconfigurable1"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.Userconfigurable2">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Userconfigurable2"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.Userconfigurable3">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Userconfigurable3"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.Userconfigurable4">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Userconfigurable4"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.Userconfigurable5">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Userconfigurable5"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.Userconfigurable6">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Userconfigurable6"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.Userconfigurable7">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Userconfigurable7"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.Userconfigurable8">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Userconfigurable8"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.Userconfigurable9">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Userconfigurable9"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.UserErrorMessage">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.UserErrorMessage"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.XqueryStaticType">
			<summary>Gets a server trace event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.XqueryStaticType"></see> event that can be included in the server trace event set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet"></see> object represents a set server trace events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.#ctor(Microsoft.SqlServer.Management.Smo.ServerTraceEvent)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet"></see> class with a specified event.</summary>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that specifies a server trace event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.#ctor(Microsoft.SqlServer.Management.Smo.ServerTraceEvent[])">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet"></see> class with the specified set of events.</summary>
			<param name="events">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> objects that specifies several server trace events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.#ctor(Microsoft.SqlServer.Management.Smo.ServerTraceEventSet)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet"></see> class with the specified set of events.</summary>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet"></see> that specifies a set of data definition language (DDL) server events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Add(Microsoft.SqlServer.Management.Smo.ServerTraceEvent)">
			<summary>Returns a trace event set after adding a trace event to an existing event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet"></see> that represents the new event set.</returns>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that specifies the event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Add(Microsoft.SqlServer.Management.Smo.ServerTraceEventSet,Microsoft.SqlServer.Management.Smo.ServerTraceEvent)">
			<summary>Returns a trace event set after adding a trace event to an existing event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet"></see> that represents the new event set.</returns>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet"></see> object that specifies the server trace event set.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that specifies the event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Copy">
			<summary>Returns a copy of the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet"></see> object that represents a copy of the event set.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.op_Addition(Microsoft.SqlServer.Management.Smo.ServerTraceEventSet,Microsoft.SqlServer.Management.Smo.ServerTraceEvent)">
			<summary>Creates a server trace event set by performing an addition operation on a <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object and a <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet"></see> object value that specifies a set of server trace events.</returns>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet"></see> object that specifies the server trace event set.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that specifies the server trace events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.op_Subtraction(Microsoft.SqlServer.Management.Smo.ServerTraceEventSet,Microsoft.SqlServer.Management.Smo.ServerTraceEvent)">
			<summary>Creates a server trace event set by performing a subtraction operation on a <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object and a <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet"></see> object value that specifies a set of server trace events.</returns>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet"></see> object that specifies the server trace event set.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that specifies the server trace events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Remove(Microsoft.SqlServer.Management.Smo.ServerTraceEvent)">
			<summary>Removes an event from the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet"></see> object that represents the server trace event set.</returns>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that specifies the event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Subtract(Microsoft.SqlServer.Management.Smo.ServerTraceEventSet,Microsoft.SqlServer.Management.Smo.ServerTraceEvent)">
			<summary>Returns a trace event set after subtracting a trace event from an existing event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet"></see> that represents the new event set.</returns>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet"></see> object that specifies the server trace event set.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent"></see> object that specifies the event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.ToString">
			<summary>Returns a string that represents the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet"></see> object.</summary>
			<returns>A <see cref="T:System.String"></see> value that represents the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditAddloginEvent">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a new login is added.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AuditAddLoginEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditAddLoginToServerRoleEvent">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a login is added to a server role.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AuditAddLoginToServerRoleEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditAddMemberToDBRoleEvent">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a new member is added to a database role. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AuditAddMemberToDBRoleEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditAddRoleEvent">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a new role is added.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AuditAddRoleEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditAppRoleChangePasswordEvent">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when the password for an application role is changed. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AuditAppRoleChangePasswordEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditBackupRestoreEvent">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a backup and restore operation is issued.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AuditBackupRestoreEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditChangeAuditEvent">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when audit trace modifications are made.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AuditChangeAuditEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditChangeDatabaseOwner">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when the database owner is changed. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AuditChangeDatabaseOwner event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditDatabaseManagementEvent">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a database is created, altered, or dropped.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AuditDatabaseManagementEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditDatabaseObjectAccessEvent">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a database object is accessed, such as a schema.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AuditDatabaseObjectAccessEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditDatabaseObjectGdrEvent">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when grant, deny, or revoke operation is issued on a database object, such as a schema.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AuditDatabaseObjectGdr event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditDatabaseObjectManagementEvent">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a database object is created, altered or dropped.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AuditDatabaseObjectManagementEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditDatabaseObjectTakeOwnershipEvent">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when ownership of an object in the database scope is changed.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AuditDatabaseObjectTakeOwnershipEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditDatabaseOperationEvent">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a database operation occurs, such as a checkpoint.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AuditDatabaseOperationEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditDatabasePrincipalImpersonationEvent">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when there is an impersonation within the scope of the database, such as a SETUSER or an EXECUTE AS USER.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AuditDatabasePrincipalImpersonationEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditDatabasePrincipalManagementEvent">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a principal, such as users, are created, altered, or dropped from the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AuditDatabasePrincipalManagementEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditDatabaseScopeGdrEvent">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a grant, deny, or revoke operation is issued within the scope of the database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AuditDatabaseScopeGdrEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditDbccEvent">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when DBCC commands are issued.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AuditDbccEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditLogin">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a user successfully logs on to Microsoft SQL Server. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AuditLogin event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditLoginChangePasswordEvent">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a SQL server login password is changed.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AuditLoginChangePasswordEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditLoginChangePropertyEvent">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a login property, other than password, is changed.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AuditLoginChangePropertyEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditLoginFailed">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an attempt to log in to SQL Server fails. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AuditFailedLogin event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditLoginGdrEvent">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a grant, deny, or revoke operation is issued on a login object. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AuditLoginGdrEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditLogout">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a user successfully logs out of Microsoft SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AuditLogout event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditSchemaObjectAccessEvent">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an object permission, such as SELECT, is used both successfully or unsuccessfully.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AuditSchemaObjectAccessEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditSchemaObjectGdrEvent">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an object grant, deny, or revoke operation is issued. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AuditSchemaObjectGdrEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditSchemaObjectManagementEvent">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an object is created, altered or dropped.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AuditSchemaObjectManagementEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditSchemaObjectTakeOwnershipEvent">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an ALTER AUTHORIZATION command is used to change the owner of an object.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AuditSchemaObjectTakeOwnershipEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditServerAlterTraceEvent">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a statement checks for the ALTER TRACE permission.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AuditServerAlterTraceEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditServerObjectGdrEvent">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a grant, deny, or revoke operation is issued on a schema object, such as a table or a function. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AuditServerObjectGdrEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditServerObjectManagementEvent">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a server objects are created, altered, or dropped. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AuditServerObjectManagementEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditServerObjectTakeOwnershipEvent">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when the ownership is changed for objects within the scope of the server.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AuditServerObjectTakeOwnershipEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditServerOperationEvent">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when Security Audit operations such as altering settings, resources, external access, or authorization are used.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AuditServerOperationEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditServerPrincipalImpersonationEvent">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when there is an impersonation within scope of the server, such as EXECUTE AS LOGIN.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AuditServerPrincipalImpersonationEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditServerPrincipalManagementEvent">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a server principals are created, altered, or dropped.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AuditServerPrincipalManagementEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditServerScopeGdrEvent">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a grant, deny, or revoke operation for permissions is issued in the scope of the server, such as creating a login.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AuditServerScopeGdrEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.BlockedProcessReport">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a process has been blocked for more than a specified amount of time. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the BlockedProcessReport event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.DatabaseMirroringStateChange">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when the state of a mirrored database changes.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DatabaseMirroringStateChange event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.DataFileAutoGrow">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a data file is extended automatically by the server.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DataFileAutoGrow event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.DataFileAutoShrink">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a data file is reduced automatically by the server.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DataFileAutoShrink event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.DeadlockGraph">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an attempt to acquire a lock is canceled because the attempt was part of a deadlock and was chosen as the deadlock victim. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DeadlockGraph event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.DeprecationAnnouncement">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a feature is used that will be removed from a future version of SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DeprecationAnnouncement event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.DeprecationFinalSupport">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a feature is used that will be removed from the next major version of SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DeprecationFinalSupport event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Errorlog">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when error events are logged in the SQL Server error log.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the Errorlog event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Eventlog">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when error events are logged in the SQL Server application.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the Eventlog event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Exception">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an exception occurs in SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the Exception event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.ExchangeSpillEvent">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when communication buffers in a parallel query plan have been temporarily written to the tempdb database.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the ExchangeSpillEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.ExecutionWarnings">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when warnings are issued during the execution of a SQL Server statement or stored procedure.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the ExecutionWarning event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.FtCrawlAborted">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an exception is encountered during a full-text crawl. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the FtCrawlAborted event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.FtCrawlStarted">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a full-text crawl (population) starts. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the FtCrawlStarted event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.FtCrawlStopped">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a full-text crawl (population) starts. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the FtCrawlStopped event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.HashWarning">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a hashing operation that is not processing on a buffer partition has reverted to an alternate plan. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the HashWarning event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.LockDeadlock">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when two concurrent transactions have deadlocked each other by trying to obtain incompatible locks on resources that the other transaction owns. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the LockDeadlock event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.LockDeadlockChain">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs for each of the events leading up to a deadlock.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the LockDeadlockChain event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.LockEscalation">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a fine-grained lock has been converted to a coarse-grained lock (for example, a page lock escalated or converted to a table lock).</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the LockEscalation event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.LogFileAutoGrow">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a log file was extended automatically by the server.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the LogFileAutoGrow event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.LogFileAutoShrink">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a log file was reduced automatically by the server.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the LogFileAutoShrink event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.MissingColumnStatistics">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when column statistics that would be useful for the optimizer are not available.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the MissingColumnStatistics event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.MissingJoinPredicate">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a query that has no join predicate is being executed.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the MissingJoinPredicate event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.MountTape">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a request to mount a tape is received.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the MountTape event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.NumberOfElements">
			<summary>Gets the number of elements in the event set.</summary>
			<returns>An<see cref="T:System.Int32"></see> value that specifies the number of elements in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.ObjectAltered">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an object is altered.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the ObjectAltered event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.ObjectCreated">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an object is created.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the ObjectCreated event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.ObjectDeleted">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an object is deleted.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the ObjectDeleted event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.OledbErrors">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an OLE DB error occurs.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the OledbErrors event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.ServerMemoryChange">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when SQL Server memory usage has increased or decreased by either 1 megabyte (MB) or 5 percent of the maximum server memory, whichever is greater.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the ServerMemoryChange event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.ShowplanAllForQueryCompile">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an SQL statement compiles and displays complete, compile-time data.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the ShowplanAllForQueryCompile event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.ShowplanXmlForQueryCompile">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an SQL statement executes and displays the complete, compile-time data. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the ShowplanXmlForQueryCompile event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.SortWarnings">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a sort warning is generated. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the SortWarnings event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.SpCacheinsert">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an item is inserted into the procedure cache.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the SpCacheinsert event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.SpCachemiss">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a procedure is not found in the procedure cache.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the SpCachemiss event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.SpCacheremove">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an item is removed from the procedure cache.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the SpCacheremove event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.SpRecompile">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a procedure is recompiled.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the SpRecompile event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceAllEvents">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether all events are included in the trace or not.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether all events are included in the trace or not.If True, all events are included in the trace.If False (default), all events are not included in the trace.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceBroker">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the Broker category events are included in the trace.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether Broker events are included in the trace.If True, Broker events are recorded in the trace.If False (default), Broker events are not recorded in the trace.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceCursors">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the Cursor category events are recorded in the trace.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether Cursor events are included in the trace. If True, Cursor events are recorded in the trace.If False (default), Cursor events are not recorded in the trace.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceDatabase">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the Database category events are recorded in the trace.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether Database events are included in the trace.If True, Database events are included in the trace.If False (default), Database events are not included in the trace.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceDeprecation">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether Deprecation category events are recorded in the trace.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether Deprecation events are included in the trace. If True, Deprecation events are included in the trace.If False (default), Deprecation events are not included in the trace.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceErrorsAndWarnings">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether errors and warnings are recorded in the trace.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether errors and warnings are included in the trace.If True, errors and warnings are recorded in the trace.If False (default), errors and warnings are not recorded in the trace.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceFileClose">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs if a trace file closes when a transaction is rolled back.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the TraceFileClose event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceFullText">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether Full Text category events are recorded in the trace.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether Full Text events are included in the trace.If True, Full Text events are recorded in the trace.If False (default), Full Text events are not recorded in the trace.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceLocks">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether Lock category events are recorded in the trace.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether Lock category events are included in the trace.If True, Lock category events are recorded in the trace.If False (default), Lock category events are not recorded in the trace.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceObjects">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether Object category events are recorded in the trace.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether Object category events are included in the trace.If True, Object category events are recorded in the trace.If False (default), Object category events are not recorded in the trace.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceOledb">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether OLE DB category events are recorded in the trace.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether OLE DB category events are included in the trace.If True, OLE DB category events are recorded in the trace.If False (default), OLE DB category events are not recorded in the trace.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TracePerformance">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether Performance category events are recorded in the trace.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether Performance category events are included in the trace.If True, Performance category events are recorded in the trace.If False (default), Performance category events are not recorded in the trace.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceProgressReport">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether Progress Report category events are recorded in the trace.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether Progress Report category events are included in the trace.If True, Progress Report category events are recorded in the trace.If False (default), Progress Report category events are not recorded in the trace.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceScans">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether Scan category events are recorded in the trace.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether Scan category events are included in the trace.If True, Scan category events are recorded in the trace.If False (default), Scan category events are not recorded in the trace.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceSecurityAudit">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether Security Audit category events are recorded in the trace.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether Security Audit category events are included in the trace.If True, Security Audit category events are recorded in the trace.If False (default), Security Audit category events are not recorded in the trace.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceServer">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether Server category events are recorded in the trace.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether Server category events are included in the trace.If True, Server category events are recorded in the trace.If False (default), Server category events are not recorded in the trace.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceSessions">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether Session category events are recorded in the trace.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether Session category events are included in the trace.If True, Session category events are recorded in the trace.If False (default), Session category events are not recorded in the trace.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceStoredProcedures">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether Stored Procedure category events are recorded in the trace.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether Stored Procedure category events are included in the trace.If True, Stored Procedure category events are recorded in the trace.If False (default), Stored Procedure category events are not recorded in the trace.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceTransactions">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether Transaction category events are recorded in the trace.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether Transaction category events are included in the trace.If True, Transaction category events are recorded in the trace.If False (default), Transaction category events are not recorded in the trace.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceTsql">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether Transact-SQL category events are recorded in the trace.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether Transact-SQL category events are included in the trace.If True, Transact-SQL category events are recorded in the trace.If False (default), Transact-SQL category events are not recorded in the trace.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceUserConfigurable">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether Lock category events are recorded in the trace.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether Lock category events are included in the trace.If True, Lock category events are recorded in the trace.If False (default), Lock category events are not recorded in the trace.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Userconfigurable0">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event is configured by the user.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the Userconfigurable0 event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Userconfigurable1">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event is configured by the user.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the UserConfigurable1 event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Userconfigurable2">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event is configured by the user.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the UserConfigurable2 event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Userconfigurable3">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event is configured by the user.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the UserConfigurable3 event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Userconfigurable4">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event is configured by the user.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the UserConfigurable4 event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Userconfigurable5">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event is configured by the user.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the UserConfigurable4 event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Userconfigurable6">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event is configured by the user.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the UserConfigurable5 event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Userconfigurable7">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event is configured by the user.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the UserConfigurable7 event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Userconfigurable8">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event is configured by the user.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the UserConfigurable8 event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Userconfigurable9">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event is configured by the user.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the UserConfigurable9 event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.UserErrorMessage">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event that occurs when a user error message is included in the event set.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the UserErrorMessage event is included in the event set.If True, the UserErrorMessage event is included in the event set.If False (default), the UserErrorMessage event is not included in the event set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServiceBrokerPayload">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceBrokerPayload"></see> object represents a SQL ServerService Broker payload.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServiceBrokerPayload.Certificate">
			<summary>Gets or sets the certificate used to encrypt the Service Broker payload.</summary>
			<returns>A T:System.String value that specifies the certificate used to encrypt the Service Broker payload.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServiceBrokerPayload.EndpointAuthenticationOrder">
			<summary>Gets or sets the type of authentication and the order it is applied to the Service Broker payload.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.EndpointAuthenticationOrder"></see> value that specifies the type of authentication and the order it is applied to the Service Broker payload.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServiceBrokerPayload.EndpointEncryption">
			<summary>Gets or sets the state of encryption for the Service Broker payload.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.EndpointEncryption"></see> value that specifies the state of encryption for the Service Broker payload.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServiceBrokerPayload.IsMessageForwardingEnabled">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property that specifies whether message forwarding is enabled on the Service Broker payload.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether message forwarding is enabled.If True, message forwarding is enabled.If False (default), message forwarding is disabled.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServiceBrokerPayload.IsSystemObject">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property that specifies whether the referenced object is a system object. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the reference object is a system object.If True, the object is a system object.If False (default), the object is a user-defined object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServiceBrokerPayload.MessageForwardingSize">
			<summary>Gets or sets the message forwarding size.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the size of message forwarding supported by the Service Broker payload.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServiceMasterKey">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceMasterKey"></see> object represents a Microsoft SQL Server service master key.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceMasterKey.ChangeAccount(System.String,System.String)">
			<summary>Encrypts the service master key with the new, specified credentials.</summary>
			<param name="newPassword">A <see cref="T:System.String"></see> value that specifies the associated password for the account which is used to open the service master key.</param>
			<param name="newAccount">A <see cref="T:System.String"></see> value that specifies the account with which to open the service master key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceMasterKey.Export(System.String,System.String)">
			<summary>Saves the service master key to the specified system path location with the specified password.</summary>
			<param name="password">A <see cref="T:System.String"></see> value that specifies the password with which to encrypt and decrypt the service master key.</param>
			<param name="path">A <see cref="T:System.String"></see> value that specifies the system path location of the file to which to save the service master key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceMasterKey.Import(System.String,System.String)">
			<summary>Loads the service master key from the file located at the specified system path using the specified password.</summary>
			<param name="password">A <see cref="T:System.String"></see> value that specifies the password supplied when the service master key was saved to file.</param>
			<param name="path">A <see cref="T:System.String"></see> value that specifies the system path location of the file to which to save the service master key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceMasterKey.Recover(System.String,System.String)">
			<summary>Recovers a service master key, in case the service master key has been changed external to SQL Server.</summary>
			<param name="oldPassword">A <see cref="T:System.String"></see> value that specifies the associated password for the account that was used to open the service master key.</param>
			<param name="oldAccount">A <see cref="T:System.String"></see> value that specifies the old account that was used to open the service master key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceMasterKey.Regenerate">
			<summary>Regenerates the database master key using the specified new password.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceMasterKey.Regenerate(System.Boolean)">
			<summary>Regenerates the service master key with the option to force the regeneration thus removing all items that cannot be successfully decrypted. </summary>
			<param name="forceRegeneration">A <see cref="T:System.Boolean"></see> value that specifies whether to drop the items that cannot be successfully regenerated.If True, regeneration of the master key is forced and all items that cannot be regenerated are dropped.If False, regeneration of the master key is not forced.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServiceMasterKey.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceMasterKey"></see> object. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceMasterKey"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent"></see> object represents the Service Broker service queue events that can be included in a service queue event set.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent.Add(Microsoft.SqlServer.Management.Smo.ServiceQueueEvent,Microsoft.SqlServer.Management.Smo.ServiceQueueEvent)">
			<summary>Returns a Service Broker queue event set that is created by adding two specified events together.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet"></see> object value that specifies a set of Service Broker queue events.</returns>
			<param name="eventRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent"></see> object that specifies another Service Broker queue event.</param>
			<param name="eventLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent"></see> object that specifies a Service Broker queue event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent.Equals(System.Object)">
			<summary>Determines whether the referenced service queue event object is equal to a specified object.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the referenced service queue event object is equal to the specified object.If True, the objects are equal.If False, the objects are not equal.</returns>
			<param name="obj">An <see cref="T:System.Object"></see> system object that specifies the service queue event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent.GetHashCode">
			<summary>This method supports the Microsoft SQL Server 2005 infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent.op_Addition(Microsoft.SqlServer.Management.Smo.ServiceQueueEvent,Microsoft.SqlServer.Management.Smo.ServiceQueueEvent)">
			<summary>Creates a service queue event set by performing an addition operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent"></see> objects.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet"></see> object value that specifies a set of service queue events.</returns>
			<param name="eventRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent"></see> object that specifies the service queue events.</param>
			<param name="eventLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent"></see> object that specifies the service queue events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent.op_BitwiseOr(Microsoft.SqlServer.Management.Smo.ServiceQueueEvent,Microsoft.SqlServer.Management.Smo.ServiceQueueEvent)">
			<summary>Creates a service queue event set by performing a bitwise OR operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent"></see> objects.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet"></see> object value that specifies a set of service queue events.</returns>
			<param name="eventRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent"></see> object that specifies the service queue events.</param>
			<param name="eventLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent"></see> object that specifies the service queue events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent.op_Equality(Microsoft.SqlServer.Management.Smo.ServiceQueueEvent,Microsoft.SqlServer.Management.Smo.ServiceQueueEvent)">
			<summary>Creates a service queue event set by performing an equality operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent"></see> objects.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet"></see> object value that specifies a set of service queue events.</returns>
			<param name="a">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent"></see> object that specifies the service queue events.</param>
			<param name="b">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent"></see> object that specifies the service queue events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent.op_Inequality(Microsoft.SqlServer.Management.Smo.ServiceQueueEvent,Microsoft.SqlServer.Management.Smo.ServiceQueueEvent)">
			<summary>Creates a service queue event set by performing an inequality operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent"></see> objects.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet"></see> object value that specifies a set of service queue events.</returns>
			<param name="a">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent"></see> object that specifies the service queue events.</param>
			<param name="b">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent"></see> object that specifies the service queue events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent.ToString">
			<summary>Returns the referenced object in string format.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the referenced object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent.AlterQueue">
			<summary>Gets a service queue event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet.AlterQueue"></see> event that can be included in the service queue event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent.BrokerQueueDisabled">
			<summary>Gets a service queue event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet.BrokerQueueDisabled"></see> event that can be included in the service queue event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent.DropQueue">
			<summary>Gets a service queue event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent"></see> object that represents the DropQueue event that can be included in the service queue event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent.QueueActivation">
			<summary>Gets a service queue event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet.QueueActivation"></see> event that can be included in the service queue event set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet"></see> object represents a set of MicrosoftSQL Server service queue events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet.#ctor(Microsoft.SqlServer.Management.Smo.ServiceQueueEvent)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet"></see> class with a specified event.</summary>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent"></see> object that specifies a data definition language (DDL) server event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet.#ctor(Microsoft.SqlServer.Management.Smo.ServiceQueueEvent[])">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet"></see> class with the specified events.</summary>
			<param name="events">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent"></see> objects that specifies several data definition language (DDL) server events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet.#ctor(Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet"></see> class with the specified events.</summary>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet"></see> that specifies a set of data definition language (DDL) server events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet.Add(Microsoft.SqlServer.Management.Smo.ServiceQueueEvent)">
			<summary>Returns a Service Broker queue event set after adding a new queue event to the referenced set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet"></see> that represents the event set.</returns>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent"></see> object that specifies the event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet.Add(Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet,Microsoft.SqlServer.Management.Smo.ServiceQueueEvent)">
			<summary>Returns a Service Broker queue event set after adding a new queue event to the specified set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet"></see> that represents the event set after the new event is added.</returns>
			<param name="an Event">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent"></see> object that specifies the event that is added to the event set.</param>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet"></see> object that specifies the event set to which the event is added.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet.Copy">
			<summary>Returns a copy of the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet"></see> object that represents a copy of the event set.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet.op_Addition(Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet,Microsoft.SqlServer.Management.Smo.ServiceQueueEvent)">
			<summary>Creates a service queue trace event set by performing an addition operation on a <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent"></see> object and a <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet"></see> object value that specifies a set of service queue events.</returns>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet"></see> object that specifies the service queue event set.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent"></see> object that specifies the service queue events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet.op_Subtraction(Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet,Microsoft.SqlServer.Management.Smo.ServiceQueueEvent)">
			<summary>Creates a service queue event set by performing a subtraction operation on a <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent"></see> object and a <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet"></see> object value that specifies a set of service queue events.</returns>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet"></see> object that specifies the service queue event set.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent"></see> object that specifies the service queue event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet.Remove(Microsoft.SqlServer.Management.Smo.ServiceQueueEvent)">
			<summary>Removes an event from the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet"></see> object that represents the service queue event set.</returns>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent"></see> object that specifies the event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet.Subtract(Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet,Microsoft.SqlServer.Management.Smo.ServiceQueueEvent)">
			<summary>Returns a Service Broker queue event set after subtracting a queue event from the specified set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet"></see> object value that specifies a set of Service Broker queue events after the event is subtracted.</returns>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet"></see> object that specifies the event set from which the event is subtracted.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent"></see> object that specifies the service queue event to subtract from the event set.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet.ToString">
			<summary>Returns a string that represents the <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet"></see> object.</summary>
			<returns>A <see cref="T:System.String"></see> value that represents the <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet.AlterQueue">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a Service Broker queue is altered.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterQueue event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet.BrokerQueueDisabled">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a Service Broker queue is disabled.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the BrokerQueueDisabled event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet.DropQueue">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a Service Broker queue is dropped.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropQueue event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet.NumberOfElements">
			<summary>Gets the number of events in the event set.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the number of events in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet.QueueActivation">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a Service Broker queue is activated.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the QueueActivation event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServiceRequestException">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceRequestException"></see> class represents the exception raised when an error occurs during a service request.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceRequestException.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceRequestException"></see> class. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceRequestException.#ctor(System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceRequestException"></see> class with the specified message. </summary>
			<param name="message">A <see cref="T:System.String"></see> value that specifies the message string for the Service Request exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceRequestException.#ctor(System.String,System.Exception)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceRequestException"></see> class with the specified message and inner exception.</summary>
			<param name="message">A <see cref="T:System.String"></see> value that specifies the message string for the Service Request exception.</param>
			<param name="innerException">An <see cref="T:System.Exception"></see> system object that specifies the inner exception for the Service Request exception.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServiceRequestException.ErrorCode">
			<summary>Gets the error code generated by the system when the service request exception is raised.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the error code.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServiceRequestException.Message">
			<summary>Gets the message that describes the current exception.</summary>
			<returns>A <see cref="T:System.String"></see> that specifies the current exception.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServiceRequestException.SmoExceptionType">
			<summary>Gets the type of SQL Server Management Objects (SMO) exception.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.SmoExceptionType"></see> object that specifies the type of SMO exception.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Settings">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Settings"></see> object represents a group of configurable settings on the instance of MicrosoftSQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Settings.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.Settings"></see> object property changes on the instance of MicrosoftSQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Settings.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the MicrosoftSQL Server settings.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Settings.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the MicrosoftSQL Server settings as specified by the scripting options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that specifies the scripting options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Settings.AuditLevel">
			<summary>Gets or sets the audit level for the instance of MicrosoftSQL Server.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies audit level. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Settings.BackupDirectory">
			<summary>Gets the default backup directory for the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the default backup directory path for the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Settings.DefaultFile">
			<summary>Gets or sets the default data file directory for the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the default data file directory for the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Settings.DefaultLog">
			<summary>Gets or sets the default log file directory for the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the default log file directory for the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Settings.LoginMode">
			<summary>Gets or sets the logon mode for MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerLoginMode"></see> object value that specifies the logon mode for the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Settings.MailProfile">
			<summary>Gets or sets the mail profile for the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the mail profile for the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Settings.NumberOfLogFiles">
			<summary>Gets or sets the number of log files used by databases on the instance of MicrosoftSQL Server. </summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the number of log files. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Settings.OleDbProviderSettings">
			<summary>References a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings"></see> object represents an OLE DB provider setting.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.OleDbProviderSettingsCollection"></see> that represents all the OLE DB provider settings defined on the instance of MicrosoftSQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Settings.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Settings"></see> object. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Settings"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Settings.PerfMonMode">
			<summary>Gets the polling behavior of Performance Monitor on the instance of SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PerfMonMode"></see> object that specifies the polling behavior in Performance Monitor.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Settings.TapeLoadWaitTime">
			<summary>Gets or sets the time to wait for a tape to load on a tape backup device.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that indicates the number of seconds to wait for the tape to be loaded.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ShrinkMethod">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ShrinkMethod"></see> enumeration contains values that are used to specify the method used shrink a database file.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.ShrinkMethod.Default">
			<summary>Data in pages located at the end of a file is moved to pages earlier in the file. Files are truncated to reflect allocated space.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.ShrinkMethod.EmptyFile">
			<summary>Migrates all of the data from the referenced file to other files in the same filegroup. (<see cref="T:Microsoft.SqlServer.Management.Smo.DataFile"></see>and <see cref="T:Microsoft.SqlServer.Management.Smo.LogFile"></see> objects only).</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.ShrinkMethod.NoTruncate">
			<summary>Data in pages located at the end of a file is moved to pages earlier in the file.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.ShrinkMethod.TruncateOnly">
			<summary>Data distribution is not affected. Files are truncated to reflect allocated space, recovering free space at the end of any file.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SimpleObjectCollectionBase">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.SimpleObjectCollectionBase"></see> class is a base class that is used in the construction of collection objects.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SimpleObjectCollectionBase.Contains(System.String)">
			<summary>Verifies whether the specified object exists in the collection.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the specified object is exists in the collection.If True, the specified object does exist in the collection.If False, the specified object does not exist in the collection.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SimpleObjectCollectionBase.InitInnerCollection">
			<summary>Initializes the collection.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SmoApplication">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.SmoApplication"></see> class represents a MicrosoftSQL Server Management Objects (SMO) application with respect to event management. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoApplication.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.SmoApplication"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoApplication.EnumAvailableSqlServers">
			<summary>Enumerates a list of available instances of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> system object value that contains an enumerated list of information about the available instances of SQL Server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. Column Data type Description Name<see cref="T:System.String"></see>The name of the instance of SQL Server.Server<see cref="T:System.String"></see>The name of the server on which the instance of SQL Server is installed.Instance<see cref="T:System.String"></see>The instance of SQL Server.IsClustered<see cref="T:System.Boolean"></see>A Boolean value that is true if the instance is participating in failover clustering, or false if it is not.Version<see cref="T:System.String"></see>The version of the instance of SQL Server.IsLocal<see cref="T:System.Boolean"></see>A Boolean value that is true if the instance is local, or false if the instance is remote.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoApplication.EnumAvailableSqlServers(System.Boolean)">
			<summary>Enumerates a list of local available instances of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> system object value that contains an enumerated list of information about the available instances of SQL Server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. Column Data type Description Name<see cref="T:System.String"></see>The name of the instance of SQL Server.Server<see cref="T:System.String"></see>The name of the server on which the instance of SQL Server is installed.Instance<see cref="T:System.String"></see>The instance of SQL Server.IsClustered<see cref="T:System.Boolean"></see>A Boolean value that is true if the instance is participating in failover clustering, or false if it is not.Version<see cref="T:System.String"></see>The version of the instance of SQL Server.IsLocal<see cref="T:System.Boolean"></see>A Boolean value that is true if the instance is local, or false if the instance is remote.</returns>
			<param name="localOnly">A <see cref="T:System.Boolean"></see> value that specifies whether local instances are listed or all instances available on the network.If True, only local instances are listed.If False, all instances are listed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoApplication.EnumAvailableSqlServers(System.String)">
			<summary>Enumerates a list of available instances of MicrosoftSQL Server that are installed on the computer with the specified instance name.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> system object value that contains an enumerated list of information about the available instances of SQL Server on the specified computer.If a single instance of SQL Server is specified in the name parameter, instead of a computer name, results are returned for the specified instance only. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. Column Data type Description Name<see cref="T:System.String"></see>The name of the instance of SQL Server.Server<see cref="T:System.String"></see>The name of the server on which the instance of SQL Server is installed.Instance<see cref="T:System.String"></see>The instance of SQL Server.IsClustered<see cref="T:System.Boolean"></see>A Boolean value that is true if the instance is participating in failover clustering, or false if it is not.Version<see cref="T:System.String"></see>The version of the instance of SQL Server.IsLocal<see cref="T:System.Boolean"></see>A Boolean value that is true if the instance is local, or false if the instance is remote.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the computer on which the instances of SQL Server are installed or a single instance of SQL Server.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SmoApplication.AnyObjectEventHandler">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.SmoApplication.AnyObjectEventHandler"></see> class represents the event handler that is used to handle events from any object.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SmoApplication.DatabaseEventHandler">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.SmoApplication.DatabaseEventHandler"></see> class represents the event handler that is used to handle database events.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SmoApplication.ObjectAlteredEventHandler">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.SmoApplication.ObjectAlteredEventHandler"></see> class represents the event handler that is used to handle events that occur when an object is altered.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SmoApplication.ObjectCreatedEventHandler">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.SmoApplication.ObjectCreatedEventHandler"></see> class represents the event handler that is used to handle events when an object is created.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SmoApplication.ObjectDroppedEventHandler">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.SmoApplication.ObjectDroppedEventHandler"></see> class represents the event handler that is used to handle events when an object is dropped.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SmoApplication.ObjectRenamedEventHandler">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.SmoApplication.ObjectRenamedEventHandler"></see> class represents the event handler that is used to handle events that occur when an object is renamed.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SmoApplication.SqlServerRegistrations">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.SmoApplication.SqlServerRegistrations"></see> class represents servers registered with an <see cref="T:Microsoft.SqlServer.Management.Smo.SmoApplication"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoApplication.SqlServerRegistrations.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.SmoApplication.SqlServerRegistrations"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoApplication.SqlServerRegistrations.EnumRegisteredServers">
			<summary>Returns an enumerated list of the registered servers on the <see cref="T:Microsoft.SqlServer.Management.Smo.SmoApplication"></see> object.</summary>
			<returns>A <see cref="T:System.DataTable"></see> system object value that contains a list of information about the registered servers.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoApplication.SqlServerRegistrations.Refresh">
			<summary>Returns an enumerated list of the server groups on the <see cref="T:Microsoft.SqlServer.Management.Smo.SmoApplication"></see> object.</summary>
			<returns>A <see cref="T:System.DataTable"></see> system object value that contains a list of information about the server groups.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SmoApplication.SqlServerRegistrations.RegisteredServers">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServer"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServer"></see> object represents a registered server defined on the <see cref="T:Microsoft.SqlServer.Management.Smo.SmoApplication"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServerCollection"></see> object that represents all the registered servers defined on the <see cref="T:Microsoft.SqlServer.Management.Smo.SmoApplication"></see> object. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SmoApplication.SqlServerRegistrations.ServerGroups">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroup"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroup"></see> object represents a server groups defined on the <see cref="T:Microsoft.SqlServer.Management.Smo.SmoApplication"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroupCollection"></see> object that represents all the server groups defined on the <see cref="T:Microsoft.SqlServer.Management.Smo.SmoApplication"></see> object. </returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SmoCollectionBase">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.SmoCollectionBase"></see> class is a base class that is used in the construction of SQL Server Management Objects (SMO) collection classes and contains members that are common to them.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoCollectionBase.GetCollectionElementType">
			<summary>Returns the type of object that the collection consists of. </summary>
			<returns>An <see cref="T:System.Type"></see> system object value that specifies the type of object that makes up the collection.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoCollectionBase.GetEnumerator">
			<summary>Returns an <see cref="T:System.Collections.IEnumerator"></see> interface that allows you to iterate through the objects in the collection. </summary>
			<returns>An <see cref="T:System.Collections.IEnumerator"></see> system interface for the referenced collection object.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoCollectionBase.GetItemById(System.Int32)">
			<summary>Extracts a member from the referenced collection using a system-defined, unique identifier.</summary>
			<returns>An <see cref="T:System.Object"></see> system object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the object that is a member of the referenced collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoCollectionBase.GetItemById(System.Int32,System.String)">
			<summary>Extracts a member from the referenced collection using a system-defined, unique identifier and name.</summary>
			<returns>An <see cref="T:System.Object"></see> system object that has the specified ID value.</returns>
			<param name="idPropName">A <see cref="T:System.String"></see> value that specifies the name of the property.</param>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the object that is a member of the referenced collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoCollectionBase.GetObjectByIndex(System.Int32)">
			<summary>Extracts a member from the referenced collection using a system-defined, unique identifier.</summary>
			<returns>An <see cref="T:System.Object"></see> system object that has the specified index value.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index position of the object in the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoCollectionBase.ImplAddExisting(Microsoft.SqlServer.Management.Smo.SqlSmoObject)">
			<summary>Information is still to come.</summary>
			<param name="obj">Information is still to come.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoCollectionBase.InitializeChildCollection">
			<summary>Initializes the child collections of the referenced collection.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoCollectionBase.InitializeChildCollection(System.Boolean)">
			<summary>Initializes the child collections of the referenced collection with the option to refresh the properties of the referenced collection.</summary>
			<param name="refresh">A <see cref="T:System.Boolean"></see> value that specifies whether to refresh the referenced collection.If True, child objects are refreshed.If False, child objects are not refreshed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoCollectionBase.InitInnerCollection">
			<summary>Initializes the collection.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoCollectionBase.Refresh">
			<summary>Refreshes the referenced collection.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoCollectionBase.Refresh(System.Boolean)">
			<summary>Refreshes the referenced collection with the option to refresh child objects of the referenced collection.</summary>
			<param name="refreshChildObjects">A <see cref="T:System.Boolean"></see> value that specifies whether to refresh the child objects.If True, child objects are refreshed.If False, child objects are not refreshed.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SmoCollectionBase.Count">
			<summary>Gets the number of objects in the referenced collection.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the number of objects in the referenced collection.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SmoCollectionBase.IsSynchronized">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether access to the collection is synchronized and therefore thread-safe.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether access to the collection is synchronized and thread-safe.If True, access to the collection is synchronized.If False (default), access to the collection is not synchronized.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SmoCollectionBase.SyncRoot">
			<summary>Gets an object that can be used to synchronize access to the collection.</summary>
			<returns>An <see cref="T:System.Object"></see> system object value that can be used to synchronize access to the collection.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SmoEventArgs">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.SmoEventArgs"></see> object provides programmatic access to the arguments used to report the events that occur in SQL Server Management Objects (SMO) applications.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoEventArgs.#ctor(Microsoft.SqlServer.Management.Smo.Urn)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.SmoEventArgs"></see> class with the specified Uniform Resource Name (URN) address.</summary>
			<param name="urn">A <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> object value that specifies the URN address.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SmoEventArgs.Urn">
			<summary>Gets the Uniform Resource Name (URN) address of the SQL Server Management Objects (SMO) event.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> object value that specifies the URN address.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SmoException">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.SmoException"></see> class represents the exception raised when an error occurs during a SQL Server Management Objects (SMO) operation.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoException.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.SmoException"></see> class. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoException.#ctor(System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.SmoException"></see> class with the specified message. </summary>
			<param name="message">A <see cref="T:System.String"></see> value that specifies the message string for the SQL Server Management Objects (SMO) exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.SmoException"></see> class with the specified serialization information and streaming context. </summary>
			<param name="context">A <see cref="T:System.RunTime.Serialization.StreamingContext"></see> context that specifies the streaming context.</param>
			<param name="info">A <see cref="T:System.RunTime.Serialization.SerializationInfo"></see> object that specifies the serialization information.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoException.#ctor(System.String,System.Exception)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.SmoException"></see> class with the specified message and specified inner exception.</summary>
			<param name="message">A <see cref="T:System.String"></see> value that specifies the message string for the SQL Server Management Objects (SMO) exception.</param>
			<param name="innerException">An <see cref="T:System.Exception"></see> system object that specifies the exception on which to base the referenced object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoException.SetHelpContext(System.String)">
			<summary>Sets the Help context value for the referenced exception.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.SmoException"></see> object value that specifies the exception with the Help context.</returns>
			<param name="resource">A <see cref="T:System.String"></see> value that specifies the resource file that contains the Help context for the referenced exception.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SmoException.HelpLink">
			<summary>Gets the Help link for further information from Microsoft about the SQL Server Management Objects (SMO) exception.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the Help link.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SmoException.ProdVer">
			<summary>Gets the product version of the instance of Microsoft SQL Server that generated the SQL Server Management Objects (SMO) exception.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the product version.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SmoException.SmoExceptionType">
			<summary>Gets the type of SQL Server Management Objects (SMO) exception.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.SmoExceptionType"></see> object value that specifies the type of SMO exception.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SmoExceptionType">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.SmoExceptionType"></see> enumeration contains values that are used to specify the type of SQL Server Management Objects (SMO) exception.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SmoExceptionType.CollectionNotAvailableException">
			<summary>Specifies the exception raised when a collection is not available.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SmoExceptionType.FailedOperationException">
			<summary>Specifies the exception raised when an operation fails.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SmoExceptionType.InternalSmoErrorException">
			<summary>Specifies the exception raised when an internal SQL Server Management Objects (SMO) error occurs.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SmoExceptionType.InvalidSmoOperationException">
			<summary>Specifies the exception raised when a SQL Server Management Objects (SMO) operation that is not valid is called.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SmoExceptionType.InvalidVersionSmoOperationException">
			<summary>Specifies the exception raised when an invalid version of a SQL Server Management Objects (SMO) operation is called.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SmoExceptionType.MissingObjectException">
			<summary>Specifies the exception raised when an object is missing.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SmoExceptionType.PropertyCannotBeRetrievedException">
			<summary>Specifies the exception raised when a property cannot be retrieved.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SmoExceptionType.PropertyNotSetException">
			<summary>Specifies the exception raised when a property is not set and is required to be set.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SmoExceptionType.PropertyReadOnlyException">
			<summary>Specifies the exception raised when an attempt to modify a read-only property occurs.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SmoExceptionType.PropertyTypeMismatchException">
			<summary>Specifies the exception raised when an attempt to update a property with an incorrect data type occurs.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SmoExceptionType.PropertyWriteException">
			<summary>Specifies the exception raised when an error occurs during the update of a property.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SmoExceptionType.ServiceRequestException">
			<summary>Specifies the exception raised when an error occurs during a service request.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SmoExceptionType.SmoException">
			<summary>Specifies the exception raised when a SQL Server Management Objects (SMO) exception occurs.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SmoExceptionType.UnknownPropertyException">
			<summary>Specifies the exception raised when an unknown property is requested.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SmoExceptionType.UnsupportedFeatureException">
			<summary>Specifies the exception raised when a feature is not supported.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SmoExceptionType.UnsupportedObjectNameException">
			<summary>Specifies the exception raised when an object name is not supported.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SmoExceptionType.UnsupportedVersionException">
			<summary>Specifies the exception raised when a unsupported version is encountered.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SmoExceptionType.WrongPropertyValueException">
			<summary>Specifies the exception raised when an attempt to modify a property with an incorrect value occurs.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SmoObjectBase">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.SmoObjectBase"></see> is a base class that is inherited by the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoObjectBase.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.SmoObjectBase"></see> class.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SmoObjectBase.State">
			<summary>Gets the state of the referenced object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoState"></see> object value that specifies the state of the referenced object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SmoObjectBase.UserData">
			<summary>Gets or sets user-defined data associated with the referenced object.</summary>
			<returns>An <see cref="T:System.Object"></see> system object that contains user-defined data.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SoapMethodCollectionBase">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.SoapMethodCollectionBase"></see> class is a base class that is inherited by SOAP method collection objects and provides programmatic access to the collection of SOAP methods that exist in the SOAP configuration.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SoapMethodCollectionBase.Contains(System.String,System.String)">
			<summary>Verifies whether the specified object exists in the referenced collection.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that verifies whether the specified object exists in the referenced collection.If True, the specified object exists in the referenced collection.If False, the specified object does not exist in the referenced collection.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the SOAP method.</param>
			<param name="methodNamespace">A <see cref="T:System.String"></see> value that specifies the namespace of the SOAP method.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SoapMethodCollectionBase.InitInnerCollection">
			<summary>Initializes the referenced collection.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SoapMethodCollectionBase.Remove(System.String)">
			<summary>Removes the specified object from the referenced collection.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the object that is to be removed from the referenced collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SoapMethodCollectionBase.Remove(System.String,System.String)">
			<summary>Removes the specified object from the referenced collection.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the SOAP method that is to be removed from the referenced collection.</param>
			<param name="methodNamespace">A <see cref="T:System.String"></see> value that specifies the namespace of the SOAP method.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SoapMethodObject">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.SoapMethodObject"></see> class provides programmatic access to the referenced SOAP method.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SoapMethodObject.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.SoapMethodObject"></see> class.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SoapMethodObject.Namespace">
			<summary>Gets or sets the namespace of the SOAP method.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the namespace of the SOAP method.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SoapPayload">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayload"></see> object represents a MicrosoftSQL Server SOAP payload.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SoapPayload.DefaultDatabase">
			<summary>Gets or sets the default database for the SOAP payload.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the default database for the SOAP payload.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SoapPayload.DefaultNamespace">
			<summary>Gets or sets the default namespace for the SOAP payload.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the default namespace for the SOAP payload.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SoapPayload.IsSessionEnabled">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property that specifies whether the SOAP session is enabled.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the SOAP session is enabled.If True, the session is enabled.If False (default), the session is disabled.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SoapPayload.IsSqlBatchesEnabled">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property that specifies whether ad-hoc queries are allowed using the sqlbatch method.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether ad-hoc queries are allowed using the sqlbatch method.If True, ad hoc queries are allowed using the sqlbatch method.If False (default), ad-hoc queries are not allowed.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SoapPayload.IsSystemObject">
			<summary>Gets the <see cref="T:System.Boolean"></see> property that specifies whether the SOAP payload is a system object.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the SOAP payload is a SQL Server system object.If True, the SOAP payload is a system object.If False (default), the SOAP payload is a user created object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SoapPayload.SessionNeverTimesOut">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property that specifies whether the session never times out.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the session never times out.If True, the session never times out.If False (default), the session times out after the specified period in the <see cref="P:Microsoft.SqlServer.Management.Smo.SoapPayload.SessionTimeout"></see> property.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SoapPayload.SessionTimeout">
			<summary>Gets or sets the number of seconds a session must be inactive before it is terminated.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the inactive session timeout period in seconds.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SoapPayload.SoapPayloadMethods">
			<summary>References a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod"></see> object represents a SOAP payload method.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethodCollection"></see> that specifies all the SOAP payload methods.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SoapPayload.WsdlGeneratorOption">
			<summary>Gets or sets the Web Services Description Language (WSDL) generator options.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.WsdlGeneratorOption"></see> object value that specifies the WSDL settings for the referenced HTTP endpoint.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SoapPayload.WsdlGeneratorProcedure">
			<summary>Gets or sets the Web Services Description Language (WSDL) procedure.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the WSDL procedure.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SoapPayload.XmlFormatOption">
			<summary>Gets or sets the XML format options.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.XmlFormatOption"></see> object value that specifies the XML format for the referenced HTTP endpoint.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SoapPayload.XsdSchemaOption">
			<summary>Gets or sets the XSD schema option, which specifies the way results are returned from an inline XSD schema.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.XsdSchemaOption"></see> object value that specifies the method for returning results from an inline XSD schema.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod"></see> class represents a SOAP payload method for the referenced HTTP endpoint.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod.#ctor(Microsoft.SqlServer.Management.Smo.SoapPayload,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod"></see> class with the specified SOAP configuration settings and with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the SOAP payload method.</param>
			<param name="soapPayload">A <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayload"></see> object value that specifies the SOAP configuration settings.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod.#ctor(Microsoft.SqlServer.Management.Smo.SoapPayload,System.String,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod"></see> class with the specified SOAP configuration settings, with the specified name, and specified method namespace.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the SOAP payload method.</param>
			<param name="soapPayload">A <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayload"></see> object value that specifies the SOAP configuration settings.</param>
			<param name="methodNamespace">A <see cref="T:System.String"></see> value that specifies the method namespace.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod.#ctor(Microsoft.SqlServer.Management.Smo.SoapPayload,System.String,System.String,System.String,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod"></see> class with the specified SOAP configuration, name, method, database and schema.</summary>
			<param name="schema">A <see cref="T:System.String"></see> value that specifies the schema of the method.</param>
			<param name="sqlMethod">A <see cref="T:System.String"></see> value that specifies the MicrosoftSQL Server method.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the SOAP payload method.</param>
			<param name="database">A <see cref="T:System.String"></see> value that specifies the database.</param>
			<param name="soapPayload">A <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayload"></see> object value that specifies the SOAP configuration settings.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod.#ctor(Microsoft.SqlServer.Management.Smo.SoapPayload,System.String,System.String,System.String,System.String,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod"></see> class with the specified SOAP configuration settings, name, database, schema method and method namespace.</summary>
			<param name="schema">A <see cref="T:System.String"></see> value that specifies the schema of the method.</param>
			<param name="sqlMethod">A <see cref="T:System.String"></see> value that specifies the MicrosoftSQL Server method.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the SOAP payload method.</param>
			<param name="database">A <see cref="T:System.String"></see> value that specifies the database.</param>
			<param name="soapPayload">A <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayload"></see> object value that specifies the SOAP configuration settings.</param>
			<param name="methodNamespace">A <see cref="T:System.String"></see> value that specifies the method namespace.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod"></see> object property changes on the instance of MicrosoftSQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod.Create">
			<summary>Creates a SOAP payload method on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod.Drop">
			<summary>Removes the SOAP payload method from the SOAP payload settings.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod.SetSqlMethod(System.String,System.String,System.String)">
			<summary>Sets the database name, schema, and name of the stored procedure or user-defined function that is bound to the referenced SOAP payload method.</summary>
			<param name="schema">A <see cref="T:System.String"></see> value that specifies the schema of the stored procedure or user-defined function that is bound to the referenced SOAP payload method.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the stored procedure or user-defined function that is bound to the referenced SOAP payload method.</param>
			<param name="database">A <see cref="T:System.String"></see> value that specifies the database required by the stored procedure or user-defined function that is bound to the referenced SOAP payload method. </param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod.IsSystemObject">
			<summary>Gets the Boolean value that specifies whether the referenced object is a system object or a user-defined object.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the referenced object is a system object.If True, the referenced object is a system object.If False (default), the referenced object is a user-defined object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod.MethodLoginType">
			<summary>Gets or sets the method login type for the SOAP payload.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.MethodLoginType"></see> object value that specifies the login type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod.MethodXsdSchemaOption">
			<summary>Gets or sets the method XSD schema option that specifies how the XSD schema for the method result is returned in the SOAP payload response.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.MethodXsdSchemaOption"></see> object value that specifies how the XSD schema for the method result is returned in the SOAP payload response.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayload"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayload"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod.ResultFormat">
			<summary>Gets or sets the result format, such as whether to return all results including information messages or rowsets only.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ResultFormat"></see> object value that specifies whether to return all results including information messages or row sets only.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod.SqlMethod">
			<summary>Gets the name of stored procedure or user-defined function that is bound to the SOAP payload method.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the stored procedure or user-defined function that is bound to the SOAP payload method.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethodCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethodCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod"></see> objects that represent all the SOAP payload methods defined on a table.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SoapPayloadMethodCollection.Add(Microsoft.SqlServer.Management.Smo.SoapPayloadMethod)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod"></see> object to the <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethodCollection"></see> collection.</summary>
			<param name="soapMethod">A <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod"></see> object that is to be added into the <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethodCollection"></see> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SoapPayloadMethodCollection.CopyTo(Microsoft.SqlServer.Management.Smo.SoapPayloadMethod[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array starting at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SoapPayloadMethodCollection.Remove(Microsoft.SqlServer.Management.Smo.SoapPayloadMethod)">
			<summary>Removes a <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod"></see> object from the collection.</summary>
			<param name="soapMethod">A <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod"></see> object that specifies the object to be removed from the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SoapPayloadMethodCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod"></see> object value that represents the SOAP payload method.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethodCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SoapPayloadMethodCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod"></see> object value that represents the SOAP payload method.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethodCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SoapPayloadMethodCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayload"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethodCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayload"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethodCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SortedListCollectionBase">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.SortedListCollectionBase"></see> class is a base class that is used in the construction of sorted list collection classes.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SortOrder">
			<summary>This class supports the SQL Server Management Objects infrastructure and is not intended to be used directly from your code. </summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SqlAssembly">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly"></see> class represents an assembly in the Microsoft .NET environment. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly"></see> class with the specified name and on the specified database.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly"></see> object.</param>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that specifies the database on which the assembly is to be registered.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly"></see> object property changes on the instance of MicrosoftSQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.Alter(Microsoft.SqlServer.Management.Smo.AssemblyAlterOptions)">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly"></see> object property changes on the instance of MicrosoftSQL Server with additional options. </summary>
			<param name="assemblyAlterMethod">An <see cref="T:Microsoft.SqlServer.Management.Smo.AssemblyAlterOptions"></see> object value that specifies the options for altering the assembly.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.Alter(Microsoft.SqlServer.Management.Smo.AssemblyAlterOptions,System.String)">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly"></see> object property changes on the instance of MicrosoftSQL Server with additional options. </summary>
			<param name="primaryAssemblyServerPath">A <see cref="T:System.String"></see> value that specifies the server path (which can be a network share) of a single module assembly that contains a manifest. </param>
			<param name="assemblyAlterMethod">An <see cref="T:Microsoft.SqlServer.Management.Smo.AssemblyAlterOptions"></see> object value that specifies the options for altering the assembly.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.Alter(Microsoft.SqlServer.Management.Smo.AssemblyAlterOptions,System.String[])">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly"></see> object property changes on the instance of MicrosoftSQL Server with additional options. </summary>
			<param name="assemblyLocalPaths">A <see cref="T:System.String"></see> array value that specifies the server paths (which can be a network share) of a single module assemblies that contain manifests. </param>
			<param name="assemblyAlterMethod">An <see cref="T:Microsoft.SqlServer.Management.Smo.AssemblyAlterOptions"></see> object value that specifies the options for altering the assembly.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.Create(System.String)">
			<summary>Creates an assembly on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly"></see> object.</summary>
			<param name="primaryAssemblyServerPath">A <see cref="T:System.String"></see> value that specifies the server path (which can be a network share) of a single module assembly that contains a manifest. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.Create(System.String[])">
			<param name="assemblyLocalPaths">A <see cref="T:System.String"></see> array value that specifies the server paths (which can be a network share) of a single module assemblies that contain manifests. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Denies the specified set of permissions for the specified grantee on the assembly.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied the specified set of permissions on the assembly.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Denies the specified set of permissions for the specified grantees on the assembly.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied the specified set of permissions on the assembly.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Denies the specified set of permissions for the specified grantee and other users that the grantee granted the specified set of permissions on the assembly.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the assembly.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied the specified set of permissions on the assembly.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Denies the specified set of permissions for the specified grantees and other users that the grantee granted the specified set of permissions on the assembly.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the assembly.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.Drop">
			<summary>Removes the assembly from the instance of MicrosoftSQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.EnumObjectPermissions">
			<summary>Enumerates a list of object permissions for the assembly.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the assembly. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of object permissions for a specified permission on the assembly.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified permission on the assembly. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.EnumObjectPermissions(System.String)">
			<summary>Enumerates a list of object permissions for a specified grantee on the assembly.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified grantee on the assembly. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of object permissions for a specified grantee and a specified permission on the assembly.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified grantee and permission on the assembly. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Grants the specified set of permissions to the specified grantee on the assembly.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be granted the specified set of permissions on the assembly.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Grants the specified set of permissions to the specified grantees on the assembly.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that lists the grantees to be granted the specified set of permissions on the assembly.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Grants access to the specified permission to the grantee and the ability to grant access to other users on the assembly.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the assembly.If True, the grantee is given the ability to grant the specified set of permissions to other users on the assembly.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the assembly.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Grants access to the specified permission to the grantees and the ability to grant access to other users on the assembly.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the assembly. If True, the grantee is given the ability to grant the specified set of permissions to other users on the assembly.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the assembly.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Grants the specified set of permissions to the grantee and the ability to grant the set of permissions to other users on the assembly under an assumed role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the assembly.If True, the grantee is given the ability to grant the specified set of permissions to other users on the assembly.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the assembly. </param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be denied access to the permission.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the assembly. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Grants the specified set of permissions to the grantees and the ability to grant the set of permissions to other users on the assembly under an assumed role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the assembly.If True, the grantee is given the ability to grant the specified set of permissions to other users on the assembly.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the assembly. </param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be granted the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the assembly. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Revokes a previously granted set of permissions from a grantee on the assembly.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Revokes a previously granted set of permissions from a list of grantees on the assembly.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from a grantee on the assembly and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the assembly.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the assembly.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the assembly.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the assembly.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from grantees on the assembly and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the assembly.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the assembly.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the assembly.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the assembly.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from a grantee on the assembly and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the assembly.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the assembly.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the assembly.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the assembly.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the assembly. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from grantees on the assembly and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the assembly.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the assembly.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the assembly.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the assembly.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the assembly. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the assembly.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the assembly as specified by the script options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that is used to specify the script options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlAssembly.AssemblySecurityLevel">
			<summary>Gets or sets the security level for the assembly.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.AssemblySecurityLevel"></see> object value that specifies the security level for the assembly.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlAssembly.CreateDate">
			<summary>Gets the date and time when the assembly was registered wit the database.</summary>
			<returns>A <see cref="T:System.DateTime"></see> system object value that specifies when the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly"></see> object was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlAssembly.Culture">
			<summary>Gets the culture information about the referenced assembly. </summary>
			<returns>A <see cref="T:System.String"></see> value that specifies culture information for the referenced assembly.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlAssembly.Events">
			<summary>Gets the events associated with the referenced assembly.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvents"></see> object that specifies the events associated with the referenced assembly.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlAssembly.ExtendedProperties">
			<summary>References a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty"></see> object represents an extended property of the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly"></see> object.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection"></see> object that specifies all the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlAssembly.ID">
			<summary>Gets the ID value that uniquely identifies the referenced assembly.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the referenced assembly.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlAssembly.IsVisible">
			<summary>Gets the <see cref="T:System.Boolean"></see> property that specifies whether the assembly is visible after registration.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the assembly is visible after registration.If True, the assembly is visible.If False (default), the assembly is not visible.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlAssembly.Owner">
			<summary>Gets or sets the user (principal) that is the owner of the referenced assembly.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the owner of the referenced assembly.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlAssembly.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlAssembly.PublicKey">
			<summary>Gets the public key of the referenced assembly.</summary>
			<returns>A <see cref="T:System.Uint8"></see> value that specifies the public key for the referenced assembly.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlAssembly.SqlAssemblyFiles">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFile"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFile"></see> object represents an assembly file associated with the referenced assembly.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFileCollection"></see> that specifies all the assembly files associated with the referenced assembly.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlAssembly.Version">
			<summary>Gets the version value of the referenced assembly.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the version value of the referenced assembly.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly"></see> objects that represent all the assemblies defined on a table.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyCollection.Add(Microsoft.SqlServer.Management.Smo.SqlAssembly)">
			<summary>Adds the specified SQL assembly to the collection.</summary>
			<param name="sqlAssembly">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly"></see> object to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyCollection.CopyTo(Microsoft.SqlServer.Management.Smo.SqlAssembly[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlAssemblyCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly"></see> object value that represents the assembly.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlAssemblyCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly"></see> object value that represents the assembly.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlAssemblyCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent"></see> object represents the MicrosoftSQL Server assembly events that can be included in an assembly event set.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent.Add(Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent,Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent)">
			<summary>Returns an SQL assembly event set that is created by adding two SQL assembly events together.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet"></see> object value that specifies a set of two assembly events.</returns>
			<param name="eventRight">An <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent"></see> object that specifies the other assembly event to add.</param>
			<param name="eventLeft">An <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent"></see> object that specifies the assembly event to add.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent.Equals(System.Object)">
			<summary>Determines whether the referenced assembly event object is equal to a specified object.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the referenced assembly event object is equal to the specified object.If True, the objects are equal.If False, the objects are not equal.</returns>
			<param name="obj">An <see cref="T:System.Object"></see> system object that specifies the assembly events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent.GetHashCode">
			<summary>This method supports the Microsoft SQL Server 2005 infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent.op_Addition(Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent,Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent)">
			<summary>Creates an assembly event set by performing an addition operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent"></see> objects.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet"></see> object value that specifies a set of two assembly events.</returns>
			<param name="eventRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent"></see> object that specifies the assembly event.</param>
			<param name="eventLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent"></see> object that specifies the assembly event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent.op_BitwiseOr(Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent,Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent)">
			<summary>Creates an assembly event set by performing a bitwise OR operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> objects.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet"></see> object value that specifies a set of assembly events.</returns>
			<param name="eventRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent"></see> object that specifies the assembly events.</param>
			<param name="eventLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent"></see> object that specifies the assembly events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent.op_Equality(Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent,Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent)">
			<summary>Creates an assembly event set by performing an equality operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent"></see> objects.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet"></see> object value that specifies a set of assembly events.</returns>
			<param name="a">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent"></see> object that specifies the assembly events.</param>
			<param name="b">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent"></see> object that specifies the assembly events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent.op_Inequality(Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent,Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent)">
			<summary>Creates an assembly event set by performing an inequality operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent"></see> objects.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet"></see> object value that specifies a set of assembly events.</returns>
			<param name="a">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent"></see> object that specifies the assembly events.</param>
			<param name="b">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent"></see> object that specifies the assembly events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent.ToString">
			<summary>Returns the referenced object in string format.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the referenced object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent.AlterAssembly">
			<summary>Gets an assembly event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet.AlterAssembly"></see> event that can be included in the assembly event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent.DropAssembly">
			<summary>Gets an assembly event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet.DropAssembly"></see> event that can be included in the assembly event set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvents">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvents"></see> object represents the settings required for Microsoft SQL Server assembly event notification.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvents.ServerEvent">
			<summary>Specifies the event raised when an event occurs in <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly"></see> object and the user has subscribed to the events from that object instance.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvents.GetEventSelection">
			<summary>Returns the currently selected event notifications.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet"></see> object that specifies the set of assembly events.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvents.StartEvents">
			<summary>Starts receiving events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvents.StopEvents">
			<summary>Stops receiving events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet)">
			<summary>Specifies the assembly events to receive.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet"></see> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet,Microsoft.SqlServer.Management.Smo.ServerEventHandler)">
			<summary>Specifies the assembly events to receive and the event handler that handles the events.</summary>
			<param name="eventHandler">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventHandler"></see> object that handles the events that are received.</param>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet"></see> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvents.UnsubscribeAllEvents">
			<summary>Clears all event settings, and removes all event handlers.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvents.UnsubscribeFromEvents(Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet)">
			<summary>Clears the specified event settings, and removes all event handlers.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet"></see> object that specifies the set of events to stop receiving.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet"></see> object represents a set of assembly events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet.#ctor(Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet"></see> class with a specified event.</summary>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent"></see> object that specifies an assembly event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet.#ctor(Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent[])">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet"></see> class with a specified set of events.</summary>
			<param name="events">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent"></see> objects that specifies a list of assembly events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet.#ctor(Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet"></see> class with a specified set of events.</summary>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet"></see> that specifies a set of assembly events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet.Add(Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent)">
			<summary>Returns an SQL assembly event set after adding a new SQL assembly event to the referenced event set.</summary>
			<returns>Updated text:A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet"></see> object that contains the added <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent"></see> object.</returns>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent"></see> object that is added to the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet.Add(Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet,Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent)">
			<summary>Returns an SQL assembly event set after adding a new SQL assembly event to the specified event set.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet"></see> object that contains the added <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent"></see> object.</returns>
			<param name="eventSet">An <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet"></see> object to which the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent"></see> event object is added.</param>
			<param name="anEvent">An <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent"></see> object that is added to the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet.Copy">
			<summary>Returns a copy of the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet"></see> object that represents a copy of the event set.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet.op_Addition(Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet,Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent)">
			<summary>Creates an assembly event set by performing an addition operation on a <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent"></see> object and a <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet"></see> object value that specifies a set of assembly events.</returns>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet"></see> object that specifies the assembly event set.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent"></see> object that specifies the assembly events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet.op_Subtraction(Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet,Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent)">
			<summary>Creates an assembly event set by performing a subtraction operation on a <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent"></see> object and a <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet"></see> object value that specifies a set of assembly events.</returns>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet"></see> object that specifies the assembly event set.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent"></see> object that specifies the assembly events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet.Remove(Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent)">
			<summary>Removes an event from the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet"></see> object that represents the assembly event set.</returns>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent"></see> object that specifies the event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet.Subtract(Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet,Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent)">
			<summary>Returns an SQL assembly event set after subtracting a new SQL assembly event from the specified event set.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet"></see> object value that specifies the set of SQL assembly events after the event has been subtracted.</returns>
			<param name="eventSet">An <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet"></see> object that specifies the assembly event set from which to subtract the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent"></see> object.</param>
			<param name="anEvent">An <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent"></see> object that specifies the assembly event to subtract from the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet.ToString">
			<summary>Returns a string that represents the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet"></see> object.</summary>
			<returns>A <see cref="T:System.String"></see> value that represents the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet.AlterAssembly">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an assembly is altered. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterAssembly event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet.DropAssembly">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when an assembly is dropped. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropAssembly event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet.NumberOfElements">
			<summary>Gets the number of elements in the event set.</summary>
			<returns>An <see cref="T:System.In32"></see> value that specifies the number of elements in event set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFile">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFile"></see> object represents an assembly file that stores an assembly.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyFile.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFile"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyFile.#ctor(Microsoft.SqlServer.Management.Smo.SqlAssembly,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFile"></see> class for the specified assembly and with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the assembly file.</param>
			<param name="sqlAssembly">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly"></see> object that specifies the assembly for which to create the assembly file. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyFile.GetFileBytes">
			<summary>Returns the bytes in the assembly file.</summary>
			<returns>A <see cref="T:System.Uint8"></see> array value that contains the bytes of the assembly file.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyFile.GetFileText">
			<summary>Returns the bytes in the assembly file in hexadecimal representation.</summary>
			<returns>A <see cref="T:System.String"></see> value that contains the bytes in the assembly file in hexadecimal representation.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlAssemblyFile.ID">
			<summary>Gets the ID value that uniquely identifies the assembly file.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the assembly file.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlAssemblyFile.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFile"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFile"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFileCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFileCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFile"></see> objects that represent all the assembly files defined on a table.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyFileCollection.Add(Microsoft.SqlServer.Management.Smo.SqlAssemblyFile)">
			<summary>Adds the specified assembly file object to the collection.</summary>
			<param name="server">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFile"></see> object to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyFileCollection.CopyTo(Microsoft.SqlServer.Management.Smo.SqlAssemblyFile[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFile"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyFileCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFileCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFile"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFile"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFileCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlAssemblyFileCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFile"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFile"></see> object value that represents the assembly file.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFile"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFileCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlAssemblyFileCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFile"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFile"></see> object value that represents the assembly file.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFile"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFileCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlAssemblyFileCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFileCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly"></see> object value that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFileCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SqlDataType">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.SqlDataType"></see> enumeration contains values that are used to specify a Microsoft SQL Server data type.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.BigInt">
			<summary>A 64-bit signed integer.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.Binary">
			<summary>A fixed-length byte array ranging between 1 and 8,000 bytes.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.Bit">
			<summary>An unsigned bit value that can be 0, 1, or a null reference.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.Char">
			<summary>A fixed-length byte array of non-Unicode (256 code page) characters ranging between 1 and 8,000 characters.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.DateTime">
			<summary>A <see cref="T:System.DateTime"></see> system object value that specifies a date and time between January 1, 1753 and December 31, 9999 to an accuracy of 3.33 milliseconds.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.Decimal">
			<summary>A fixed precision and fixed scale numeric value between -1038 -1 and +1038 -1. </summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.Float">
			<summary>An 8-byte floating point number within the range of -1.79E +308 through 1.79E +308.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.Image">
			<summary>A variable-length byte array ranging from 0 to 231 -1 (or 2,147,483,647) bytes.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.Int">
			<summary>A 32-bit signed integer.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.Money">
			<summary>A <see cref="T:System.Decimal"></see> system object value that specifies a currency value ranging from -263 (or -922,337,203,685,477.5808) to 2 63 -1 (or +922,337,203,685,477.5807) with an accuracy of 1 in 10,000 of a currency unit.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.NChar">
			<summary>A fixed-length byte array of Unicode characters ranging between 1 and 4,000 characters.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.None">
			<summary>No data type.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.NText">
			<summary>A variable-length byte array of Unicode data with a maximum length of 230 - 1 (or 1,073,741,823) characters.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.Numeric">
			<summary>A fixed precision and fixed scale numeric value between -1038 -1 and +1038 -1. </summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.NVarChar">
			<summary>A variable-length byte array of Unicode characters ranging between 1 and 2^63 characters.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.NVarCharMax">
			<summary>The NVARCHAR(MAX) type.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.Real">
			<summary>A 4-bit floating point number within the range of -3.40E +38 through 3.40E +38.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.SmallDateTime">
			<summary>A <see cref="T:System.DataTime"></see> system object value that specifies a date and time between January 1, 1900 and June 6, 2079 to an accuracy of one minute.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.SmallInt">
			<summary>A 16-bit signed integer.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.SmallMoney">
			<summary>A Decimal system object value that specifies a currency value ranging from -214,748.3648 to +214,748.3647 with an accuracy of 1 in 10,000 of a currency unit.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.SysName">
			<summary>A system name string.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.Text">
			<summary>A variable-length byte array of non-Unicode (256 code page) data with a maximum length of 231 -1 (or 2,147,483,647) characters.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.Timestamp">
			<summary>An automatically generated byte array value, which is guaranteed to be unique within a database.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.TinyInt">
			<summary>An 8-bit unsigned integer.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.UniqueIdentifier">
			<summary>A globally unique identifier (or GUID).</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.UserDefinedDataType">
			<summary>A user-defined data type.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.UserDefinedType">
			<summary>A SQLServer common language runtime (CLR) user-defined type.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.VarBinary">
			<summary>A variable-length byte array ranging between 1 and 2^64 bytes.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.VarBinaryMax">
			<summary>A VARBINARY(MAX) type.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.VarChar">
			<summary>A variable-length byte array of non-Unicode (256 cod epage) characters ranging between 1 and 2^64 characters.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.VarCharMax">
			<summary>A VARCHAR(MAX) type.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.Variant">
			<summary>A special data type that can contain numeric, string, binary, date data, and the Microsoft SQL Server values Empty and Null. This data type is assumed if no other type is declared.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.Xml">
			<summary>An XML data type.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SqlPropertyCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.SqlPropertyCollection"></see> class is an abstract class used in the management of object properties.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlPropertyCollection.EnumPropertyInfo">
			<summary>Returns an enumerated list of property information.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlPropertyInfo"></see> object array value that specifies a list of property information for the referenced object.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlPropertyCollection.EnumPropertyInfo(Microsoft.SqlServer.Management.Smo.SqlServerVersions)">
			<summary>Returns an enumerated list of property information.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlPropertyInfo"></see> object array value that specifies a list of property information for the referenced object.</returns>
			<param name="versions">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlServerVersions"></see> object value that specifies the version of Microsoft SQL Server to which the results are limited.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlPropertyCollection.GetPropertyInfo(System.String)">
			<summary>Gets property information.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlPropertyInfo"></see> object value that specifies the property information for the referenced object.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the property.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SqlPropertyInfo">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.SqlPropertyInfo"></see> class is an abstract class used to store information about properties.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlPropertyInfo.IsExpensive">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the property is expensive.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the property is expensive.If True, the property is expensive.If False (default), the property is not expensive.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlPropertyInfo.IsWriteable">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the property can be modified.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the property can be modified.If True, the property can be modified.If False (default), the property is read-only.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlPropertyInfo.Name">
			<summary>Gets the name of the property.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the property.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlPropertyInfo.PropertyType">
			<summary>Gets the property type.</summary>
			<returns>A <see cref="T:System.Type"></see> system object value that specifies the property type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlPropertyInfo.Versions">
			<summary>Gets the version of Microsoft SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlServerVersions"></see> object value that specifies the version of SQL Server.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SqlServerVersion">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.SqlServerVersion"></see> enumeration contains values that are used to specify the version of the referenced instance of Microsoft SQL Server.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlServerVersion.Version80">
			<summary>Microsoft SQL Server 2000.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlServerVersion.Version90">
			<summary>Microsoft SQL Server 2005.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SqlServerVersions">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.SqlServerVersions"></see> enumeration contains values that are used to specify the version of the referenced instance of Microsoft SQL Server.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlServerVersions.Unknown">
			<summary>The version of Microsoft SQL Server is unknown.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlServerVersions.Version70">
			<summary>The version of Microsoft SQL Server is SQL Server 7.0.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlServerVersions.Version80">
			<summary>The version of Microsoft SQL Server is SQL Server 2000.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlServerVersions.Version90">
			<summary>The version of Microsoft SQL Server is SQL Server 2005.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object represents all MicrosoftSQL Server objects.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.CheckCollation(System.String)">
			<summary>Validates the collation for the referenced object.</summary>
			<param name="collationName">A <see cref="T:System.String"></see> value that specifies the collation.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.CheckObjectState">
			<summary>Validates the state of the referenced object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.CheckObjectState(System.Boolean)">
			<summary>Validates the state of the referenced object with the option to specify that an exception is thrown if the object is not yet created.</summary>
			<param name="throwIfNotCreated">A <see cref="T:System.Boolean"></see> value that specifies whether to throw an exception if the object is not yet created.If True, the method throws an exception if the object is not yet created.If False, the method does not throw an exception if the object is not yet created.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.CheckVersion80">
			<summary>Checks the validity of the object on MicrosoftSQL Server 2000.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.CheckVersion80SP3">
			<summary>Checks the validity of the object on MicrosoftSQL Server 2000 SP3.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.CheckVersion90">
			<summary>Check the validity of the object on MicrosoftSQL Server 2005.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.GetDBName">
			<summary>Gets the database name associated with the object.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the object.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.GetServerName">
			<summary>Gets the name of the instance of MicrosoftSQL Server with which the object is associated.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the instance of SQL Server.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.GetSqlServerVersionName">
			<summary>Gets the version name of the instance of MicrosoftSQL Server with which the object is associated.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the version name of the instance of SQL Server.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.Initialize">
			<summary>Initializes the object and forces the properties be loaded.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the object initialized successfully.If True, the object initialized successfully.If False, the object did not initialize successfully.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.Initialize(System.Boolean)">
			<summary>Initializes the object and forces the properties be loaded.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the object initialized successfully.If True, the object initialized successfully.If False, the object did not initialize successfully.</returns>
			<param name="allProperties">A <see cref="T:System.Boolean"></see> value that specifies whether to load all the property values.If True, the property values are loaded.If False, the property values are not loaded.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.IsObjectDirty">
			<summary>Verifies whether the object properties have been modified and the changes have not yet been persisted on the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the object properties have been modified and the changes have not yet been persisted on the instance of SQL Server.If True, changes have been made but not yet persisted.If False, all changes have been persisted.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.IsObjectInitialized">
			<summary>Verifies whether the object has been initialized.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the object has been initialized.If True, the object has been initialized.If False, the object has not been initialized.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.IsObjectInSpace">
			<summary>Verifies whether the object is isolated or connected to the instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the object is isolated or connected to the instance of SQL Server.If True, the object is isolated.If False, the object is connected to the instance of SQL Server.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.Refresh">
			<summary>Refreshes the object and retrieves properties when the object is next accessed.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.ToString">
			<summary>Returns a <see cref="T:System.String"></see> that represents the referenced object.</summary>
			<returns>A string value that represents the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.Trace(System.String)">
			<summary>Traces the object.</summary>
			<param name="traceText">A <see cref="T:System.String"></see> value that specifies the trace text.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlSmoObject.ExecuteForScalar">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the object is set to the execute for scalar option.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the object is set to the execute for scalar option.If True, the object is set for the execute for scalar option.If False (default), the object is not set for the execute for scalar option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlSmoObject.ObjectInSpace">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the object exists in isolation or whether it is connected to the instance of Microsoft SQL Server directly or indirectly.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the object isolated or is connected to an instance of SQL Server.If True, the object exists in isolation.If False (default), the object is connected to an instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlSmoObject.Properties">
			<summary>Gets a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Property"></see> objects that represent the object properties.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyCollection"></see> object value that specifies the collection of properties associated with the object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlSmoObject.ScalarResult">
			<summary>Gets the scalar result for the referenced object.</summary>
			<returns>An <see cref="T:System.Object"></see> system object value that specifies the scalar result for the referenced object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlSmoObject.Urn">
			<summary>Gets the Uniform Resource Name (URN) address value that uniquely identifies the object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> object value that specifies the URN address that uniquely identifies the object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SqlSmoState">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoState"></see> enumeration contains values that are used to specify the state of a SQL Server Management Objects (SMO) object.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlSmoState.Creating">
			<summary>The object is being created.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlSmoState.Dropped">
			<summary>The object is being dropped.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlSmoState.Existing">
			<summary>The object exists.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlSmoState.Pending">
			<summary>The object is pending an instruction.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlSmoState.ToBeDropped">
			<summary>The object is waiting to be dropped.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SqlVerifyAction">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.SqlVerifyAction"></see> enumeration contains values that are used to specify the type of backup verification. </summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlVerifyAction.VerifyDatabase">
			<summary>Value = 0. Verifies the latest database backup.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlVerifyAction.VerifyFile">
			<summary>Value = 2. Verifies the latest file or filegroup backup.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlVerifyAction.VerifyIncremental">
			<summary>Value = 3. Verifies the latest incremental backup.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlVerifyAction.VerifyLog">
			<summary>Value = 1. Verifies the latest log backup.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Statistic">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic"></see> class represents a MicrosoftSQL Server statistic counter.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Statistic.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Statistic.#ctor(Microsoft.SqlServer.Management.Smo.SqlSmoObject,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic"></see> class on the specified parent object and with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic"></see> object.</param>
			<param name="parent">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object value that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Statistic.Create">
			<summary>Creates a statistics counter on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Statistic.Drop">
			<summary>Removes the statistic counter.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Statistic.MarkForDrop(System.Boolean)">
			<summary>Marks the statistics counter to be dropped next time its parent <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object is altered with the ALTER method. </summary>
			<param name="dropOnAlter">A <see cref="T:System.Boolean"></see> value that specifies whether to drop the statistics counter when its parent <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object is altered.If True, the statistics counter is dropped when its parent is altered with the ALTER method.If False, the statistics counter is not dropped when its parent is altered with the ALTER method.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Statistic.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the database.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Statistic.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the database as specified by the script options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that is used to specify the script options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Statistic.SetScanOptions(Microsoft.SqlServer.Management.Smo.StatisticsScanType,System.Int32)">
			<summary>Sets the scan options for the statistic counter.</summary>
			<param name="type">A <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticsScanType"></see> object that specifies the type of statistic scan to perform.</param>
			<param name="no">An <see cref="T:System.Int32"></see> value that specifies the size of the sample value.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Statistic.Update">
			<summary>Updates the statistics for the referenced object.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Statistic.Events">
			<summary>Gets the events associated with the database. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticEvents"></see> object that represents the statistic counter events.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Statistic.FileGroup">
			<summary>Gets or sets the file group where the statistic counter is stored.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the file group where the statistic counter is stored.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Statistic.ID">
			<summary>Gets the ID value that uniquely identifies the statistic counter.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the statistic counter.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Statistic.IsAutoCreated">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the statistic counter is automatically created.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the statistic counter is automatically created.If True, the statistic counter is created automatically.If False (default), the statistic counter is created manually. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Statistic.IsFromIndexCreation">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the statistic counter was generated from the creation of an index.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the statistic counter was generated from the creation of an index.If True, the statistic counter was generated from the creation of an index.If False (default), the statistic counter was not generated from the creation of an index.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Statistic.LastUpdated">
			<summary>Gets the date and time when the statistic counter was last updated.</summary>
			<returns>A <see cref="T:System.DateTime"></see> system object value that specifies the date and time when the statistic counter was last updated.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Statistic.NoAutomaticRecomputation">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the statistics counter recomputed automatically.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the statistics counter recomputed automatically.If True, the statistics counter is not recomputed automatically.If False (default), the statistics counter is recomputed automatically.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Statistic.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object value that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Statistic.StatisticColumns">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn"></see> object represents a column defined on the statistic counter.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumnCollection"></see> object that represents all the statistic columns defined on the statistics counter. </returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.StatisticCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic"></see> objects that represent all the statistic counters defined on the table or view.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StatisticCollection.Add(Microsoft.SqlServer.Management.Smo.Statistic)">
			<summary>Adds the specified statistic counter to the collection.</summary>
			<param name="statistic">A <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic"></see> object to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StatisticCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Statistic[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StatisticCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticCollection"></see> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StatisticCollection.Remove(Microsoft.SqlServer.Management.Smo.Statistic)">
			<summary>Removes a <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic"></see> object from the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticCollection"></see> object.</summary>
			<param name="statistic">A <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic"></see> object value that specifies the statistic counter to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticCollection"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StatisticCollection.Remove(System.String)">
			<summary>Removes a <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic"></see> object from the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticCollection"></see> object.</summary>
			<param name="name">A <see cref="T:System.String"></see> that specifies the name of statistic counter to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticCollection"></see> object.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StatisticCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic"></see> object value that represents the statistic counter.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StatisticCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic"></see> object value that represents the statistic counter.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StatisticCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.StatisticColumn">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn"></see> object represents a column defined in a MicrosoftSQL Server statistics counter.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StatisticColumn.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StatisticColumn.#ctor(Microsoft.SqlServer.Management.Smo.Statistic,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn"></see> class for the specified statistic counter and with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the column.</param>
			<param name="statistic">A <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic"></see> object that specifies the statistic counter on which the statistic column is defined.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StatisticColumn.ID">
			<summary>Gets the ID value that uniquely identifies the statistic column.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the statistic column.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StatisticColumn.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic"></see> object value that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.StatisticColumnCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumnCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn"></see> objects that represent all the statistic columns defined on a table.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StatisticColumnCollection.Add(Microsoft.SqlServer.Management.Smo.StatisticColumn)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn"></see> object to the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumnCollection"></see> object.</summary>
			<param name="statisticColumn">A <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn"></see> object value that specifies the statistic counter column to be added to the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumnCollection"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StatisticColumnCollection.Add(Microsoft.SqlServer.Management.Smo.StatisticColumn,System.Int32)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn"></see> object to the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumnCollection"></see> object.</summary>
			<param name="insertAtPosition">An <see cref="T:System.Int32"></see> value that specifies the index position to insert the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn"></see> object into the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumnCollection"></see> object.</param>
			<param name="statisticColumn">A <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn"></see> object value that is to be added into the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumnCollection"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StatisticColumnCollection.Add(Microsoft.SqlServer.Management.Smo.StatisticColumn,System.String)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn"></see> object to the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumnCollection"></see> object.</summary>
			<param name="insertAtColumnName">A <see cref="T:System.String"></see> value that specifies the name of the existing <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn"></see> object in the collection after which to insert the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumnCollection"></see> object.</param>
			<param name="statisticColumn">A <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn"></see> object value that is to be added into the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumnCollection"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StatisticColumnCollection.CopyTo(Microsoft.SqlServer.Management.Smo.StatisticColumn[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StatisticColumnCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumnCollection"></see> object using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumnCollection"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StatisticColumnCollection.Remove(Microsoft.SqlServer.Management.Smo.StatisticColumn)">
			<summary>Removes a <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn"></see> object from the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumnCollection"></see> object.</summary>
			<param name="statisticColumn">A <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn"></see> object value that specifies the statistic counter column to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumnCollection"></see> object.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StatisticColumnCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn"></see> object value that represents the statistic column.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumnCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StatisticColumnCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn"></see> object value that represents the statistic column.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumnCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StatisticColumnCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.StatisticEvents">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticEvents"></see> object represents the settings required for Microsoft SQL Server statistic counter event notification.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.StatisticEvents.ServerEvent">
			<summary>Specifies the event raised when an event occurs in <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic"></see> object and the user has subscribed to the events from that object instance.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StatisticEvents.GetEventSelection">
			<summary>Returns the currently selected event notifications.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of statistic counter events.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StatisticEvents.StartEvents">
			<summary>Starts receiving events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StatisticEvents.StopEvents">
			<summary>Stops receiving events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StatisticEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Specifies the statistic counter events to receive.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StatisticEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet,Microsoft.SqlServer.Management.Smo.ServerEventHandler)">
			<summary>Specifies the statistic counter events to receive and the event handler that handles the events.</summary>
			<param name="eventHandler">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventHandler"></see> object that handles the events that are received.</param>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StatisticEvents.UnsubscribeAllEvents">
			<summary>Clears all event settings, and removes all event handlers.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StatisticEvents.UnsubscribeFromEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Clears the specified event settings, and removes all event handlers.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of events to stop receiving.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.StatisticsScanType">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticsScanType"></see> enumeration contains values that specify the ways in which statistical information is collected from tables or views during the creation or update of a statistic counter.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.StatisticsScanType.Default">
			<summary>Value = 5. Specifies that a percentage of the table or indexed view is used when collecting statistics. The actual percentage is calculated by the Microsoft SQL Server engine automatically.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.StatisticsScanType.FullScan">
			<summary>Value = 3. Specifies that all rows in the table or view are read when gathering statistics. This option must be used if a view is specified and it references more than one table.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.StatisticsScanType.Percent">
			<summary>Value = 1. Specifies that a percentage of the table or indexed view is used when collecting statistics. This options cannot be used if a view is specified and it references more than one table. When specified, use the sampleValue argument to indicate number of rows.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.StatisticsScanType.Resample">
			<summary>Value = 4. Specifies that the percentage ratio of the table or indexed view used when collecting statistics is inherited from existing the statistics.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.StatisticsScanType.Rows">
			<summary>Value = 2. Specifies that a number of rows in the table or indexed view are used when collecting statistics. This option cannot be used if a view is specified and it references more than one table. When specified, use the sampleValue argument to indicate number of rows.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.StatisticsTarget">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticsTarget"></see> enumeration contains values that specify the type of statistic targeted for the update operation.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.StatisticsTarget.All">
			<summary>Value = 3. Statistical information is collected for columns and indexes. This option is the default.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.StatisticsTarget.Column">
			<summary>Value = 1. Statistical information is collected for columns only.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.StatisticsTarget.Index">
			<summary>Value = 2. Statistical information is collected for indexes only.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.StoredProcedure">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure"></see> object represents a MicrosoftSQL Server stored procedure.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure"></see> class on the specified database and with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the stored procedure.</param>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object value that specifies the database in which to create the stored procedure.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure"></see> class on the specified database and with the specified name and schema.</summary>
			<param name="schema">A <see cref="T:System.String"></see> value that specifies the schema of the database in which to create the stored procedure.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the stored procedure.</param>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object value that specifies the database in which to create the stored procedure.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure"></see> object property changes on the instance of MicrosoftSQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.ChangeSchema(System.String)">
			<summary>Changes the schema for the stored procedure.</summary>
			<param name="newSchema">A <see cref="T:System.String"></see> value that specifies the new schema.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.Create">
			<summary>Creates a stored procedure on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Denies the specified set of permissions for the specified grantee on the stored procedure.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied the specified set of permissions on the stored procedure.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Denies the specified set of permissions for the specified grantees on the stored procedure.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied the specified set of permissions on the stored procedure.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Denies the specified set of permissions for the specified grantee and other users that the grantee granted the specified set of permissions on the stored procedure.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the stored procedure.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied the specified set of permissions on the stored procedure.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Denies the specified set of permissions for the specified grantees and other users that the grantee granted the specified set of permissions on the stored procedure.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the stored procedure.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.Drop">
			<summary>Removes the stored procedure from the instance of MicrosoftSQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.EnumObjectPermissions">
			<summary>Enumerates a list of object permissions for the stored procedure.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the stored procedure. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of object permissions for a specified permission on the stored procedure.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified permission on the stored procedure. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.EnumObjectPermissions(System.String)">
			<summary>Enumerates a list of object permissions for a specified grantee on the stored procedure.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified grantee on the stored procedure. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of object permissions for a specified grantee and a specified permission on the stored procedure.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified grantee and permission on the stored procedure. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Grants the specified set of permissions to the specified grantee on the stored procedure.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be granted the specified set of permissions on the stored procedure.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Grants the specified set of permissions to the specified grantees on the stored procedure.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that lists the grantees to be granted the specified set of permissions on the stored procedure.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Grants access to the specified permission to the grantee and the ability to grant access to other users on the stored procedure.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the stored procedure.If True, the grantee is given the ability to grant the specified set of permissions to other users on the stored procedure.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the stored procedure.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Grants access to the specified permission to the grantees and the ability to grant access to other users on the stored procedure.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the stored procedure. If True, the grantee is given the ability to grant the specified set of permissions to other users on the stored procedure.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the stored procedure.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Grants the specified set of permissions to the grantee and the ability to grant the set of permissions to other users on the stored procedure under an assumed role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the stored procedure.If True, the grantee is given the ability to grant the specified set of permissions to other users on the stored procedure.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the stored procedure. </param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be denied access to the permission.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the stored procedure. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Grants the specified set of permissions to the grantees and the ability to grant the set of permissions to other users on the stored procedure under an assumed role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the stored procedure.If True, the grantee is given the ability to grant the specified set of permissions to other users on the stored procedure.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the stored procedure. </param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be granted the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the stored procedure. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.Rename(System.String)">
			<summary>Renames the stored procedure.</summary>
			<param name="newName">A <see cref="T:System.String"></see> value that specifies the new name of the stored procedure.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Revokes a previously granted set of permissions from a grantee on the stored procedure.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Revokes a previously granted set of permissions from a list of grantees on the stored procedure.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from a grantee on the stored procedure and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the stored procedure.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the stored procedure.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the stored procedure.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the stored procedure.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from grantees on the stored procedure and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the stored procedure.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the stored procedure.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the stored procedure.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the stored procedure.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from a grantee on the stored procedure and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the stored procedure.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the stored procedure.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the stored procedure.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the stored procedure.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the stored procedure. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from grantees on the stored procedure and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the stored procedure.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the stored procedure.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the stored procedure.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the stored procedure.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the stored procedure. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the stored procedure.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the stored procedure as specified by the script options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that is used to specify the script options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.ScriptHeader(System.Boolean)">
			<summary>Returns the text header with the option to modify the text.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the text header.</returns>
			<param name="forAlter">A <see cref="T:System.Boolean"></see> value that specifies whether the text header is read-only or can be modified.If True, the text header can be modified.If False, the text header is read-only.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedure.AnsiNullsStatus">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether SQL-92 NULL handling is enabled in the stored procedure.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies the whether the SQL-92 NULL handing is enabled or not.If True, comparisons to null values equates to false.If False (default), comparisons to null values equates to true.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedure.AssemblyName">
			<summary>Gets or sets the name of the .NET assembly required by the referenced stored procedure.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the assembly required by the referenced stored procedure.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedure.ClassName">
			<summary>Gets or sets the name of the class called by the referenced stored procedure.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the class called by the referenced stored procedure.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedure.CreateDate">
			<summary>Gets the date and time when the stored procedure was created.</summary>
			<returns>A <see cref="T:System.DateTime"></see> system object value that specifies the date and time when the stored procedure was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedure.DateLastModified">
			<summary>Gets the date and time when the stored procedure was last modified.</summary>
			<returns>A <see cref="T:System.DateTime"></see> system object value that specifies the date and time when the stored procedure was last modified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedure.Events">
			<summary>Gets the events associated with the stored procedure. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvents"></see> object that represents the stored procedure events.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedure.ExecutionContext">
			<summary>Gets or sets the execution context for the stored procedure.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExecutionContext"></see> object value that specifies the execution context of the stored procedure.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedure.ExecutionContextPrincipal">
			<summary>Gets or sets the execution context principal for the stored procedure.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the server principal context in which the object is executed.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedure.ExtendedProperties">
			<summary>Gets the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure"></see> object.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection"></see> object that specifies the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedure.ForReplication">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the stored procedure is available for replication.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies the whether the stored procedure is available for publishing by MicrosoftSQL Server replication services.If True, the stored procedure is available for replication.If False (default), the stored procedure is not available for replication.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedure.ID">
			<summary>Gets the ID value that uniquely identifies the stored procedure.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the stored procedure.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedure.ImplementationType">
			<summary>Gets or sets the implementation type of the stored procedure.</summary>
			<returns>An <see cref="P:Microsoft.SqlServer.Management.Smo.StoredProcedure.ImplementationType"></see> object value that specifies the implementation type of the stored procedure.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedure.IsEncrypted">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the stored procedure is encrypted.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies the whether stored procedure is encrypted.If True, the stored procedure is encrypted.If False (default), the stored procedure is not encrypted.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedure.IsSystemObject">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the stored procedure is a system object.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies the whether the stored procedure is a system object or not.If True, the stored procedure is a system object.If False (default), the stored procedure is not a system object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedure.MethodName">
			<summary>Gets the method name for the stored procedure.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the method name for the stored procedure.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedure.NumberedStoredProcedures">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureCollection"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure"></see> object represents a numbered stored procedure defined for the stored procedure.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureCollection"></see> object that represents all the numbered stored procedures defined for the stored procedure. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedure.Parameters">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter"></see> object represents a parameter defined for the stored procedure.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection"></see> object that represents all the parameter defined for the stored procedure. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedure.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedure.QuotedIdentifierStatus">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether identifiers delimited by double quotation marks are Transact-SQL reserved keywords or contain characters not usually allowed by the Transact-SQL syntax rules.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies how quoted identifies are handled in the stored procedure.If True, quoted identifiers are used to allow characters not usually allowed by the Transact-SQL syntax rules.If False (default), quoted identifiers are used to specify Transact-SQL reserved keywords.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedure.Recompile">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the stored procedure is recompiled before execution.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the stored procedure is recompiled before execution.If True, the stored procedure is recompiled before every execution.If False (default), the stored procedure is not recompiled.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedure.Startup">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the stored procedure runs when the instance of MicrosoftSQL Server starts up.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the stored procedure runs when the instance of SQL Server starts up.If True, the stored procedure runs at startup time.If False (default), the stored procedure does not run at startup time.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedure.TextBody">
			<summary>Gets or sets the Transact-SQL string that defines the stored procedure.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the Transact-SQL string that defines the stored procedure.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedure.TextHeader">
			<summary>Gets or sets the header part of the Transact-SQL string that defines the stored procedure.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the text header from the definition of the stored procedure.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedure.TextMode">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property that specifies whether the text header is editable as text.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the text header is editable as text.If True, the text header is editable as text.If False (default), the text header is not editable.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.StoredProcedureCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure"></see> objects that represent all the stored procedures defined on a table.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureCollection.Add(Microsoft.SqlServer.Management.Smo.StoredProcedure)">
			<summary>Adds the specified stored procedure to the collection.</summary>
			<param name="storedProcedure">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure"></see> object to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureCollection.CopyTo(Microsoft.SqlServer.Management.Smo.StoredProcedure[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedureCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure"></see> object value that represents the stored procedure.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedureCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure"></see> object value that represents the stored procedure.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedureCollection.Item(System.String,System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure"></see> object in the collection by name and schema.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure"></see> object value that represents the stored procedure.</returns>
			<param name="schema">A <see cref="T:System.String"></see> value that specifies the name of the schema.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedureCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent"></see> object represents the Microsoft SQL Server stored procedure events that can be included in an stored procedure event set.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent.Add(Microsoft.SqlServer.Management.Smo.StoredProcedureEvent,Microsoft.SqlServer.Management.Smo.StoredProcedureEvent)">
			<summary>Returns the stored procedure event set that is created when two stored procedure events are added together.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet"></see> object value that specifies a set of two stored procedures that are created when two events were added together.</returns>
			<param name="eventRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent"></see> object that specifies another stored procedure event.</param>
			<param name="eventLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent"></see> object that specifies a stored procedure event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent.Equals(System.Object)">
			<summary>Determines whether the referenced stored procedure event object is equal to the specified object.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the referenced stored procedure event object is equal to the specified object.If True, the objects are equal.If False, the objects are not equal.</returns>
			<param name="obj">An <see cref="T:System.Object"></see> system object that specifies the stored procedure event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent.GetHashCode">
			<summary>This method supports the Microsoft SQL Server 2005 infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent.op_Addition(Microsoft.SqlServer.Management.Smo.StoredProcedureEvent,Microsoft.SqlServer.Management.Smo.StoredProcedureEvent)">
			<summary>Creates a stored procedure event set by performing an addition operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent"></see> objects.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet"></see> object value that specifies a set of stored procedure events.</returns>
			<param name="eventRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent"></see> object that specifies the stored procedure events.</param>
			<param name="eventLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent"></see> object that specifies the stored procedure events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent.op_BitwiseOr(Microsoft.SqlServer.Management.Smo.StoredProcedureEvent,Microsoft.SqlServer.Management.Smo.StoredProcedureEvent)">
			<summary>Creates a stored procedure event set by performing a bitwise OR operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent"></see> objects.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet"></see> object value that specifies a set of stored procedure events.</returns>
			<param name="eventRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent"></see> object that specifies the stored procedure events.</param>
			<param name="eventLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent"></see> object that specifies the stored procedure events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent.op_Equality(Microsoft.SqlServer.Management.Smo.StoredProcedureEvent,Microsoft.SqlServer.Management.Smo.StoredProcedureEvent)">
			<summary>Creates a stored procedure event set by performing an equality operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent"></see> objects.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet"></see> object value that specifies a set of stored procedure events.</returns>
			<param name="a">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent"></see> object that specifies the stored procedure events.</param>
			<param name="b">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent"></see> object that specifies the stored procedure events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent.op_Inequality(Microsoft.SqlServer.Management.Smo.StoredProcedureEvent,Microsoft.SqlServer.Management.Smo.StoredProcedureEvent)">
			<summary>Creates a stored procedure event set by performing an inequality operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent"></see> objects.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet"></see> object value that specifies a set of stored procedure events.</returns>
			<param name="a">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent"></see> object that specifies the stored procedure events.</param>
			<param name="b">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent"></see> object that specifies the stored procedure events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent.ToString">
			<summary>Returns the referenced object in string format.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the referenced object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent.AlterProcedure">
			<summary>Gets a stored procedure event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet.AlterProcedure"></see> event that can be included in the stored procedure event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent.DropProcedure">
			<summary>Gets a stored procedure event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent"></see> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet.DropProcedure"></see> event that can be included in the stored procedure event set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvents">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvents"></see> object represents the settings required for Microsoft SQL Server stored procedure event notification.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.StoredProcedureEvents.ServerEvent">
			<summary>Specifies the event raised when an event occurs in <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure"></see> object and the has user subscribed to the events from that object instance.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEvents.GetEventSelection">
			<summary>Returns the currently selected event notifications.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet"></see> object that specifies the set of stored procedure events.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEvents.StartEvents">
			<summary>Starts receiving events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEvents.StopEvents">
			<summary>Stops receiving events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet)">
			<summary>Specifies the stored procedure events to receive.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet"></see> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet,Microsoft.SqlServer.Management.Smo.ServerEventHandler)">
			<summary>Specifies the stored procedure events to receive and the event handler that handles the events.</summary>
			<param name="eventHandler">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventHandler"></see> object that handles the events that are received.</param>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet"></see> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEvents.UnsubscribeAllEvents">
			<summary>Clears all event settings, and removes all event handlers.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEvents.UnsubscribeFromEvents(Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet)">
			<summary>Clears the specified event settings, and removes all event handlers.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet"></see> object that specifies the set of events to stop receiving.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet"></see> object represents a set of stored procedure events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet.#ctor(Microsoft.SqlServer.Management.Smo.StoredProcedureEvent)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet"></see> class with a specified event.</summary>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent"></see> object that specifies a stored procedure event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet.#ctor(Microsoft.SqlServer.Management.Smo.StoredProcedureEvent[])">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet"></see> class with a specified set of events.</summary>
			<param name="events">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent"></see> objects that specifies a list of stored procedure events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet.#ctor(Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet"></see> class with a specified set of events.</summary>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet"></see> that specifies a set of stored procedure events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet.Add(Microsoft.SqlServer.Management.Smo.StoredProcedureEvent)">
			<summary>Returns a set of stored procedure events after adding a new stored procedure event to the referenced event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet"></see> object that specifies the stored procedure event set after the new event is added.</returns>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent"></see> object that is added to the event set.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet.Add(Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet,Microsoft.SqlServer.Management.Smo.StoredProcedureEvent)">
			<summary>Returns a set of stored procedure events after adding a new stored procedure event to the specified event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet"></see> object that specifies the stored procedure event set after the new event is added.</returns>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet"></see> object that specifies the event set to which the event is added.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent"></see> object that is added to the event set.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet.Copy">
			<summary>Returns a copy of the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet"></see> object that represents a copy of the event set.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet.op_Addition(Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet,Microsoft.SqlServer.Management.Smo.StoredProcedureEvent)">
			<summary>Creates a stored procedure event set by performing an addition operation on a <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent"></see> object and a <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet"></see> object value that specifies a set of stored procedure events.</returns>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet"></see> object that specifies the stored procedure event set.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent"></see> object that specifies the stored procedure events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet.op_Subtraction(Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet,Microsoft.SqlServer.Management.Smo.StoredProcedureEvent)">
			<summary>Creates a stored procedure event set by performing a subtraction operation on a <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent"></see> object and a <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet"></see> object value that specifies a set of stored procedure events.</returns>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet"></see> object that specifies the stored procedure event set.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent"></see> object that specifies the stored procedure event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet.Remove(Microsoft.SqlServer.Management.Smo.StoredProcedureEvent)">
			<summary>Removes an event from the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet"></see> object that represents the stored procedure event set.</returns>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent"></see> object that specifies the event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet.Subtract(Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet,Microsoft.SqlServer.Management.Smo.StoredProcedureEvent)">
			<summary>Returns a set of stored procedure events after subtracting a stored procedure event from the specified event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet"></see> object value that specifies a set of stored procedure events after the stored procedure event is subtracted.</returns>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet"></see> object that specifies the stored procedure event set from which to subtract the stored procedure event.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent"></see> object that specifies the stored procedure event to be subtracted from the event set.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet.ToString">
			<summary>Returns a string that represents the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet"></see> object.</summary>
			<returns>A <see cref="T:System.String"></see> value that represents the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet.AlterProcedure">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a stored procedure is altered.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterProcedure event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet.DropProcedure">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event is included in the event set. The event occurs when a stored procedure is dropped.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropProcedure event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet.NumberOfElements">
			<summary>Gets the number of events in the event set.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the number of events in the event set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter"></see> object represents a MicrosoftSQL Server stored procedure parameter.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter.#ctor(Microsoft.SqlServer.Management.Smo.StoredProcedure,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter"></see> class for the specified stored procedure and with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the stored procedure parameter.</param>
			<param name="storedProcedure">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure"></see> object value that specifies the stored procedure on which the parameter is defined.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter.#ctor(Microsoft.SqlServer.Management.Smo.StoredProcedure,System.String,Microsoft.SqlServer.Management.Smo.DataType)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter"></see> class for the specified stored procedure and with the specified name and data type.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the stored procedure parameter.</param>
			<param name="dataType">A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> system object value that specifies the data type of the stored procedure parameter.</param>
			<param name="storedProcedure">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure"></see> object value that specifies the stored procedure on which the parameter is defined.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter.IsOutputParameter">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property that specifies whether the parameter is an output parameter.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the stored procedure parameter is an output parameter.If True, the referenced stored procedure parameter is an output parameter, which contains returned results after the stored procedure is called.If False (default), the referenced stored procedure parameter is an input parameter, which contains arguments that are used within the stored procedure.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter"></see> objects that represent all the stored procedure parameters defined on a table.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection.Add(Microsoft.SqlServer.Management.Smo.StoredProcedureParameter)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter"></see> object to the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection"></see> object.</summary>
			<param name="storedProcedureParameter">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter"></see> object value that specifies the statistic counter column to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection.Add(Microsoft.SqlServer.Management.Smo.StoredProcedureParameter,System.Int32)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter"></see> object to the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection"></see> object.</summary>
			<param name="storedProcedureParameter">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter"></see> object value that is to be added into the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection"></see> object.</param>
			<param name="insertAtPosition">An <see cref="T:System.Int32"></see> value that specifies the index position to insert the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter"></see> object into the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection.Add(Microsoft.SqlServer.Management.Smo.StoredProcedureParameter,System.String)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter"></see> object to the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection"></see> object.</summary>
			<param name="storedProcedureParameter">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter"></see> object value that is to be added into the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection"></see> object.</param>
			<param name="insertAtColumnName">A <see cref="T:System.String"></see> value that specifies the name of the existing <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter"></see> object in the collection after which to insert the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection.CopyTo(Microsoft.SqlServer.Management.Smo.StoredProcedureParameter[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection"></see> object using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection.Remove(Microsoft.SqlServer.Management.Smo.StoredProcedureParameter)">
			<summary>Removes a <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter"></see> object from the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection"></see> object.</summary>
			<param name="storedProcedureParameter">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter"></see> object value that specifies the statistic counter column to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection"></see> object.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter"></see> object value that represents the stored procedure parameter.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter"></see> object value that represents the stored procedure parameter.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SymmetricKey">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKey"></see> object represents a Microsoft SQL Server symmetric key.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKey"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKey"></see> class on the specified database and with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the symmetric key.</param>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object value that specifies the database on which to create the symmetric key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.AddKeyEncryption(Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption)">
			<summary>Adds key encryption to the symmetric key.</summary>
			<param name="keyEncryptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption"></see> object value that specifies one encryption mechanism to be added to the symmetric key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.AddKeyEncryption(Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption[])">
			<summary>Adds key encryption to the symmetric key.</summary>
			<param name="keyEncryptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption"></see> object array value that specifies two or more encryption mechanisms to be added to the symmetric key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKey"></see> object property changes on the instance of Microsoft SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Close">
			<summary>Closes the symmetric key.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Create(Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption,Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryptionAlgorithm)">
			<summary>Creates a symmetric key on the database with the specified encryption type and method. </summary>
			<param name="keyEncryptionAlgorithm">A <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryptionAlgorithm"></see> value that specifies the encryption method.</param>
			<param name="keyEncryption">A <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption"></see> object value that specifies the encryption type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Create(Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption[],Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryptionAlgorithm)">
			<summary>Creates a symmetric key on the database with the specified encryption type and method. </summary>
			<param name="keyEncryptionAlgorithm">A <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryptionAlgorithm"></see> value that specifies the encryption method.</param>
			<param name="keyEncryption">A <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption"></see> object array value that specifies more than one encryption type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Create(Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption,Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryptionAlgorithm,System.String)">
			<summary>Creates a symmetric key on the database with the specified encryption type and method. </summary>
			<param name="keyEncryptionAlgorithm">A <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryptionAlgorithm"></see> value that specifies the encryption method.</param>
			<param name="passPhrase">A <see cref="T:System.String"></see> value that specifies the pass phrase from which the symmetric key can be derived.</param>
			<param name="keyEncryption">A <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption"></see> object value that specifies the encryption type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Create(Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption[],Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryptionAlgorithm,System.String)">
			<summary>Creates a symmetric key on the database with the specified encryption type and method. </summary>
			<param name="keyEncryptionAlgorithm">A <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryptionAlgorithm"></see> value that specifies the encryption method.</param>
			<param name="passPhrase">A <see cref="T:System.String"></see> value that specifies the pass phrase from which the symmetric key can be derived.</param>
			<param name="keyEncryption">A <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption"></see> object array value that specifies more than one encryption type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Create(Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption,Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryptionAlgorithm,System.Security.SecureString,System.String)">
			<summary>Creates a symmetric key on the database with the specified encryption type and method. </summary>
			<param name="keyEncryptionAlgorithm">A <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryptionAlgorithm"></see> value that specifies the encryption method.</param>
			<param name="passPhrase">A <see cref="T:System.Security.SecureString"></see> value that specifies the pass phrase from which the symmetric key can be derived.</param>
			<param name="keyEncryption">A <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption"></see> object value that specifies the encryption type.</param>
			<param name="identityPhrase">A <see cref="T:System.String"></see> value that specifies the identity phrase used to tag data that is encrypted with the key. Either passPhrase or identityPhrase can be null, but at least one needs to be set.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Create(Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption,Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryptionAlgorithm,System.String,System.String)">
			<summary>Creates a symmetric key on the database with the specified encryption type and method. </summary>
			<param name="keyEncryptionAlgorithm">A <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryptionAlgorithm"></see> value that specifies the encryption method.</param>
			<param name="passPhrase">A <see cref="T:System.String"></see> value that specifies the pass phrase from which the symmetric key can be derived.</param>
			<param name="keyEncryption">A <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption"></see> object value that specifies the encryption type.</param>
			<param name="identityPhrase">A <see cref="T:System.String"></see> value that specifies the identity phrase used to tag data that is encrypted with the key. Either passPhrase or identityPhrase can be null, but at least one needs to be set.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Create(Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption[],Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryptionAlgorithm,System.Security.SecureString,System.String)">
			<summary>Creates a symmetric key on the database with the specified encryption type and method. </summary>
			<param name="keyEncryptionAlgorithm">A <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryptionAlgorithm"></see> value that specifies the encryption method.</param>
			<param name="passPhrase">A <see cref="T:System.Security.SecureString"></see> value that specifies the pass phrase from which the symmetric key can be derived.</param>
			<param name="keyEncryption">A <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption"></see> object array value that specifies more than one encryption type.</param>
			<param name="identityPhrase">A <see cref="T:System.String"></see> value that specifies the identity phrase used to tag data that is encrypted with the key. Either passPhrase or identityPhrase can be null, but at least one needs to be set.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Create(Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption[],Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryptionAlgorithm,System.String,System.String)">
			<summary>Creates a symmetric key on the database with the specified encryption type and method. </summary>
			<param name="keyEncryptionAlgorithm">A <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryptionAlgorithm"></see> value that specifies the encryption method.</param>
			<param name="passPhrase">A <see cref="T:System.String"></see> value that specifies the pass phrase from which the symmetric key can be derived.</param>
			<param name="keyEncryption">A <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption"></see> object array value that specifies more than one encryption type.</param>
			<param name="identityPhrase">A <see cref="T:System.String"></see> value that specifies the identity phrase used to tag data that is encrypted with the key. Either passPhrase or identityPhrase can be null, but at least one needs to be set.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Denies the specified set of permissions for the specified grantee on the symmetric key.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied the specified set of permissions on the symmetric key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Denies the specified set of permissions for the specified grantees on the symmetric key.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied the specified set of permissions on the symmetric key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Denies the specified set of permissions for the specified grantee and other users that the grantee granted the specified set of permissions on the symmetric key.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the symmetric key.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied the specified set of permissions on the symmetric key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Denies the specified set of permissions for the specified grantees and other users that the grantee granted the specified set of permissions on the symmetric key.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the symmetric key.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Drop">
			<summary>Removes a symmetric key from the instance of SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.DropKeyEncryption(Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption)">
			<summary>Removes the specified key encryption from the symmetric key.</summary>
			<param name="keyEncryption">An <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption"></see> object value that specifies the key encryption to be removed from the symmetric key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.DropKeyEncryption(Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption[])">
			<summary>Removes the specified key encryptions from the symmetric key.</summary>
			<param name="keyEncryption">A <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption"></see> object array value that specifies the key encryptions to be removed from the symmetric key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.EnumKeyEncryptions">
			<summary>Enumerates a list of key encryptions associated with the symmetric key.</summary>
			<returns>An <see cref="T:System.Data.DataTable"></see> system object value that contains a list of key encryptions associated with the symmetric key. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.EnumObjectPermissions">
			<summary>Enumerates a list of object permissions for the symmetric key.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the symmetric key. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of object permissions for a specified permission on the symmetric key.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified permission on the symmetric key. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.EnumObjectPermissions(System.String)">
			<summary>Enumerates a list of object permissions for a specified grantee on the symmetric key.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified grantee on the symmetric key. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of object permissions for a specified grantee and a specified permission on the symmetric key.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified grantee and permission on the symmetric key. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Grants the specified set of permissions to the specified grantee on the symmetric key.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be granted the specified set of permissions on the symmetric key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Grants access to the specified permission to the grantee and the ability to grant access to other users on the symmetric key.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the symmetric key.If True, the grantee is given the ability to grant the specified set of permissions to other users on the symmetric key.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the symmetric key.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Grants access to the specified permission to the grantees and the ability to grant access to other users on the symmetric key.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the symmetric key. If True, the grantee is given the ability to grant the specified set of permissions to other users on the symmetric key.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the symmetric key.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Grants the specified set of permissions to the grantee and the ability to grant the set of permissions to other users on the symmetric key under an assumed role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the symmetric key.If True, the grantee is given the ability to grant the specified set of permissions to other users on the symmetric key.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the symmetric key. </param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be denied access to the permission.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the symmetric key. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Grants the specified set of permissions to the grantees and the ability to grant the set of permissions to other users on the symmetric key under an assumed role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the symmetric key.If True, the grantee is given the ability to grant the specified set of permissions to other users on the symmetric key.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the symmetric key. </param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be granted the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the symmetric key. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Open(System.String)">
			<summary>Opens the symmetric key.</summary>
			<param name="password">A <see cref="T:System.String"></see> value that specifies the password required to open the symmetric key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.OpenWithCertificate(System.String)">
			<summary>Opens the symmetric key with a certificate.</summary>
			<param name="certificateName">A <see cref="T:System.String"></see> value that specifies the certificate.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.OpenWithCertificate(System.String,System.String)">
			<summary>Opens the symmetric key with a certificate.</summary>
			<param name="privateKeyPassword">A <see cref="T:System.String"></see> value that specifies the password that was used to encrypt the private key of the certificate.</param>
			<param name="certificateName">A <see cref="T:System.String"></see> value that specifies the certificate.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.OpenWithSymmetricKey(System.String)">
			<summary>Opens the symmetric key with another symmetric key.</summary>
			<param name="symmetricKeyName">A <see cref="T:System.String"></see> value that specifies the other symmetric key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Revokes a previously granted set of permissions from a grantee on the symmetric key.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Revokes a previously granted set of permissions from a list of grantees on the symmetric key.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from a grantee on the symmetric key and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the symmetric key.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the symmetric key.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the symmetric key.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the symmetric key.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from grantees on the symmetric key and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the symmetric key.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the symmetric key.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the symmetric key.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the symmetric key.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from a grantee on the symmetric key and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the symmetric key.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the symmetric key.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the symmetric key.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the symmetric key.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the symmetric key. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from grantees on the symmetric key and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the symmetric key.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the symmetric key.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the symmetric key.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the symmetric key.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the symmetric key. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SymmetricKey.CreateDate">
			<summary>Gets the date and time when the symmetric key was created.</summary>
			<returns>A <see cref="T:System.DateTime"></see> system object value that specifies when the symmetric key was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SymmetricKey.DateLastModified">
			<summary>Gets the date and time when the symmetric key was last modified.</summary>
			<returns>A <see cref="T:System.DateTime"></see> object value that specifies the date and time when the symmetric key was last modified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SymmetricKey.EncryptionAlgorithm">
			<summary>Gets or sets the symmetric key encryption algorithm.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryptionAlgorithm"></see> object value that specifies the encryption algorithm used by the symmetric key.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SymmetricKey.ID">
			<summary>Gets the ID value that uniquely identifies the symmetric key.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the symmetric key.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SymmetricKey.IsOpen">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the symmetric key is open.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the symmetric key is open.If True, the symmetric key is open.If False (default), the symmetric key is closed.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SymmetricKey.KeyGuid">
			<summary>Get the GUID value that uniquely identifies the symmetric key globally.</summary>
			<returns>A <see cref="T:System.Guid"></see> system object value that specifies the GUID that uniquely identifies the symmetric key globally.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SymmetricKey.KeyLength">
			<summary>Gets the length of the symmetric key in bits.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the length of the symmetric key in bits.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SymmetricKey.Owner">
			<summary>Gets or sets the owner of the symmetric key.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the owner of the symmetric key.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SymmetricKey.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKey"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKey"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKey"></see> objects that represent all the symmetric keys on the referenced database. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKeyCollection.CopyTo(Microsoft.SqlServer.Management.Smo.SymmetricKey[],System.Int32)">
			<summary>Copies the collection of objects to a one-dimensional array beginning at the specified index value.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKey"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index value in the collection to start copying. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKeyCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyCollection"></see> collection by using a system-defined, unique identifier.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKey"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKey"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SymmetricKeyCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKey"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKey"></see> object value that represents the symmetric key.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKey"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SymmetricKeyCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKey"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKey"></see> object value that represents the symmetric key.</returns>
			<param name="name">A string value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKey"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SymmetricKeyCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption"></see> class represents the encryption type used when encrypting symmetric keys.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption.#ctor(Microsoft.SqlServer.Management.Smo.KeyEncryptionType,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption"></see> class with the specified encryption type and with the specified value.</summary>
			<param name="value">A <see cref="T:System.String"></see> value that specifies the value of the key encryption.</param>
			<param name="encryptionType">An <see cref="T:Microsoft.SqlServer.Management.Smo.KeyEncryptionType"></see> object value that specifies the key encryption type.</param>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption.KeyEncryptionType">
			<summary>Gets or sets the key encryption type.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.KeyEncryptionType"></see> object value that specifies the type of encryption used on the symmetric key.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption.ObjectNameOrPassword">
			<summary>Gets or sets the object name or the password associated with the symmetric key encryption.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the object name or password associated with the symmetric key encryption.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Synonym">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym"></see> object represents a Microsoft SQL Server synonym. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym"></see> class on the specified database and with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the synonym.</param>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that specifies the database to which the synonym belongs.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym"></see> class on the specified database and with the specified name and schema.</summary>
			<param name="schema">A <see cref="T:System.String"></see> value that specifies the schema for the synonym.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the synonym.</param>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that specifies the database to which the synonym belongs.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String,System.String,System.String,System.String,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym"></see> class on the specified database and with the specified name, and base object.</summary>
			<param name="baseServer">A <see cref="T:System.String"></see> value that specifies the instance of Microsoft SQL Server on which the synonym base object exists.</param>
			<param name="baseDatabase">A <see cref="T:System.String"></see> value that specifies database on which the synonym base object exists.</param>
			<param name="baseSchema">A <see cref="T:System.String"></see> value that specifies the schema for the synonym base object.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the synonym.</param>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that specifies the database to which the synonym belongs.</param>
			<param name="baseObject">A <see cref="T:System.String"></see> value that specifies the synonym base object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String,System.String,System.String,System.String,System.String,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym"></see> class on the specified database and with the specified name, schema, and base object.</summary>
			<param name="baseServer">A <see cref="T:System.String"></see> value that specifies the instance of Microsoft SQL Server on which the synonym base object exists.</param>
			<param name="baseDatabase">A <see cref="T:System.String"></see> value that specifies database on which the synonym base object exists.</param>
			<param name="schema">A <see cref="T:System.String"></see> value that specifies the schema of the synonym.</param>
			<param name="baseSchema">A <see cref="T:System.String"></see> value that specifies the schema for the synonym base object.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the synonym.</param>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that specifies the database to which the synonym belongs.</param>
			<param name="baseObject">A <see cref="T:System.String"></see> value that specifies the synonym base object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym"></see> object property changes on the instance of Microsoft SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.Create">
			<summary>Creates a synonym on the instance of Microsoft SQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Denies the specified set of permissions for the specified grantee on the synonym.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied the specified set of permissions on the synonym.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Denies the specified set of permissions for the specified grantees on the synonym.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied the specified set of permissions on the synonym.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Denies the specified set of permissions for the specified grantee and other users that the grantee granted the specified set of permissions on the synonym.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the synonym.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied the specified set of permissions on the synonym.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Denies the specified set of permissions for the specified grantees and other users that the grantee granted the specified set of permissions on the synonym.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the synonym.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.Drop">
			<summary>Removes the synonym from the instance of Microsoft SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.EnumObjectPermissions">
			<summary>Enumerates a list of object permissions for the synonym.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the synonym. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of object permissions for a specified permission on the synonym.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified permission on the synonym. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.EnumObjectPermissions(System.String)">
			<summary>Enumerates a list of object permissions for a specified grantee on the synonym.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified grantee on the synonym. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of object permissions for a specified grantee and a specified permission on the synonym.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified grantee and permission on the synonym. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Grants the specified set of permissions to the specified grantee on the synonym.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be granted the specified set of permissions on the synonym.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Grants the specified set of permissions to the specified grantees on the synonym.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that lists the grantees to be granted the specified set of permissions on the synonym.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Grants access to the specified permission to the grantee and the ability to grant access to other users on the synonym.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the synonym.If True, the grantee is given the ability to grant the specified set of permissions to other users on the synonym.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the synonym.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Grants access to the specified permission to the grantees and the ability to grant access to other users on the synonym.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the synonym. If True, the grantee is given the ability to grant the specified set of permissions to other users on the synonym.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the synonym.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Grants the specified set of permissions to the grantee and the ability to grant the set of permissions to other users on the synonym under an assumed role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the synonym.If True, the grantee is given the ability to grant the specified set of permissions to other users on the synonym.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the synonym. </param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be denied access to the permission.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the synonym. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Grants the specified set of permissions to the grantees and the ability to grant the set of permissions to other users on the synonym under an assumed role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the synonym.If True, the grantee is given the ability to grant the specified set of permissions to other users on the synonym.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the synonym. </param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be granted the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the synonym. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Revokes a previously granted set of permissions from a grantee on the synonym.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Revokes a previously granted set of permissions from a list of grantees on the synonym.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from a grantee on the synonym and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the synonym.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the synonym.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the synonym.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the synonym.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from grantees on the synonym and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the synonym.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the synonym.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the synonym.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the synonym.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from a grantee on the synonym and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the synonym.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the synonym.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the synonym.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the synonym.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the synonym. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from grantees on the synonym and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the synonym.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the synonym.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the synonym.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the synonym.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the synonym. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the synonym.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the synonym as specified by the script options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that is used to specify the script options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Synonym.BaseDatabase">
			<summary>Gets or sets the base database on which the base object resides.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the base database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Synonym.BaseObject">
			<summary>Gets or sets the base object for which the synonym is defined.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the base object for the synonym.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Synonym.BaseSchema">
			<summary>Gets or sets the schema of the base object.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the schema of the base object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Synonym.BaseServer">
			<summary>Gets or sets the instance of Microsoft SQL Server on which the base object resides.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the instance of SQL Server on which the base object resides.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Synonym.CreateDate">
			<summary>Gets the date and time when the synonym was created.</summary>
			<returns>A <see cref="T:System.DateTime"></see> system object value that specifies the date and time when the synonym was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Synonym.DateLastModified">
			<summary>Gets the date and time when the synonym was last modified.</summary>
			<returns>A <see cref="T:System.DateTime"></see> system object value that specifies the date and time when the synonym was last modified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Synonym.Events">
			<summary>Gets the events that are supported by the synonym.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SynonymEvents"></see> object value that specifies the events supported by the synonym.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Synonym.ExtendedProperties">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Dts.Runtime.ExtendedProperty"></see> objects that contain information about the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym"></see> object.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection"></see> object that contains the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Synonym.ID">
			<summary>Gets the ID value that uniquely identifies the synonym.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value of the synonym.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Synonym.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym"></see> object. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SynonymCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.SynonymCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym"></see> objects that represent all the synonyms on the referenced database. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SynonymCollection.Add(Microsoft.SqlServer.Management.Smo.Synonym)">
			<summary>Adds the specified synonym to the collection.</summary>
			<param name="synonym">A <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym"></see> object to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SynonymCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Synonym[],System.Int32)">
			<summary>Copies the collection of objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index value in the collection to start copying. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SynonymCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.SynonymCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.SynonymCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SynonymCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym"></see> object value that represents the synonym.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.SynonymCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SynonymCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym"></see> object value that represents the synonym.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.SynonymCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SynonymCollection.Item(System.String,System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym"></see> object value that represents the synonym.</returns>
			<param name="schema">A <see cref="T:System.String"></see> value that specifies the schema of the synonym.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.SynonymCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SynonymCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.SynonymCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.SynonymCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SynonymEvents">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.SynonymEvents"></see> object represents the settings required for Microsoft SQL Server™ synonym event notification.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.SynonymEvents.ServerEvent">
			<summary>Specifies the event raised when an event occurs in <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym"></see> object and the user has subscribed to the events from that object instance.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SynonymEvents.GetEventSelection">
			<summary>Returns the currently selected event notifications.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of synonym events.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SynonymEvents.StartEvents">
			<summary>Starts receiving events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SynonymEvents.StopEvents">
			<summary>Stops receiving events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SynonymEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Specifies the synonym events to receive.</summary>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SynonymEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet,Microsoft.SqlServer.Management.Smo.ServerEventHandler)">
			<summary>Specifies the synonym events to receive and the event handler that handles the events.</summary>
			<param name="eventHandler">An <see cref="T:Microsoft.SqlServer.Management.Smo.SmoApplication.AnyObjectEventHandler"></see> object that handles the events that are received.</param>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SynonymEvents.UnsubscribeAllEvents">
			<summary>Clears all event settings, and removes all event handlers.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SynonymEvents.UnsubscribeFromEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Clears the specified event settings, and removes all event handlers.</summary>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of events to stop receiving.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SystemDataType">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.SystemDataType"></see> object represents a supported system data type. The <see cref="T:Microsoft.SqlServer.Management.Smo.SystemDataTypeCollection"></see> represents all the supported system data types.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SystemDataType.AllowIdentity">
			<summary>Gets the <see cref="T:System.Boolean"></see> property that specifies whether the system data type allows an identity value.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the system data type allows an identity value.If True, the system data type allows an identity value.If False, the system data type does not allow an identity value.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SystemDataType.AllowLength">
			<summary>Gets the <see cref="T:System.Boolean"></see> property that specifies whether the system data type allows a length specification.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the system data type allows a length specification.If True, the system data type allows a length specification.If False, the system data type does not allow a length specification.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SystemDataType.AllowNulls">
			<summary>Gets the <see cref="T:System.Boolean"></see> property that specifies whether the system data type allows null values.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the system data type allows null values.If True, the system data type allows null values.If False, the system data type does not allow null values.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SystemDataType.Collation">
			<summary>Gets the <see cref="T:System.String"></see> value that specifies the collation for the system data type.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the collation for the system data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SystemDataType.ID">
			<summary>Gets the ID value that uniquely identifies the system data type.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the system data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SystemDataType.MaximumLength">
			<summary>Gets the maximum length of the system data type.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the maximum length of the system data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SystemDataType.NumericPrecision">
			<summary>Gets the numeric precision of the system data type.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the numeric precision of the system data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SystemDataType.NumericScale">
			<summary>Gets the numeric scale of the system data type.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the numeric scale of the system data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SystemDataType.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.SystemDataType"></see> object. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.SystemDataType"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SystemDataTypeCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.SystemDataTypeCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.SystemDataType"></see> objects that represent all the system data types on the referenced database. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SystemDataTypeCollection.CopyTo(Microsoft.SqlServer.Management.Smo.SystemDataType[],System.Int32)">
			<summary>Copies the collection of objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.SystemDataType"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index value in the collection to start copying. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SystemDataTypeCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.SystemDataTypeCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SystemDataType"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.SystemDataType"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.SystemDataTypeCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SystemDataTypeCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.SystemDataType"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SystemDataType"></see> object value that represents the system data type.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.SystemDataType"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.SystemDataTypeCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SystemDataTypeCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.SystemDataType"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SystemDataType"></see> object value that represents the system data type.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.SystemDataType"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.SystemDataTypeCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SystemDataTypeCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.SystemDataTypeCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.SystemDataTypeCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SystemMessage">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.SystemMessage"></see> object represents messages defined by the system.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SystemMessage.ID">
			<summary>Gets the ID value that uniquely identifies the system message is written.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the system message.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SystemMessage.IsLogged">
			<summary>Gets the <see cref="T:System.Boolean"></see> property that specifies whether the system message is logged in the Microsoft Windows event log.</summary>
			<returns>A <see cref="T:System.Boolean"></see> property value that specifies whether the system message is logged in the Windows event log.If True, the system message is logged in the Windows event log.If False, the system message is not logged in the Windows event log.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SystemMessage.Language">
			<summary>Gets the language in which the system message is written.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the language in which the system message is written.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SystemMessage.LanguageID">
			<summary>Gets the ID value that uniquely identifies the language in which the system message is written.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the language in which the system message is written.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SystemMessage.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.SystemMessage"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object value that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.SystemMessage"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SystemMessage.Severity">
			<summary>Gets the severity of the system message.</summary>
			<returns>A <see cref="T:System.Uint8"></see> value that specifies the severity of the system message.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SystemMessage.Text">
			<summary>Gets the text of the system message.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the text of the system message.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SystemMessageCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.SystemMessageCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.SystemMessage"></see> objects that represent all the system messages on the instance of Microsoft SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SystemMessageCollection.CopyTo(Microsoft.SqlServer.Management.Smo.SystemMessage[],System.Int32)">
			<summary>Copies the collection of objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.SystemMessage"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index value in the collection to start copying. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SystemMessageCollection.GetCollectionElementType">
			<summary>Returns the type of object that the collection consists of. </summary>
			<returns>An <see cref="T:System.Type"></see> system object value that specifies the type of object that makes up the collection.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SystemMessageCollection.ItemByIdAndLanguage(System.Int32,System.String)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.SystemMessageCollection"></see> collection using a system-defined, unique identifier and the specified language.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SystemMessage"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.SystemMessage"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.SystemMessageCollection"></see> collection.</param>
			<param name="language">A <see cref="T:System.String"></see> value that specifies the language in which the system message is written. Language name formats are listed in sys.syslanguages system table, us_english, British, and Deutsch for example.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SystemMessageCollection.ItemByIdAndLanguageId(System.Int32,System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.SystemMessageCollection"></see> collection using a system-defined, unique identifier and the specified language ID.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SystemMessage"></see> object that has the specified ID value.</returns>
			<param name="languageID">An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the language in which the system message is written. The language ID values are listed in sys.syslanguages system table, us_english is 0, and Deutsch is 1 for example.</param>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.SystemMessage"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.SystemMessageCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SystemMessageCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.SystemMessage"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SystemMessage"></see> object value that represents the system message.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.SystemMessage"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.SystemMessageCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SystemMessageCollection.Item(System.Int32,System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.SystemMessage"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SystemMessage"></see> object value that represents the system message.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that specifies an ID value that uniquely identifies the system message.</param>
			<param name="language">A <see cref="T:System.String"></see> value that specifies the language in which the system message is written.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SystemMessageCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.SystemMessageCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.SystemMessageCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Table">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Table"></see> object represents a MicrosoftSQL Server table.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Table"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Table"></see> class on the specified database and with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the table to be created.</param>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object value that specifies the database in which to create the <see cref="T:Microsoft.SqlServer.Management.Smo.Table"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Table"></see> class on the specified database and with the specified name and schema.</summary>
			<param name="schema">A <see cref="T:System.String"></see> value that specifies the name of the schema for the table to be created.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the schema for the table to be created.</param>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object value that specifies the database in which to create the <see cref="T:Microsoft.SqlServer.Management.Smo.Table"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.Table"></see> object property changes on the instance of MicrosoftSQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.AlterWithNoCheck">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.Table"></see> object property changes on the instance of MicrosoftSQL Server without checking the property values first. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.ChangeSchema(System.String)">
			<summary>Changes the schema on the referenced table.</summary>
			<param name="newSchema">A <see cref="T:System.String"></see> value that specifies the new schema.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.CheckIdentityValue">
			<summary>Verifies the integrity of all identity columns in the referenced table.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains the current identity value and the current column value.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.CheckTable">
			<summary>Tests the integrity of database pages for the table and indexes defined on the table.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains the results of the checking the integrity of the table, including the number of rows and the number of pages.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.CheckTableDataOnly">
			<summary>Tests the integrity of database pages for the table data defined on the table.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains the results of the checking the integrity of the table, including the number of rows and the number of pages.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Create">
			<summary>Creates a table on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.Table"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Denies the specified set of permissions for the specified grantee on the table.</summary>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied the specified set of permissions on the table.</param>
			<param name="p ermission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Denies the specified set of permissions for the specified grantees on the table.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied the specified set of permissions on the table.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Denies the specified set of permissions for the specified grantee and other users that the grantee granted the specified set of permissions on the table.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the table.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied the specified set of permissions on the table.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[])">
			<summary>Denies the specified set of permissions to the grantee on the specified columns on the table.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied the specified set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array value that specifies the list of columns for which the permission is denied.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Denies the specified permission for the specified grantees on the table.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the table.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[])">
			<summary>Denies the specified set of permissions for the grantees on the specified columns on the table.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array value that specifies the list of grantees to be denied access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array value that specifies the list of columns to which the set of permissions is denied.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[],System.Boolean)">
			<summary>Denies the specified set of permissions for the specified grantee and other users that the grantee granted the specified set of permissions on the specified columns on the table.</summary>
			<param name="grante eName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied access to the set of permissions.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the table.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array value that specifies the list of columns to which the set of permissions is denied.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[],System.Boolean)">
			<summary>Denies the specified set of permissions for the specified grantees and other users that the grantee granted the specified set of permissions on the specified columns on the table.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the table.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array value that specifies the list of grantees to be denied access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array value that specifies the list of columns to which the set of permissions is denied.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.DisableAllIndexes">
			<summary>Disables all the indexes on the table.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Drop">
			<summary>Removes the table from the database.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.EnableAllIndexes(Microsoft.SqlServer.Management.Smo.IndexEnableAction)">
			<summary>Enables all indexes.</summary>
			<param name="action">An <see cref="T:Microsoft.SqlServer.Management.Smo.IndexEnableAction"></see> object value that specifies how to enable the indexes.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.EnumColumnPermissions">
			<summary>Enumerates a list of column permissions for the table.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains column permission information for the table. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.EnumColumnPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of column permissions for a specified permission on the table.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains column permission information for the specified permission on the table. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.EnumColumnPermissions(System.String)">
			<summary>Enumerates a list of column permissions for a specified grantee on the table.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains column permission information for the specified grantee on the table. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.EnumColumnPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of column permissions for a specified grantee and a specified permission on the table.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains column permission information for the specified grantee and permission on the table. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.EnumForeignKeys">
			<summary>Enumerates a list of foreign keys defined on the table.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> system object value that contains a list of information about the foreign keys defined on the table. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. Column Data type Description Table_Schema<see cref="T:System.String"></see>The name of the schema associated with the table that contains the foreign key.Table_Name<see cref="T:System.String"></see>The name of the table that contains the foreign key.Name<see cref="T:System.Int32"></see>The name of the foreign key.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.EnumLastStatisticsUpdates">
			<summary>Enumerates a list of information about the most recent statistics updates.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> system object value that contains a list of information about the most recent statistics updates.Column Data type Description Name<see cref="T:System.String"></see>The name of key or index on which the statistic counter is based.LastUpdated<see cref="T:System.DateTime"></see>The date and time when the statistics were last updated.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.EnumLastStatisticsUpdates(System.String)">
			<summary>Enumerates a list of information about the most recent statistics updates for the specified statistic counter.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> system object value that contains a list of information about the most recent statistics updates.Column Data type Description Name<see cref="T:System.String"></see>The name of key or index on which the statistic counter is based.LastUpdated<see cref="T:System.DateTime"></see>The date and time when the statistics were last updated.</returns>
			<param name="statname">A <see cref="T:System.String"></see> value that specifies the statistic counter to which to limit the results.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.EnumObjectPermissions">
			<summary>Enumerates a list of object permissions for the table.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the table. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of object permissions for a specified permission on the table.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified permission on the table. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.EnumObjectPermissions(System.String)">
			<summary>Enumerates a list of object permissions for a specified grantee on the table.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified grantee on the table. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of object permissions for a specified grantee and a specified permission on the table.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified grantee and permission on the table. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Grants the specified set of permissions to the specified grantee on the table.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be granted the specified set of permissions on the table.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Grants the specified set of permissions to the specified grantees on the table.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that lists the grantees to be granted the specified set of permissions on the table.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Grants access to the specified permission and the ability to grant access to other uses for the specified grantee on the table.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the table.If True, the grantee is given the ability to grant the specified set of permissions to other users on the table.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the table.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[])">
			<summary>Grants access to the specified permission on the specified columns for the specified grantee on the specified columns on the table.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be granted access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array value that specifies the list of columns to which the set of permissions is granted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Grants access to the specified permission and the ability to grant access to other uses for the specified grantees on the table.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the table. If True, the grantee is given the ability to grant the specified set of permissions to other users on the table.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the table.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[])">
			<summary>Grants the specified set of permissions to the grantees to the specified columns on the table.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array value that specifies the list of grantees to be granted access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array value that specifies the list of columns to which the set of set of permissions is granted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Grants the specified set of permissions to the grantee and the ability to grant the set of permissions to other users on the table under an assumed role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the table.If True, the grantee is given the ability to grant the specified set of permissions to other users on the table.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the table. </param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be denied access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the table. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[],System.Boolean)">
			<summary>Grants the specified permission to the grantee and the ability to grant the specified set of permissions to other users on the specified columns on the table.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the table. If True, the grantee is given the ability to grant the specified set of permissions to other users on the table.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the table.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied specified set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array value that specifies the list of columns to which the set of permissions is granted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Grants the specified set of permissions to the grantees and the ability to grant the set of permissions to other users on the table under an assumed role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the table.If True, the grantee is given the ability to grant the specified set of permissions to other users on the table.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the table. </param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be granted the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the table. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[],System.Boolean)">
			<summary>Grants the specified set of permissions to the grantees and the ability to grant the set of permissions to other users on the specified columns on the table.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the table. If True, the grantee is given the ability to grant the specified set of permissions to other users on the table.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the s.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array value that specifies the list of columns to which the set of permissions is granted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[],System.Boolean,System.String)">
			<summary>Grants the specified set of permissions to the grantee and the ability to grant the set of permissions to other users on the specified columns on the table under an assumed role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the table.If True, the grantee is given the ability to grant the specified set of permissions to other users on the table.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the table. </param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be denied access to the permission.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the table. Use this parameter for grantees who are members of more than one role.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array value that specifies the list of columns to which the set of permissions is granted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[],System.Boolean,System.String)">
			<summary>Grants the specified set of permissions to the grantees and the ability to grant the set of permissions to other users on the specified columns on the table under an assumed role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the table.If True, the grantee is given the ability to grant the specified set of permissions to other users on the table.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the table. </param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be granted the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the table. Use this parameter for grantees who are members of more than one role.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array value that specifies the list of columns to which the set of permissions is granted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.RebuildIndexes(System.Int32)">
			<summary>Rebuilds the indexes on the table.</summary>
			<param name="fillFactor">An <see cref="T:System.Int32"></see> value that specifies the fillfactor value as a percentage.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.RecalculateSpaceUsage">
			<summary>Recalculates the space used on the table.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.ReCompileReferences">
			<summary>Recompiles references on the table.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Rename(System.String)">
			<summary>Renames the table.</summary>
			<param name="newname">A <see cref="T:System.String"></see> value that specifies the new name of the table.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Revokes a previously granted set of permissions from a grantee on the table.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Revokes a previously granted set of permissions from a list of grantees on the table.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[])">
			<summary>Revokes a previously granted set of permissions from a grantee on the specified columns on the table.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array value that specifies the list of columns to which the set of permissions is granted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[])">
			<summary>Revokes a previously granted set of permissions from a list of grantees on the specified columns on the table.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array value that specifies the list of columns to which the set of permissions is granted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Revokes a previously granted set of permissions from a grantee on the table and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the table.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the table.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the table.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the table.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Revokes a previously granted set of permissions from grantees on the table and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the table.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the table.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the table.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the table.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Revokes a previously granted set of permissions from a grantee from the table and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the table.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the table.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the table.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the table.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the table. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[],System.Boolean,System.Boolean)">
			<summary>Revokes a previously granted set of permissions from grantees on the specified columns on the table and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the table.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the table.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the table.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the table.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the table. Use this parameter for grantees who are members of more than one role.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array value that specifies the list of columns to which the set of permissions is granted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Revokes a previously granted set of permissions from grantees on the table and any other users to whom the grantees have granted access. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the table.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the table.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the table.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the table.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the table. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[],System.Boolean,System.Boolean)">
			<summary>Revokes a previously granted set of permissions from grantees on the specified columns on the table and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the table.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the table.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the table.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the table.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the table. Use this parameter for grantees who are members of more than one role.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array value that specifies the list of columns to which the set of permissions is granted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Revokes a previously granted set of permissions from a grantee on the specified columns on the table and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the table.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the table.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the table.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the table.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the table. Use this parameter for grantees who are members of more than one role.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array value that specifies the list of columns to which the set of permissions is granted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Revokes a previously granted set of permissions from the grantees for the specified columns on the table and any other users to whom the grantee has granted access. The grantee is also given the ability to revoke other users' access under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the table.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the table.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the table.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the table.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the table. Use this parameter for grantees who are members of more than one role.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array value that specifies the list of columns to which the set of permissions is granted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.SwitchPartition(Microsoft.SqlServer.Management.Smo.Table)">
			<summary>Switches the partition of the table to the specified target table.</summary>
			<param name="targetTable">A <see cref="T:Microsoft.SqlServer.Management.Smo.Table"></see> object value that specifies the table that is in the required partition.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.SwitchPartition(System.Int32,Microsoft.SqlServer.Management.Smo.Table)">
			<summary>Switches the specified partition of the table to the specified target table specified (assuming the target table is not partitioned).</summary>
			<param name="targetTable">A <see cref="T:Microsoft.SqlServer.Management.Smo.Table"></see> object value that specifies the table that is in the required partition.</param>
			<param name="sourcePartitionNumber">An <see cref="T:System.Int32"></see> value that specifies the partition number of the source partition.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.SwitchPartition(Microsoft.SqlServer.Management.Smo.Table,System.Int32)">
			<summary>Switches the table to the partition with the specified partition number of the specified target table.</summary>
			<param name="targetTable">A <see cref="T:Microsoft.SqlServer.Management.Smo.Table"></see> object value that specifies the table that is in the required partition.</param>
			<param name="targetPartitionNumber">An <see cref="T:System.Int32"></see> value that specifies the partition number of the target partition.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.SwitchPartition(System.Int32,Microsoft.SqlServer.Management.Smo.Table,System.Int32)">
			<summary>Switches the specified source partition of the table to the specified target of the specified target table.</summary>
			<param name="targetPartitionNumber">An <see cref="T:System.Int32"></see> value that specifies the partition number of the target partition.</param>
			<param name="sourcePartitionNumber">An <see cref="T:System.Int32"></see> value that specifies the partition number of the source partition.</param>
			<param name="targe tTable">A <see cref="T:Microsoft.SqlServer.Management.Smo.Table"></see> object value that specifies the table that is in the required partition.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.TruncateData">
			<summary>Truncates the data in the table.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.AnsiNullsStatus">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether SQL-92 NULL handling is enabled on the table.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies the whether the SQL-92 NULL handing is enabled or not.If True, comparisons to null values equate to False.If False (default), comparisons to null values equate to true.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.Checks">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Check"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.Check"></see> object represents a check constraint defined on the table.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Check"></see> object that represents all the check constraints defined on the table. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.CreateDate">
			<summary>Gets the date and time when the table was created.</summary>
			<returns>A <see cref="T:System.DateTime"></see> system object value that specifies the time and date when the table was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.DataSpaceUsed">
			<summary>Gets the storage space used by the rows of the referenced table in kilobytes.</summary>
			<returns>A <see cref="T:System.Float64"></see> value that specifies the storage space of the rows of data in the table, in kilobytes.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.DateLastModified">
			<summary>Gets the date and time when the table was last modified.</summary>
			<returns>A <see cref="T:System.DateTime"></see> system object value that specifies the time and date when the table was last modified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.Events">
			<summary>Gets the events associated with the table. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvents"></see> object that represents the table events.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.FakeSystemTable">
			<summary>Gets the <see cref="T:System.Boolean"></see> value that specifies whether the table is references a system table. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies the whether the table references a system table or not.If True, the table references a system table.If False (default), the table does not reference a system table.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.FileGroup">
			<summary>Gets or sets the filegroup where the table is stored.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the filegroup where the table is stored.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.ForeignKeys">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey"></see> object represents a foreign key defined on the table.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey"></see> object that represents all the foreign keys defined on the table. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.HasAfterTrigger">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the table has any after triggers. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether there are any after triggers defined on the table.If True, at least one of the table's triggers is defined as an after trigger.If False (default), there are no after triggers defined on the table.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.HasClusteredIndex">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the table has a clustered index. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether there is a clustered index defined on the table.If True, there is a clustered index defined on the table.If False (default), there is no clustered index defined on the table.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.HasDeleteTrigger">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the table has a delete trigger. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether there are any delete triggers defined on the table.If True, there is a delete trigger defined on the table.If False (default), there is no delete trigger defined on the table.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.HasIndex">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the table has at least one index. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether there is an index defined on the table.If True, there is an index defined on the table.If False (default), there is no index defined on the table.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.HasInsertTrigger">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the table has an insert trigger. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether there are any insert triggers defined on the table.If True, there is an insert trigger defined on the table.If False (default), there is no insert trigger defined on the table.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.HasInsteadOfTrigger">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the table has any instead of triggers. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether there are any instead of triggers defined on the table.If True, at least one of the table's triggers is defined as an instead of trigger.If False (default), there are no instead of triggers defined on the table.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.HasUpdateTrigger">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the table has an update trigger. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether there is an update trigger defined on the table.If True, there is an update trigger defined on the table.If False (default), there is no update trigger defined on the table.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.ID">
			<summary>Gets the ID value that uniquely identifies the table.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the table.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.IndexSpaceUsed">
			<summary>Gets the space used by the index, in kilobytes.</summary>
			<returns>A <see cref="T:System.Float64"></see> value that specifies space used by the index, in kilobytes.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.IsIndexable">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether an index can be placed on the table. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether an index can be placed on the table.If True, an index can be placed on the table.If False (default), an index cannot be placed on the table.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.IsPartitioned">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the table is partitioned.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the table is partitioned.If True, the table is partitioned.If False (default), the table is not partitioned.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.IsSystemObject">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the table is a system object.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the table is a system object.If True, the table is a system object.If False (default), the table is not a system object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Table"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object value that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Table"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.PartitionScheme">
			<summary>Gets or sets the partition scheme configured for the table.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme"></see> object value that specifies the partition scheme configured on the table.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.PartitionSchemeParameters">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter"></see> object represents a partition scheme parameter defined on the table.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter"></see> object that represents all the partition scheme parameters defined on the table. The partition scheme parameters represent the file groups on which the partition scheme is placed.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.QuotedIdentifierStatus">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether identifiers delimited by double quotation marks are Transact-SQL reserved keywords or contain characters not usually allowed by the Transact-SQL syntax rules.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies how quoted identifies are handled for the table.If True, quoted identifiers are used to allow characters not usually allowed by the Transact-SQL syntax rules.If False (default), quoted identifiers are used to specify Transact-SQL reserved keywords.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.Replicated">
			<summary>Gets the <see cref="T:System.Boolean"></see> property that specifies whether the table is replicated.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the table is replicated.If True, the table is replicated.If False (default), the table is not replicated.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.RowCount">
			<summary>Gets the number of rows in the table.</summary>
			<returns>An <see cref="T:System.Int64"></see> value that specifies the number of rows in the table.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.RowCountAsDouble">
			<summary>Gets the number of rows in the table as a floating point value.</summary>
			<returns>A <see cref="T:System.Float64"></see> value that specifies the number of rows in the table.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.TextFileGroup">
			<summary>Gets or sets the filegroup used to maintain long, variable-length data stored in the table.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies filegroup where long, variable-length data is stored in the table.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.TableCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.TableCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Table"></see> objects that represent all the tables on the referenced database. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableCollection.Add(Microsoft.SqlServer.Management.Smo.Table)">
			<summary>Adds the specified table to the collection.</summary>
			<param name="table">A <see cref="T:Microsoft.SqlServer.Management.Smo.Table"></see> object to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Table[],System.Int32)">
			<summary>Copies the collection of objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Table"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index value in the collection to start copying. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.TableCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Table"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Table"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.TableCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Table"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Table"></see> object value that represents the table.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Table"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.TableCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Table"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Table"></see> object value that represents the table.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Table"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.TableCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableCollection.Item(System.String,System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Table"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Table"></see> object value that represents the table.</returns>
			<param name="schema">A <see cref="T:System.String"></see> value that specifies the schema of the table.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Table"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.TableCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.TableCollection"></see> object.</summary>
			<returns>A <see cref="T:System.Boolean"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.TableCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.TableEvent">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent"></see> object represents the Microsoft SQL Server table events that can be included in a table event set.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableEvent.Equals(System.Object)">
			<summary>Determines whether the referenced table event object is equal to a specified object.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the referenced table event object is equal to the specified object.If True, the objects are equal.If False, the objects are not equal.</returns>
			<param name="obj">An <see cref="T:System.Object"></see> system object value that specifies the table events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableEvent.op_Addition(Microsoft.SqlServer.Management.Smo.TableEvent,Microsoft.SqlServer.Management.Smo.TableEvent)">
			<summary>Creates a table event set by performing an addition operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent"></see> objects.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet"></see> object value that specifies a set of table events.</returns>
			<param name="eventRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent"></see> object that specifies the table events.</param>
			<param name="eventLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent"></see> object that specifies the table events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableEvent.op_BitwiseOr(Microsoft.SqlServer.Management.Smo.TableEvent,Microsoft.SqlServer.Management.Smo.TableEvent)">
			<summary>Creates a table event set by performing a bitwise OR operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent"></see> objects.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet"></see> object value that specifies a set of table events.</returns>
			<param name="eventRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent"></see> object that specifies the table events.</param>
			<param name="eventLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent"></see> object that specifies the table events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableEvent.op_Equality(Microsoft.SqlServer.Management.Smo.TableEvent,Microsoft.SqlServer.Management.Smo.TableEvent)">
			<summary>Creates a table event set by performing an equality operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent"></see> objects.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet"></see> object value that specifies a set of table events.</returns>
			<param name="a">A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent"></see> object that specifies the table events.</param>
			<param name="b">A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent"></see> object that specifies the table events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableEvent.op_Inequality(Microsoft.SqlServer.Management.Smo.TableEvent,Microsoft.SqlServer.Management.Smo.TableEvent)">
			<summary>Creates a table event set by performing an inequality operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent"></see> objects.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet"></see> object value that specifies a set of table events.</returns>
			<param name="a">A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent"></see> object that specifies the table events.</param>
			<param name="b">A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent"></see> object that specifies the table events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableEvent.ToString">
			<summary>Returns the referenced object in string format.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the referenced object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableEvent.AlterIndex">
			<summary>Gets a table event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent"></see> object that represents the AlterIndex event that can be included in the table event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableEvent.AlterTable">
			<summary>Gets a table event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent"></see> object that represents the AlterTable event that can be included in the table event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableEvent.CreateIndex">
			<summary>Gets a table event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent"></see> object that represents the CreateIndex event that can be included in the table event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableEvent.CreateStatistics">
			<summary>Gets a table event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent"></see> object that represents the CreateStatistics event that can be included in the table event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableEvent.CreateXmlIndex">
			<summary>Gets a table event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent"></see> object that represents the CreateXmlIndex event that can be included in the table event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableEvent.DropIndex">
			<summary>Gets a table event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent"></see> object that represents the DropIndex event that can be included in the table event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableEvent.DropStatistics">
			<summary>Gets a table event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent"></see> object that represents the DropStatistics event that can be included in the table event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableEvent.DropTable">
			<summary>Gets a table event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent"></see> object that represents the DropTable event that can be included in the table event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableEvent.UpdateStatistics">
			<summary>Gets a table event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent"></see> object that represents the UpdateStatistics event that can be included in the table event set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.TableEvents">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvents"></see> object represents the settings required for Microsoft SQL Server table event notification.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.TableEvents.ServerEvent">
			<summary>Specifies the event raised when an event occurs in <see cref="T:Microsoft.SqlServer.Management.Smo.Table"></see> object and the user has subscribed to the events from that object instance.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableEvents.GetEventSelection">
			<summary>Returns the currently selected event notifications.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet"></see> object that specifies the set of table events.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableEvents.StartEvents">
			<summary>Starts receiving events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableEvents.StopEvents">
			<summary>Stops receiving events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.TableEventSet)">
			<summary>Specifies the table events to receive.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet"></see> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.TableEventSet,Microsoft.SqlServer.Management.Smo.ServerEventHandler)">
			<summary>Specifies the table events to receive and the event handler that handles the events.</summary>
			<param name="eventHandler">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventHandler"></see> object that handles the events that are received.</param>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet"></see> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableEvents.UnsubscribeAllEvents">
			<summary>Clears all event settings, and removes all event handlers.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableEvents.UnsubscribeFromEvents(Microsoft.SqlServer.Management.Smo.TableEventSet)">
			<summary>Clears the specified event settings, and removes all event handlers.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet"></see> object that specifies the set of events to stop receiving.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.TableEventSet">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet"></see> object represents a set of table events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableEventSet.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableEventSet.#ctor(Microsoft.SqlServer.Management.Smo.TableEvent)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet"></see> class with a specified event.</summary>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent"></see> object that specifies an table event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableEventSet.#ctor(Microsoft.SqlServer.Management.Smo.TableEvent[])">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet"></see> class with a specified set of events.</summary>
			<param name="events">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent"></see> object that specifies a list of table events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableEventSet.#ctor(Microsoft.SqlServer.Management.Smo.TableEventSet)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet"></see> class with a specified set of events.</summary>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet"></see> that specifies a set of table events</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableEventSet.Add(Microsoft.SqlServer.Management.Smo.TableEvent)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent"></see> object to the <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet"></see> object that contains the added <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent"></see> object.</returns>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent"></see> object that is added to the <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableEventSet.Copy">
			<summary>Returns a copy of the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet"></see> object that represents a copy of the event set.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableEventSet.op_Addition(Microsoft.SqlServer.Management.Smo.TableEventSet,Microsoft.SqlServer.Management.Smo.TableEvent)">
			<summary>Creates a table event set by performing an addition operation on a <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent"></see> object and a <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet"></see> object value that specifies a set of table events.</returns>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet"></see> object that specifies the table event set.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent"></see> object that specifies the table events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableEventSet.op_Subtraction(Microsoft.SqlServer.Management.Smo.TableEventSet,Microsoft.SqlServer.Management.Smo.TableEvent)">
			<summary>Creates a table event set by performing a subtraction operation on a <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent"></see> object and a <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet"></see> object value that specifies a set of table events.</returns>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet"></see> object that specifies the table event set.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent"></see> object that specifies the table events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableEventSet.Remove(Microsoft.SqlServer.Management.Smo.TableEvent)">
			<summary>Removes an event from the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet"></see> object that represents the table event set.</returns>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent"></see> object that specifies the event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableEventSet.ToString">
			<summary>Returns a string that represents the <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet"></see> object.</summary>
			<returns>A <see cref="T:System.String"></see> value that represents the <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableEventSet.AlterIndex">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event that occurs when an index is altered is included in the event set.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterIndex event is included in the event set.If True, the AlterIndex event is included in the event set.If False (default), the AlterIndex event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableEventSet.AlterTable">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event that occurs when a table is altered is included in the event set.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterTable event is included in the event set.If True, the AlterTable event is included in the event set.If False (default), the AlterTable event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableEventSet.CreateIndex">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event that occurs when an index is created is included in the event set.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateIndex event is included in the event set.If True, the CreateIndex event is included in the event set.If False (default), the CreateIndex event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableEventSet.CreateStatistics">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event that occurs when a statistic counter is created is included in the event set.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateStatistics event is included in the event set.If True, the CreateStatistics event is included in the event set.If False (default), the CreateStatistics event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableEventSet.CreateXmlIndex">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event that occurs when an XML index is created is included in the event set.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateXmlIndex event is included in the event set.If True, the CreateXmlIndex event is included in the event set.If False (default), the CreateXmlIndex event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableEventSet.DropIndex">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event that occurs when an index is dropped is included in the event set.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropIndex event is included in the event set.If True, the DropIndex event is included in the event set.If False (default), the DropIndex event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableEventSet.DropStatistics">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event that occurs when a statistic counter is dropped is included in the event set.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropStatistics event is included in the event set.If True, the DropStatistics event is included in the event set.If False (default), the DropStatistics event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableEventSet.DropTable">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event that occurs when a table is dropped is included in the event set.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropTable event is included in the event set.If True, the DropTable event is included in the event set.If False (default), the DropTable event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableEventSet.NumberOfElements">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event that occurs when a number of elements changes is included in the event set.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the NumberOfElements event is included in the event set.If True, the NumberOfElements event is included in the event set.If False (default), the NumberOfElements event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableEventSet.UpdateStatistics">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event that occurs when statistics are updated is included in the event set.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the UpdateStatistics event is included in the event set.If True, the UpdateStatistics event is included in the event set.If False (default), the UpdateStatistics event is not included in the event set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.TableViewBase">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.TableViewBase"></see> class is a base class used in the construction of the <see cref="T:Microsoft.SqlServer.Management.Smo.Table"></see> class and <see cref="T:Microsoft.SqlServer.Management.Smo.View"></see> class and therefore contains functionality that is common to both classes.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableViewBase.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.TableViewBase"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableViewBase.EnumFragmentation">
			<summary>Enumerates information about fragments of data stored in a table or view.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> system object value that contains a list of information about the fragmented data in the table or view.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableViewBase.EnumFragmentation(Microsoft.SqlServer.Management.Smo.FragmentationOption)">
			<summary>Enumerates information about fragments of data stored in a table or view with the option to specify how detailed to make the results returned.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> system object value that contains a list of information about the fragmented data in the table or view.</returns>
			<param name="fragmentationOption">A <see cref="T:Microsoft.SqlServer.Management.Smo.FragmentationOption"></see> object value that specifies the level of detail returned in the results.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableViewBase.EnumFragmentation(Microsoft.SqlServer.Management.Smo.FragmentationOption,System.Int32)">
			<summary>Enumerates information about fragments of data stored in a table or view on a specified partition and with the option to specify how detailed to make the results returned.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> system object value that contains a list of information about the fragmented data in the table or view.</returns>
			<param name="partitionNumber">An <see cref="T:System.Int32"></see> value that specifies the partition.</param>
			<param name="fragmentationOption">A <see cref="T:Microsoft.SqlServer.Management.Smo.FragmentationOption"></see> object value that specifies the level of detail returned in the results.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableViewBase.Refresh">
			<summary>Refreshes the <see cref="T:Microsoft.SqlServer.Management.Smo.View"></see> object or <see cref="T:Microsoft.SqlServer.Management.Smo.Table"></see> object properties.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableViewBase.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the table.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableViewBase.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the table as specified by the script options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that is used to specify the script options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableViewBase.UpdateStatistics">
			<summary>Updates statistics for the table or view.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableViewBase.UpdateStatistics(Microsoft.SqlServer.Management.Smo.StatisticsTarget,Microsoft.SqlServer.Management.Smo.StatisticsScanType)">
			<summary>Updates the statistics for the table or view with the option to specify the target and the type of scan performed.</summary>
			<param name="scanType">A <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticsScanType"></see> object value that specifies the way in which statistical information is gathered.</param>
			<param name="affectType">A <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticsTarget"></see> object value that specifies the target of the statistics update, such as columns or indexes.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableViewBase.UpdateStatistics(Microsoft.SqlServer.Management.Smo.StatisticsTarget,Microsoft.SqlServer.Management.Smo.StatisticsScanType,System.Int32)">
			<summary>Updates the statistics for the table or view with the option to specify the target, the type of scan performed, and the sample size.</summary>
			<param name="sampleValue">An <see cref="T:System.Int32"></see> value that specifies the sample size. The units are dependent on the scan type.</param>
			<param name="scanType">A <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticsScanType"></see> object value that specifies the way in which statistical information is gathered.</param>
			<param name="affectType">A <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticsTarget"></see> object value that specifies the target of the statistics update, such as columns or indexes.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableViewBase.UpdateStatistics(Microsoft.SqlServer.Management.Smo.StatisticsTarget,Microsoft.SqlServer.Management.Smo.StatisticsScanType,System.Int32,System.Boolean)">
			<summary>Updates the statistics for the table or view with the option to specify the target, the type of scan performed, the sample size, and whether to recompute the statistics.</summary>
			<param name="sampleValue">An <see cref="T:System.Int32"></see> value that specifies the sample size. The units are dependent on the scan type.</param>
			<param name="scanType">A <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticsScanType"></see> object value that specifies the way in which statistical information is gathered.</param>
			<param name="recompute">A <see cref="T:System.Boolean"></see> value that specifies whether to recompute the statistics.If True, the statistics are recomputed.If False, the statistics are not recomputed.</param>
			<param name="affectType">A <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticsTarget"></see> object value that specifies the target of the statistics update, such as columns or indexes.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableViewBase.Columns">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Column"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.Column"></see> object represents a column in the table.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ColumnCollection"></see> object that represents all the columns in the table. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableViewBase.ExtendedProperties">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty"></see> object represents an extended property defined on the table or view.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection"></see> object that represents all the extended properties defined on the table or view. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableViewBase.FullTextIndex">
			<summary>Gets the full text index on the table or view.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndex"></see> object that represents the full text index on the table of view. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableViewBase.Indexes">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Index"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.Index"></see> object represents an index defined on the table or view.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.IndexCollection"></see> object that represents all the indexes defined on the table or view. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableViewBase.Statistics">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic"></see> object represents a statistic counter defined on the table or view.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticCollection"></see> object that represents all the statistic counters defined on the table or view. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableViewBase.Triggers">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger"></see> object represents a trigger defined on the table or view.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.TriggerCollection"></see> object that represents all the triggers defined on the table or view. </returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.TcpProtocol">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.TcpProtocol"></see> object provides programmatic access to the protocols supported by MicrosoftSQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TcpProtocol.Create">
			<summary>Creates a TCP protocol on the instance of Microsoft SQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.TcpProtocol"></see> object.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TcpProtocol.IsDynamicPort">
			<summary>Gets the <see cref="T:System.Boolean"></see> property that specifies whether the port used by the protocol is dynamic or static.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the port is dynamic.If True, the port is dynamic.If False (default), the port is static.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TcpProtocol.ListenerIPAddress">
			<summary>Gets or sets the IP address of the listener for the TCP protocol.</summary>
			<returns>An <see cref="T:System.Net.IPAddress"></see> system object value that specifies the IP address of the listener.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TcpProtocol.ListenerPort">
			<summary>Gets or sets the port address of the listener for the TCP protocol.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the port address of the listener.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.TerminationClause">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.TerminationClause"></see> enumeration contains constant values that specify the action taken when transactions are terminated.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.TerminationClause.FailOnOpenTransactions">
			<summary>The method will fail if there are any open transactions.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.TerminationClause.RollbackTransactionsImmediately">
			<summary>Any open transactions will be rolled back immediately.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.TransactionTypes">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.TransactionTypes"></see> enumeration contains constant values that specify the method of recording transactions.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.TransactionTypes.Both">
			<summary>Specifies versioned and unversioned transactions.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.TransactionTypes.UnVersioned">
			<summary>Specifies unversioned transactions only.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.TransactionTypes.Versioned">
			<summary>Specifies versioned transactions only.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Transfer">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Transfer"></see> object is a tool object that provides programmatic control over copying of schemas and data to other instances of MicrosoftSQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Transfer.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Transfer"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Transfer.#ctor(Microsoft.SqlServer.Management.Smo.Database)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Transfer"></see> class that uses the specified database as the source of the transfer operation.</summary>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that specifies the database that is the source of the transfer operation. </param>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.Transfer.DataTransferEvent">
			<summary>Reports that data has been transferred.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.Transfer.DiscoveryProgress">
			<summary>Marks the progress of the discovery process.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.Transfer.ScriptingError">
			<summary>Reports that an error occurred during the scripting process.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.Transfer.ScriptingProgress">
			<summary>Marks the progress of the scripting process.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Transfer.EnumObjects">
			<summary>Returns an enumerated list of Uniform Resource Name (URN) values that represent the objects included in the transfer operation.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UrnCollection"></see> object that contains URN values that represent the objects included in the transfer operation.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Transfer.GetTransferProvider">
			<summary>Returns the data transfer provider interface.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Common.IDataTransferProvider"></see> object that specifies the data transfer provider interface.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Transfer.ScriptTransfer">
			<summary>Creates a Transact-SQL command batch script that creates database objects that are transferred by the transfer operation.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object that contains the Transact-SQL script for transfer operation.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Transfer.TransferData">
			<summary>Transfers data as specified by the <see cref="T:Microsoft.SqlServer.Management.Smo.Transfer"></see> object.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Transfer.CopyAllDatabaseTriggers">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether all the MicrosoftSQL Server database triggers are copied from the source database to the target database in the transfer operation.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether SQL Server database triggers are copied in the transfer operation.If True, all SQL Server database triggers are copied from the source database to the target database.If False (default), all SQL Server database triggers are not copied from the source database to the target database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Transfer.CopyAllDefaults">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether all the MicrosoftSQL Server defaults are copied from the source database to the target database in the transfer operation.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether SQL Server defaults are copied in the transfer operation.If True, all SQL Server defaults are copied from the source database to the target database.If False (default), all SQL Server defaults are not copied from the source database to the target database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Transfer.CopyAllLogins">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether all the MicrosoftSQL Server logins are copied from the source database to the target database in the transfer operation.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether SQL Server logins are copied in the transfer operation.If True, all SQL Server logins are copied from the source database to the target database.If False (default), all SQL Server logins are not copied from the source database to the target database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Transfer.CopyAllObjects">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether all the MicrosoftSQL Server objects are copied from the source database to the target database in the transfer operation.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether SQL Server objects are copied in the transfer operation.If True, all SQL Server objects are copied from the source database to the target database.If False (default), all SQL Server objects are not copied from the source database to the target database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Transfer.CopyAllPartitionFunctions">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether all the MicrosoftSQL Server partition functions are copied from the source database to the target database in the transfer operation.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether SQL Server partition functions are copied in the transfer operation.If True, all SQL Server partition functions are copied from the source database to the target database.If False (default), all SQL Server partition functions are not copied from the source database to the target database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Transfer.CopyAllPartitionSchemes">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether all the MicrosoftSQL Server partition schemes are copied from the source database to the target database in the transfer operation.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether SQL Server partition schemes are copied in the transfer operation.If True, all SQL Server partition schemes are copied from the source database to the target database.If False (default), all SQL Server partition schemes are not copied from the source database to the target database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Transfer.CopyAllRoles">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether all the MicrosoftSQL Server roles are copied from the source database to the target database in the transfer operation.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether SQL Server roles are copied in the transfer operation.If True, all SQL Server roles are copied from the source database to the target database.If False (default), all SQL Server roles are not copied from the source database to the target database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Transfer.CopyAllRules">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether all the MicrosoftSQL Server rules are copied from the source database to the target database in the transfer operation.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether SQL Server rules are copied in the transfer operation.If True, all SQL Server rules are copied from the source database to the target database.If False (default), all SQL Server rules are not copied from the source database to the target database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Transfer.CopyAllSchemas">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether all the MicrosoftSQL Server schemas are copied from the source database to the target database in the transfer operation.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether SQL Server schemas are copied in the transfer operation.If True, all SQL Server schemas are copied from the source database to the target database.If False (default), all SQL Server schemas are not copied from the source database to the target database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Transfer.CopyAllSqlAssemblies">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether all the MicrosoftSQL Server assemblies are copied from the source database to the target database in the transfer operation.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether SQL Server assemblies are copied in the transfer operation.If True, all SQL Server assemblies are copied from the source database to the target database.If False (default), all SQL Server assemblies are not copied from the source database to the target database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Transfer.CopyAllStoredProcedures">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether all the MicrosoftSQL Server stored procedures are copied from the source database to the target database in the transfer operation.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether SQL Server stored procedures are copied in the transfer operation.If True, all SQL Server stored procedures are copied from the source database to the target database.If False (default), all SQL Server stored procedures are not copied from the source database to the target database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Transfer.CopyAllSynonyms">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether all the MicrosoftSQL Server synonyms are copied from the source database to the target database in the transfer operation.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether SQL Server synonyms are copied in the transfer operation.If True, all SQL Server synonyms are copied from the source database to the target database.If False (default), all SQL Server synonyms are not copied from the source database to the target database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Transfer.CopyAllTables">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether all the MicrosoftSQL Server tables are copied from the source database to the target database in the transfer operation.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether SQL Server tables are copied in the transfer operation.If True, all SQL Server tables are copied from the source database to the target database.If False (default), all SQL Server tables are not copied from the source database to the target database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Transfer.CopyAllUserDefinedAggregates">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether all the MicrosoftSQL Server user-defined aggregates are copied from the source database to the target database in the transfer operation.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether SQL Server user-defined aggregates are copied in the transfer operation.If True, all SQL Server user-defined aggregates are copied from the source database to the target database.If False (default), all SQL Server user-defined aggregates are not copied from the source database to the target database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Transfer.CopyAllUserDefinedDataTypes">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether all the MicrosoftSQL Server user-defined data types are copied from the source database to the target database in the transfer operation.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether SQL Server user-defined data types are copied in the transfer operation.If True, all SQL Server user-defined data types are copied from the source database to the target database.If False (default), all SQL Server user-defined data types are not copied from the source database to the target database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Transfer.CopyAllUserDefinedFunctions">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether all the MicrosoftSQL Server user-defined functions are copied from the source database to the target database in the transfer operation.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether SQL Server user-defined functions are copied in the transfer operation.If True, all SQL Server user-defined functions are copied from the source database to the target database.If False (default), all SQL Server user-defined functions are not copied from the source database to the target database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Transfer.CopyAllUserDefinedTypes">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether all the MicrosoftSQL Server user-defined types are copied from the source database to the target database in the transfer operation.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether SQL Server user-defined types are copied in the transfer operation.If True, all SQL Server user-defined types are copied from the source database to the target database.If False (default), all SQL Server user-defined types are not copied from the source database to the target database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Transfer.CopyAllUsers">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether all the MicrosoftSQL Server database users are copied from the source database to the target database in the transfer operation.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether SQL Server database users are copied in the transfer operation.If True, all SQL Server database users are copied from the source database to the target database.If False (default), all SQL Server database users are not copied from the source database to the target database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Transfer.CopyAllViews">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether all the MicrosoftSQL Server views are copied from the source database to the target database in the transfer operation.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether SQL Server views are copied in the transfer operation.If True, all SQL Server views are copied from the source database to the target database.If False (default), all SQL Server views are not copied from the source database to the target database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Transfer.CopyAllXmlSchemaCollections">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether all the MicrosoftSQL Server XML schema collections are copied from the source database to the target database in the transfer operation.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether SQL Server XML schema collections are copied in the transfer operation.If True, all SQL Server XML schema collections are copied from the source database to the target database.If False (default), all SQL Server XML schema collections are not copied from the source database to the target database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Transfer.CopyData">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether all the data is copied from the source database to the target database in the transfer operation.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether all the data is copied in the transfer operation.If True, all data is copied from the source database to the target database.If False (default), all data is not copied from the source database to the target database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Transfer.CopySchema">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the schema is copied from the source database to the target database in the transfer operation.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the schema is copied in the transfer operation.If True, the schema is copied from the source database to the target database.If False (default), the schema is not copied from the source database to the target database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Transfer.CreateTargetDatabase">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the target database is created in the transfer operation.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the target database is created in the transfer operation.If True, the target database is created in the transfer operation.If False (default), the target database is not created in the transfer operation.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Transfer.Database">
			<summary>Gets or sets the database from which schema or data is to be transferred to the target location.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object value that specifies the database from which schema or data is to be transferred to the target location.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Transfer.DestinationDatabase">
			<summary>Gets or sets the database that is the destination of the transfer operation.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the destination database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Transfer.DestinationLogin">
			<summary>Gets or sets the logon for the instance of MicrosoftSQL Server to which the destination database belongs.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the logon for the instance of SQL Server to which the destination database belongs.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Transfer.DestinationLoginSecure">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property that specifies whether the instance of MicrosoftSQL Server that contains the destination database is enabled for Microsoft Windows Authentication or not. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the instance of SQL Server that contains the destination database is enabled for Windows Authentication or not.If True, the destination instance of SQL Server requires Windows Authentication.If False (default), the destination instance of SQL Server requires SQL Server Authentication.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Transfer.DestinationPassword">
			<summary>Gets or sets the logon password for the instance of MicrosoftSQL Server to which the destination database belongs.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the logon password for the instance of SQL Server to which the destination database belongs.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Transfer.DestinationServer">
			<summary>Gets or sets the instance of MicrosoftSQL Server that owns the database that is the destination of the transfer operation.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the destination instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Transfer.DestinationTranslateChar">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the transfer operation translates the code page for characters on the destination database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the transfer operation translates the code page for characters on the destination database.If True, the transfer operation translates the code page for characters on the destination database.If False (default), the transfer operation does not translate the code page for characters on the destination database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Transfer.DropDestinationObjectsFirst">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to drop the objects in the destination database before the transfer operation.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to drop the objects in the destination database before the transfer operation.If True, the objects in the destination database are dropped before the transfer operation.If False (default), the objects in the destination database are not dropped before the transfer operation</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Transfer.ObjectList">
			<summary>Gets or sets the objects copied from the source to destination in the transfer operation.</summary>
			<returns>An <see cref="T:System.Collections.ArrayList"></see> system object value that specifies the objects to be copied in the transfer operation.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Transfer.Options">
			<summary>Gets or sets the options for the transfer operation.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that specifies the options for the transfer operation.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Transfer.PrefetchObjects">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property that specifies whether to prefetch the objects before the transfer operation.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to prefetch the objects before the transfer operation.If True, the objects are prefetched.If False (default), the objects are not prefetched.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Transfer.SourceTranslateChar">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the transfer operation translates the code page for characters on the source database. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the transfer operation translates the code page for characters on the source database.If True, the transfer operation translates the code page for characters on the source database.If False (default), the transfer operation does not translate the code page for characters on the source database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Transfer.TemporaryPackageDirectory">
			<summary>Gets or sets the file location for storage of temporary packages created during the transfer operation.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the file location for storage of temporary packages created during the transfer operation.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Transfer.UseDestinationTransaction">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to use the destination transaction.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to use the destination transaction.If True, the destination transaction is used.If False (default), the source transaction is used.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Trigger">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger"></see> object represents a MicrosoftSQL Server  trigger.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Trigger.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Trigger.#ctor(Microsoft.SqlServer.Management.Smo.SqlSmoObject,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger"></see> class on the specified object and with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the trigger.</param>
			<param name="parent">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object value that specifies the parent of the trigger.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Trigger.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger"></see> object property changes on instance of MicrosoftSQL Server . </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Trigger.Create">
			<summary>Creates a trigger on the instance of MicrosoftSQL Server  as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Trigger.Drop">
			<summary>Removes the trigger from the instance of MicrosoftSQL Server .</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Trigger.MarkForDrop(System.Boolean)">
			<summary>Marks the trigger to be dropped.</summary>
			<param name="dropOnAlter">A <see cref="T:System.Boolean"></see> value that specifies whether to drop the trigger next time the Alter method is run on the parent object.If True, the trigger is dropped when the Alter method of the parent object is run.If False, the trigger is not dropped on alter.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Trigger.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the trigger.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Trigger.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the trigger as specified by the script options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOpti ons">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that is used to specify the script options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Trigger.ScriptHeader(System.Boolean)">
			<summary>Returns the text header with the option to modify the text.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the text header.</returns>
			<param name="forAlter">A <see cref="T:System.Boolean"></see> value that specifies whether the text header is read-only or can be modified.If True, the text header can be modified.If False, the text header is read-only.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.AnsiNullsStatus">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether SQL-92 NULL handling is enabled in the trigger.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether SQL-92 NULL handling is enabled in the trigger.If True, SQL-92 NULL handling is enabled in the trigger.If False (default), SQL-92 NULL handling is disabled in the trigger.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.AssemblyName">
			<summary>Gets or sets the name of the .NET assembly required by the referenced trigger.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the assembly required by the referenced trigger.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.ClassName">
			<summary>Gets or sets the name of the class called by the referenced trigger.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the class called by the referenced trigger.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.CreateDate">
			<summary>Gets the date and time when the trigger was created.</summary>
			<returns>A <see cref="T:System.DateTime"></see> system object value that specifies the time and date when the trigger was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.DateLastModified">
			<summary>Gets the date and time when the trigger was last modified.</summary>
			<returns>A <see cref="T:System.DateTime"></see> system object value that specifies the date and time when the trigger was last modified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.Delete">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the trigger is executed when records are deleted from the table.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the trigger is executed when records are deleted.If True, the trigger is executed when records are deleted.If False (delete), the trigger is not executed when records are deleted.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.DeleteOrder">
			<summary>Gets or sets the order in which the trigger and the delete operation are executed.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ActivationOrder"></see> object value that specifies whether the trigger is executed before or after the records are deleted.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.Events">
			<summary>Gets the events associated with the trigger. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.TriggerEvents"></see> object that represents the trigger events.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.ExecutionContext">
			<summary>Gets or sets the execution context. </summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExecutionContext"></see> object value that specifies the execution context.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.ExecutionContextPrincipal">
			<summary>Gets or sets the execution context principal. </summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the execution context principal.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.ExtendedProperties">
			<summary>Gets the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger"></see> object.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection"></see> object that specifies the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.ID">
			<summary>Gets the ID value that uniquely identifies the trigger.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the trigger.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.ImplementationType">
			<summary>Gets or sets the implementation type of the trigger.</summary>
			<returns>An <see cref="P:Microsoft.SqlServer.Management.Smo.Trigger.ImplementationType"></see> object value that specifies the implementation type of the trigger.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.Insert">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the trigger is fired when records are inserted into the table.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the trigger is executed when records are inserted .If True, the trigger is executed when records are inserted.If False (delete), the trigger is not executed when records are inserted.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.InsertOrder">
			<summary>Gets or sets the order in which the trigger and the insert operation are executed.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ActivationOrder"></see> object value that specifies whether the trigger is executed before or after the records are inserted.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.InsteadOf">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property that specifies whether the trigger runs instead of the insert, delete, or update operation.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the trigger is executed instead of the insert, delete, or update operation.If True, the trigger is executed instead of the insert, delete, or update operation.If False (default), the trigger is executed as well as the insert, delete, or update operation.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.IsEnabled">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property that specifies whether the trigger is enabled.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the trigger is enabled.If True, the trigger is enabled.If False (default), the trigger is not enabled.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.IsEncrypted">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the trigger is encrypted.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the trigger is encrypted .If True, the trigger is encrypted.If False (default), the trigger is not encrypted.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.IsSystemObject">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the trigger is a system object.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the trigger is a system object.If True, the trigger is a system object.If False (default), the trigger is not a system object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.MethodName">
			<summary>Gets the method name for the trigger.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the method name for the trigger.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.NotForReplication">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the trigger is included in replication operations.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the trigger is included in replication or not.If True, the trigger is not included in replication.If False (default), the trigger is included in replication.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.QuotedIdentifierStatus">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether identifiers delimited by double quotation marks are Transact-SQL reserved keywords or contain characters not usually allowed by the Transact-SQL syntax rules.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the trigger supports quoted identifiers or not.If True, the trigger supports quoted identifiers.If False (default), the trigger does not support quoted identifiers.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.TextBody">
			<summary>Gets or sets the Transact-SQL string that defines the trigger.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the Transact-SQL definition of the trigger .</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.TextHeader">
			<summary>Gets or sets the header part of the Transact-SQL string that defines the trigger.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the text header from the definition of the trigger.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.TextMode">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property that specifies whether the text header is editable as text.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the text header is editable as text.If True, the text header is editable as text.If False (default), the text header is not editable.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.Update">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the trigger is fired when records are updated in the table.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the trigger is executed when records are updated .If True, the trigger is executed when records are updated.If False (delete), the trigger is not executed when records are updated.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.UpdateOrder">
			<summary>Gets or sets the order in which the trigger and the update operation are executed.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ActivationOrder"></see> object value that specifies whether the trigger is executed before or after the records are updated.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.TriggerCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.TriggerCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger"></see> objects that represent all the triggers defined on a table.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TriggerCollection.Add(Microsoft.SqlServer.Management.Smo.Trigger)">
			<summary>Adds the specified trigger to the collection.</summary>
			<param name="trigger">A <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger"></see> object to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TriggerCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Trigger[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TriggerCollection.GetCollectionElementType">
			<summary>Returns the type of object that the collection consists of. </summary>
			<returns>An <see cref="T:System.Type"></see> system object value that specifies the type of object that makes up the collection.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TriggerCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.TriggerCollection"></see> object using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.TriggerCollection"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TriggerCollection.Remove(System.String)">
			<summary>Removes a <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger"></see> object from the <see cref="T:Microsoft.SqlServer.Management.Smo.TriggerCollection"></see> object.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the trigger to be removed from the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TriggerCollection.Remove(Microsoft.SqlServer.Management.Smo.Trigger)">
			<summary>Removes a <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger"></see> object from the <see cref="T:Microsoft.SqlServer.Management.Smo.TriggerCollection"></see> object.</summary>
			<param name="Trigger">A <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger"></see> object value that specifies the trigger to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.TriggerCollection"></see> object.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TriggerCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger"></see> object value that represents the trigger.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.TriggerCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TriggerCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger"></see> object value that represents the trigger.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.TriggerCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TriggerCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Table"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Table"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.TriggerEvents">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.TriggerEvents"></see> object represents the settings required for Microsoft SQL Server trigger event notification.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.TriggerEvents.ServerEvent">
			<summary>Specifies the event raised when an event occurs in <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger"></see> object and the user has subscribed to the events from that object instance.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TriggerEvents.GetEventSelection">
			<summary>Returns the currently selected event notifications.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of table events.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TriggerEvents.StartEvents">
			<summary>Starts receiving events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TriggerEvents.StopEvents">
			<summary>Stops receiving events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TriggerEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Specifies the trigger events to receive.</summary>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TriggerEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet,Microsoft.SqlServer.Management.Smo.ServerEventHandler)">
			<summary>Specifies the trigger events to receive and the event handler that handles the events.</summary>
			<param name="eventHandler">An <see cref="T:Microsoft.SqlServer.Management.Smo.SmoApplication.AnyObjectEventHandler"></see> object that handles the events that are received.</param>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TriggerEvents.UnsubscribeAllEvents">
			<summary>Clears all event settings, and removes all event handlers.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TriggerEvents.UnsubscribeFromEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Clears the specified event settings, and removes all event handlers.</summary>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of events to stop receiving.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UnknownPropertyException">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.UnknownPropertyException"></see> class represents the exception raised when a SQL Server Management Objects (SMO) operation encounters an unknown property.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UnknownPropertyException.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.UnknownPropertyException"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UnknownPropertyException.#ctor(System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.UnknownPropertyException"></see> class for the specified property.</summary>
			<param name="propertyName">A <see cref="T:System.String"></see> value that specifies the name of the property that is unknown.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UnknownPropertyException.#ctor(System.String,System.Exception)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.UnknownPropertyException"></see> class with the specified message and inner exception.</summary>
			<param name="message">A <see cref="T:System.String"></see> value that specifies the message string for the Unknown Property exception.</param>
			<param name="innerException">An <see cref="T:System.Exception"></see> system object value that specifies the inner exception for the Unknown Property exception.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UnknownPropertyException.CurrentVersion">
			<summary>Gets the version of the instance of Microsoft SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Common.ServerVersion"></see> object value that specifies the version of the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UnknownPropertyException.Message">
			<summary>Gets the message that describes the current exception.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the current exception.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UnknownPropertyException.PropertyName">
			<summary>Gets the name of the property that is unknown.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the property that is unknown.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UnknownPropertyException.SmoExceptionType">
			<summary>Gets the type of SQL Server Management Objects (SMO) exception.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.SmoExceptionType"></see> object value that specifies the type of SMO exception.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UnknownPropertyException.SupportedVersions">
			<summary>Gets the supported versions for the exception.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Common.ServerVersion"></see> object array value that specifies the versions of Microsoft SQL Server that support the referenced exception.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UnsupportedFeatureException">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.UnsupportedFeatureException"></see> class represents the exception raised when a SQL Server Management Objects (SMO) operation encounters a request for an unsupported feature.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UnsupportedFeatureException.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.UnsupportedFeatureException"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UnsupportedFeatureException.#ctor(System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.UnsupportedFeatureException"></see> class with the specified message.</summary>
			<param name="message">A <see cref="T:System.String"></see> value that specifies the message for the Unsupported Feature Exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UnsupportedFeatureException.#ctor(System.String,System.Exception)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.UnknownTypeEnumeratorException"></see> class for the specified message and with the specified inner exception.</summary>
			<param name="typeName">A <see cref="T:System.String"></see> value that specifies the message for the exception.</param>
			<param name="innerException">An <see cref="T:System.Exception"></see> system object value that specifies the inner exception for the Unsupported Feature exception.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UnsupportedFeatureException.SmoExceptionType">
			<summary>Gets the type of SMO exception.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.SmoExceptionType"></see> object that specifies the SMO exception type.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UnsupportedObjectNameException">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.UnsupportedObjectNameException"></see> class represents the exception raised when an SMO operation encounters an unsupported object name.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UnsupportedObjectNameException.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.UnsupportedObjectNameException"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UnsupportedObjectNameException.#ctor(System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.UnsupportedObjectNameException"></see> class with the specified message.</summary>
			<param name="message">A <see cref="T:System.String"></see> value that describes the current exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UnsupportedObjectNameException.#ctor(System.String,System.Exception)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.UnsupportedObjectNameException"></see> class with the specified message and inner exception.</summary>
			<param name="message">A <see cref="T:System.String"></see> value that describes the current exception.</param>
			<param name="innerException">An <see cref="T:System.Exception"></see> system object value that specifies the inner exception for the Unsupported Object Name exception.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UnsupportedObjectNameException.SmoExceptionType">
			<summary>Gets the SQL Server Management Objects (SMO) exception type.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.SmoExceptionType"></see> object value that specifies the type of SMO exception.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UnsupportedVersionException">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.UnsupportedVersionException"></see> class represents the exception raised when a SQL Server Management Objects (SMO) operation encounters an unsupported version of Microsoft SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UnsupportedVersionException.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.UnsupportedVersionException"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UnsupportedVersionException.#ctor(System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.UnsupportedVersionException"></see> class with the specified message.</summary>
			<param name="message">A <see cref="T:System.String"></see> value that describes the current exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UnsupportedVersionException.#ctor(System.String,System.Exception)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.UnsupportedVersionException"></see> class with the specified message and inner exception.</summary>
			<param name="message">A <see cref="T:System.String"></see> value that describes the current exception.</param>
			<param name="innerException">An <see cref="T:System.Exception"></see> system object value that specifies the inner exception for the Unsupported Version exception.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UnsupportedVersionException.SmoExceptionType">
			<summary>Gets the SQL Server Management Objects (SMO) exception type.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.SmoExceptionType"></see> object value that specifies the type of SMO exception.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UrnCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.UrnCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> objects that represent Uniform Resource Name (URN) addresses.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UrnCollection.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.UrnCollection"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UrnCollection.Add(Microsoft.SqlServer.Management.Smo.Urn)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> object to the end of the <see cref="T:Microsoft.SqlServer.Management.Smo.UrnCollection"></see> object. </summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the index position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.UrnCollection"></see> object.</returns>
			<param name="value">A <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> object that specifies the element to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.UrnCollection"></see>.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UrnCollection.Contains(Microsoft.SqlServer.Management.Smo.Urn)">
			<summary>Determines whether an element is in the <see cref="T:Microsoft.SqlServer.Management.Smo.UrnCollection"></see> object.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the element exists in the <see cref="T:Microsoft.SqlServer.Management.Smo.UrnCollection"></see> object.If True, the element exists in the collection.   If False (default), the element does not exist in the collection.</returns>
			<param name="value">A <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> object value that specifies the Uniform Resource Name (URN) address that is being checked whether it exists in the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UrnCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Urn[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UrnCollection.IndexOf(Microsoft.SqlServer.Management.Smo.Urn)">
			<summary>Returns the zero-based index of the first occurrence of a value in the <see cref="T:Microsoft.SqlServer.Management.Smo.UrnCollection"></see> object or in a portion of it.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the zero-based index position of the specified <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> object within the <see cref="T:Microsoft.SqlServer.Management.Smo.UrnCollection"></see>.</returns>
			<param name="value">A <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> object value that specifies the Urn object that is being searched for in the <see cref="T:Microsoft.SqlServer.Management.Smo.UrnCollection"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UrnCollection.Insert(System.Int32,Microsoft.SqlServer.Management.Smo.Urn)">
			<summary>Inserts an element into the <see cref="T:Microsoft.SqlServer.Management.Smo.UrnCollection"></see> at a specified position.</summary>
			<param name="value">A <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> object that is to be inserted into the <see cref="T:Microsoft.SqlServer.Management.Smo.UrnCollection"></see> object.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index position in the <see cref="T:Microsoft.SqlServer.Management.Smo.UrnCollection"></see> object at which to insert the <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UrnCollection.Remove(Microsoft.SqlServer.Management.Smo.Urn)">
			<summary>Removes the first occurrence of the specified object from the <see cref="T:Microsoft.SqlServer.Management.Smo.UrnCollection"></see>.</summary>
			<param name="value">A <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> object that specifies the element to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.UrnCollection"></see>.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UrnCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> object value that represents the Uniform Resource Name (URN) address.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.UrnCollection"></see> collection.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.User">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.User"></see> object represents a MicrosoftSQL Server user.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.User"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.User"></see> class on the specified database with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the user.</param>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that specifies the database to which the user belongs.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.AddToRole(System.String)">
			<summary>Adds the database user to the specified role. </summary>
			<param name="role">A <see cref="T:System.String"></see> value that specifies a database role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.User"></see> object property changes on the instance of MicrosoftSQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.Create">
			<summary>Creates a database user on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.User"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Denies access to the specified permission for the specified grantee on the database user.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Denies access to the specified permission for the specified grantees on the database user.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Denies access to the specified permission for the specified grantee and other users that the grantee granted access on the database user.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users that the grantee has granted access to the permission are also denied access to the permission.If True, the grantee and users to which the grantee granted access to the permission are all denied access to the permission.If False, only the grantee is denied access to the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Denies access to the specified permission for the specified grantees on the database user.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users that the grantee has granted access to the permission are also denied access to the permission.If True, the grantee and users to which the grantee granted access to the permission are all denied access to the permission.If False, only the grantee is denied access to the permission. </param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.Drop">
			<summary>Removes the user from the database.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.EnumObjectPermissions">
			<summary>Enumerates a list of object permissions for the database user.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the database user. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of object permissions for a specified permission on the database user.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified permission on the database user. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.EnumObjectPermissions(System.String)">
			<summary>Enumerates a list of object permissions for a specified grantee on the database user.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified grantee on the database user. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of object permissions for a specified grantee and a specified permission on the database user.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified grantee and permission on the database user. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.EnumOwnedObjects">
			<summary>Enumerates a list of object that the database user owns.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> object array value that specifies the objects owned by the database user.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.EnumRoles">
			<summary>Enumerates a list of roles of which the database user is a member.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that specifies the roles of which the database is a member.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Grants access to the specified permission for the specified grantee on the database user.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be granted access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Grants access to the specified permission for the specified grantees on the database user.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that lists the grantees to be granted access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Grants access to the specified permission and the ability to grant access to other users for the specified grantee on the database user.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.User"></see> object for other users.If True, the grantee is given the ability to grant other users access to the database user.If False, the grantee is not given the ability to deny other users access to the database user. </param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Grants access to the specified permission and the ability to grant access to other users for the specified grantees on the database user.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.User"></see> object for other users.If True, the grantee is given the ability to grant other users access to the database user.If False, the grantee is not given the ability to grant other users access to the database user. </param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be granted access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Grants access to the specified permission and the ability to grant access to other users for the specified grantee on the database user.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.User"></see> object for other users.If True, the grantee is given the ability to grant other users access to the database user.If False, the grantee is not given the ability to grant other users access to the database user. </param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be granted access to the permission.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting access to the database user to other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Grants access to the specified permission and the ability to grant access to other users for the specified grantee on the database user under an assumed role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.User"></see> object for other users.If True, the grantee is given the ability to grant other users access to the database user.If False, the grantee is not given the ability to grant other users access to the database user. </param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the permission.</param>
			<param name="asRole">A <see cref="T:System.Boolean"></see> value that specifies the role that the user assumes when granting access to the database user to other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.IsMember(System.String)">
			<summary>Verifies whether the database user is a member of the specified role.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the database user is a member of the role.If True, the database user is a member of the role.If False (default), the database user is not a member of the role.</returns>
			<param name="role">A <see cref="T:System.String"></see> value that specifies the role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.Rename(System.String)">
			<summary>Renames the database user.</summary>
			<param name="newname">A <see cref="T:System.Boolean"></see> value that specifies the new name of the database user.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Revokes previously granted permissions from a grantee on the database user.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Revokes previously granted permissions from a list of grantees on the database user.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from a grantee on the database user and any other users to whom the grantee has granted access. The grantee is also given the ability to revoke other users' access.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.User"></see> object for other users.If True, the grantee is given the ability to revoke other users' access from the database user.If False, the grantee is not given the ability to revoke other users' access from the database user.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users that the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from the grantees on the database user and any other users to whom the grantees have granted access. The grantees are also given the ability to revoke other users' access.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.User"></see> object for other users.If True, the grantee is given the ability to revoke other users' access from the database user.If False, the grantee is not given the ability to revoke other users' access from the database user.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users that the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from a grantee on the database user and any other users to whom the grantee has granted access. The grantee is also given the ability to revoke other users' access under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.User"></see> object for other users.If True, the grantee is given the ability to revoke other users' access from the database user.If False, the grantee is not given the ability to revoke other users' access from the database user.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users that the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked access to the permission.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking access from the database user for other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from grantees on the database user and any other users to whom the grantees have granted access. The grantees are also given the ability to revoke other users' access under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.User"></see> object for other users.If True, the grantee is given the ability to revoke other users' access from the database user.If False, the grantee is not given the ability to revoke other users' access from the database user.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users that the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the permission.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking access from the database user for other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the database user.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the database user as specified by the script options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that is used to specify the script options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.User.AsymmetricKey">
			<summary>Gets or sets the asymmetric key for the user.</summary>
			<returns>A <see cref="T:System.String"></see> object value that specifies the asymmetric key for the user.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.User.Certificate">
			<summary>Gets or sets the certificate for the user.</summary>
			<returns>A <see cref="T:System.String"></see> object value that specifies the certificate for the user.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.User.CreateDate">
			<summary>Gets the date and time when the database user was created.</summary>
			<returns>A <see cref="T:System.DateTime"></see> system object value that specifies the date and time when the database user was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.User.DateLastModified">
			<summary>Gets the date and time when the database user was last modified.</summary>
			<returns>A <see cref="T:System.DateTime"></see> system object value that specifies when the database user was last modified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.User.DefaultSchema">
			<summary>Gets the default schema for the database user.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the default schema for the database user.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.User.Events">
			<summary>Gets the events associated with the database user. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserEvents"></see> object that represents the database user events.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.User.ExtendedProperties">
			<summary>Gets the extended properties of the database user.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection"></see> object that specifies the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.User"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.User.HasDBAccess">
			<summary>Gets the <see cref="T:System.Boolean"></see> property that specifies whether the database user has access to the database.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the database user has access to the database.If True, the database user has access to the database.If False (default), the database user does not have access to the database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.User.ID">
			<summary>Gets the ID value that uniquely identifies the database user.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the database user.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.User.IsSystemObject">
			<summary>Gets the <see cref="T:System.Boolean"></see> property that specifies whether the database user is a system object.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the database user is a system object.If True, the database user is defined as a system object.If False (default), the database user is not defined as a system object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.User.Login">
			<summary>Gets the login that is associated with the database user.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the login associated with the database user.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.User.LoginType">
			<summary>Gets the type of login that is associated with the database user, such as whether it is a Microsoft Windows group or a MicrosoftSQL Server standard login.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.LoginType"></see> object value that specifies the type of login associated with the database user.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.User.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.User"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.User"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.User.Sid">
			<summary>Gets the security identification number (SID) value of the database user.</summary>
			<returns>An <see cref="T:System.Int8"></see> array value that specifies the SID value of the database user.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.User.UserType">
			<summary>Gets or sets the type of user. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserType"></see> object value that specifies the type of the user.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UserCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.UserCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.User"></see> objects that represent all the database users defined on a database.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserCollection.Add(Microsoft.SqlServer.Management.Smo.User)">
			<summary>Adds the specified user to the collection.</summary>
			<param name="user">A <see cref="T:Microsoft.SqlServer.Management.Smo.User"></see> object to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserCollection.CopyTo(Microsoft.SqlServer.Management.Smo.User[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.User"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.UserCollection"></see> object using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.User"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.User"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserCollection"></see> object.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.User"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.User"></see> object value that represents the database user.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.User"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.UserCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.User"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.User"></see> object value that represents the database user.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.User"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.UserCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.User"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.User"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate"></see> object represents a MicrosoftSQL Server user-defined aggregate.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate"></see> class on the specified database and with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the user-defined aggregate.</param>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that specifies the database on which the user-defined aggregate belongs.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate"></see> class on the specified database and with the specified name and schema.</summary>
			<param name="schema">A <see cref="T:System.String"></see> value that specifies the schema of the user-defined aggregate.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the user-defined aggregate.</param>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that specifies the database on which the user-defined aggregate belongs.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.ChangeSchema(System.String)">
			<summary>Changes the schema for the user-defined aggregate.</summary>
			<param name="newSchema">A <see cref="T:System.String"></see> value that specifies the new schema for the user-defined aggregate.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.Create">
			<summary>Creates a user-defined aggregate on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Denies the specified set of permissions for the specified grantee on the user-defined aggregate.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied the specified set of permissions on the user-defined aggregate.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Denies the specified set of permissions for the specified grantees on the user-defined aggregate.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied the specified set of permissions on the user-defined aggregate.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Denies the specified set of permissions for the specified grantee and other users that the grantee granted the specified set of permissions on the user-defined aggregate.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the user-defined aggregate.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied the specified set of permissions on the user-defined aggregate.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Denies the specified set of permissions for the specified grantees and other users that the grantee granted the specified set of permissions on the user-defined aggregate.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the user-defined aggregate.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.Drop">
			<summary>Removes the user-defined aggregate from the instance of MicrosoftSQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.EnumObjectPermissions">
			<summary>Enumerates a list of object permissions for the user-defined aggregate.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the user-defined aggregate. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of object permissions for a specified permission on the user-defined aggregate.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified permission on the user-defined aggregate. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.EnumObjectPermissions(System.String)">
			<summary>Enumerates a list of object permissions for a specified grantee on the user-defined aggregate.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified grantee on the user-defined aggregate. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of object permissions for a specified grantee and a specified permission on the user-defined aggregate.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified grantee and permission on the user-defined aggregate. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Grants the specified set of permissions to the specified grantee on the user-defined aggregate.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be granted the specified set of permissions on the user-defined aggregate.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Grants the specified set of permissions to the specified grantees on the user-defined aggregate.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that lists the grantees to be granted the specified set of permissions on the user-defined aggregate.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Grants access to the specified permission to the grantee and the ability to grant access to other users on the user-defined aggregate.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the user-defined aggregate.If True, the grantee is given the ability to grant the specified set of permissions to other users on the user-defined aggregate.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the user-defined aggregate.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Grants access to the specified permission to the grantees and the ability to grant access to other users on the user-defined aggregate.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the user-defined aggregate. If True, the grantee is given the ability to grant the specified set of permissions to other users on the user-defined aggregate.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the user-defined aggregate.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Grants the specified set of permissions to the grantee and the ability to grant the set of permissions to other users on the user-defined aggregate under an assumed role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the user-defined aggregate.If True, the grantee is given the ability to grant the specified set of permissions to other users on the user-defined aggregate.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the user-defined aggregate. </param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be denied access to the permission.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the user-defined aggregate. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Grants the specified set of permissions to the grantees and the ability to grant the set of permissions to other users on the user-defined aggregate under an assumed role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the user-defined aggregate.If True, the grantee is given the ability to grant the specified set of permissions to other users on the user-defined aggregate.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the user-defined aggregate. </param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be granted the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the user-defined aggregate. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.Refresh">
			<summary>Refreshes the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate"></see> object properties.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Revokes a previously granted set of permissions from a grantee on the user-defined aggregate.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Revokes a previously granted set of permissions from a list of grantees on the user-defined aggregate.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from a grantee on the user-defined aggregate and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the user-defined aggregate.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the user-defined aggregate.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the user-defined aggregate.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the user-defined aggregate.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from grantees on the user-defined aggregate and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the user-defined aggregate.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the user-defined aggregate.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the user-defined aggregate.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the user-defined aggregate.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from a grantee on the user-defined aggregate and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the user-defined aggregate.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the user-defined aggregate.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the user-defined aggregate.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the user-defined aggregate.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the user-defined aggregate. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from grantees on the user-defined aggregate and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the user-defined aggregate.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the user-defined aggregate.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the user-defined aggregate.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the user-defined aggregate.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the user-defined aggregate. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the user-defined aggregate.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the user-defined aggregate as specified by the script options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that is used to specify the script options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.AssemblyName">
			<summary>Gets or sets the name of the assembly for the user-defined aggregate.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the assembly for the user-defined aggregate.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.ClassName">
			<summary>Gets or sets the name of the class for the user-defined aggregate.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the class name for the user-defined aggregate.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.CreateDate">
			<summary>Gets the date and time when the user-defined aggregate was created.</summary>
			<returns>A <see cref="T:System.DateTime"></see> system object value that specifies the date and time when the user-defined aggregate was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.DataType">
			<summary>Gets or sets the data type returned by the user-defined aggregate. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> object value that specifies the data type returned by the user-defined aggregate.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.DateLastModified">
			<summary>Gets the date and time when the user-defined aggregate was last modified.</summary>
			<returns>A <see cref="T:System.DateTime"></see> system object value that specifies the date and time when the user-defined aggregate was last modified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.ExtendedProperties">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty"></see> object represents an extended property defined on the user-defined aggregate.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection"></see> object that represents all the extended properties defined on the user-defined aggregate. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.ID">
			<summary>Gets the ID value that uniquely identifies the user-defined aggregate.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the user-defined aggregate.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.Parameters">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter"></see> object represents a parameter defined on the user-defined aggregate.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameterCollection"></see> object that represents all the parameters defined on the user-defined aggregate. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate"></see> objects that represent all the database user-defined aggregates defined on a database.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateCollection.Add(Microsoft.SqlServer.Management.Smo.UserDefinedAggregate)">
			<summary>Adds the specified user-defined aggregate to the collection.</summary>
			<param name="userDefinedAggregate">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate"></see> object to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateCollection.CopyTo(Microsoft.SqlServer.Management.Smo.UserDefinedAggregate[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateCollection"></see> object using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateCollection"></see> object.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate"></see> object value that represents the database user-defined aggregate.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate"></see> object value that represents the database user-defined aggregate.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateCollection.Item(System.String,System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate"></see> object in the collection by name and schema.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate"></see> object value that represents the database user-defined aggregate.</returns>
			<param name="schema">A <see cref="T:System.String"></see> value that specifies the schema of the user-defined aggregate.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter"></see> object represents the parameters used with a user-defined aggregate.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter.#ctor(Microsoft.SqlServer.Management.Smo.UserDefinedAggregate,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter"></see> class on the specified user-defined aggregate and with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the user-defined aggregate parameter.</param>
			<param name="userDefinedAggregate">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate"></see> object that specifies the user-defined aggregate to which the parameter belongs.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter.#ctor(Microsoft.SqlServer.Management.Smo.UserDefinedAggregate,System.String,Microsoft.SqlServer.Management.Smo.DataType)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter"></see> class on the specified user-defined aggregate, with the specified name and with the specified data type.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the user-defined aggregate parameter.</param>
			<param name="userDefinedAggregate">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate"></see> object that specifies the user-defined aggregate to which the parameter belongs.</param>
			<param name="dataType">A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> object value that specifies the data type of the user-defined aggregate parameter.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter.ID">
			<summary>Gets the ID value that uniquely identifies the user-defined aggregate parameter.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the user-defined aggregate parameter.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate"></see> object that owns the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameterCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameterCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter"></see> objects that represent all the user-defined aggregate parameters defined on a table.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameterCollection.Add(Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter"></see> object to the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameterCollection"></see> object.</summary>
			<param name="userDefinedAggregateParameter">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter"></see> object that specifies the parameter that is to be added to the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameterCollection"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameterCollection.Add(Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter,System.Int32)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter"></see> object to the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameterCollection"></see> object at the specified position.</summary>
			<param name="insertAtPosition">An <see cref="T:System.Int32"></see> value that specifies the index position in the collection after which to insert the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameterCollection"></see> object.</param>
			<param name="userDefinedAggregateParameter">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter"></see> object that specifies the parameter that is to be added to the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameterCollection"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameterCollection.Add(Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter,System.String)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter"></see> object to the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameterCollection"></see> object at the specified position.</summary>
			<param name="insertAtColumnName">A <see cref="T:System.String"></see> value that specifies the name of the object in the collection after which to insert the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter"></see> object.</param>
			<param name="userDefinedAggregateParameter">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter"></see> object that specifies the parameter that is to be added to the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameterCollection"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameterCollection.CopyTo(Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameterCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameterCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameterCollection"></see> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameterCollection.Remove(Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter)">
			<summary>Removes a <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter"></see> object from the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameterCollection"></see> object.</summary>
			<param name="userDefinedAggregateParameter">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter"></see> object that specifies the parameter that is to be removed from the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameterCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter"></see> object value that represents the user-defined aggregate parameter.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameterCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameterCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter"></see> object value that represents the user-defined aggregate parameter.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameterCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameterCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate"></see> object that owns the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType"></see> object represents a MicrosoftSQL Server user-defined data type data type.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType"></see> class on the specified database and with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the user-defined data type.</param>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object value that specifies the name of the database on which the user-defined data type is defined.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType"></see> class on the specified database and with the specified name and schema.</summary>
			<param name="schema">A <see cref="T:System.String"></see> value that specifies the name of the schema.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the schema.</param>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object value that specifies the name of the database on which the user-defined data type is defined.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType"></see> object property changes on the instance of MicrosoftSQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.BindDefault(System.String,System.String)">
			<summary>Binds a default to the user-defined data type.</summary>
			<param name="defaultName">A <see cref="T:System.String"></see> value that specifies the name of the default.</param>
			<param name="defaultSchema">A <see cref="T:System.String"></see> value that specifies the schema for the default.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.BindDefault(System.String,System.String,System.Boolean)">
			<summary>Binds a default to the user-defined data type.</summary>
			<param name="defaultName">A <see cref="T:System.String"></see> value that specifies the name of the default.</param>
			<param name="bindColumns">A <see cref="T:System.Boolean"></see> value that specifies whether the default is bound to the user-defined data type if it is already bound to a column.If True, the default is bound to the user-defined data type.If False, the default is not bound to the user-defined data type.</param>
			<param name="defaultSchema">A <see cref="T:System.String"></see> value that specifies the schema for the default.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.BindRule(System.String,System.String)">
			<summary>Binds a default to the user-defined data type.</summary>
			<param name="ruleSchema">A <see cref="T:System.String"></see> value that specifies the schema for the rule.</param>
			<param name="ruleName">A <see cref="T:System.String"></see> value that specifies the name of the rule.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.BindRule(System.String,System.String,System.Boolean)">
			<summary>Binds a default to the user-defined data type.</summary>
			<param name="ruleSchema">A <see cref="T:System.String"></see> value that specifies the schema for the rule.</param>
			<param name="bindColumns">A <see cref="T:System.Boolean"></see> value that specifies whether the rule is bound to the user-defined data type if it is already bound to a column.If True, the rule is bound to the user-defined data type.If False, the rule is not bound to the user-defined data type.</param>
			<param name="ruleName">A <see cref="T:System.String"></see> value that specifies the name of the rule.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Create">
			<summary>Creates a user-defined data type type on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Denies the specified set of permissions for the specified grantee on the user-defined data type.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied the specified set of permissions on the user-defined data type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Denies the specified set of permissions for the specified grantees on the user-defined data type.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied the specified set of permissions on the user-defined data type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Denies the specified set of permissions for the specified grantee and other users that the grantee granted the specified set of permissions on the user-defined data type.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the user-defined data type.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied the specified set of permissions on the user-defined data type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Denies the specified set of permissions for the specified grantees and other users that the grantee granted the specified set of permissions on the user-defined data type.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the user-defined data type.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Drop">
			<summary>Removes the user-defined data type from the instance of MicrosoftSQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.EnumBoundColumns">
			<summary>Enumerates a list of columns to which the user-defined data type type is bound.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object array value that contains a list of objects to which the user-defined data type is bound.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.EnumObjectPermissions">
			<summary>Enumerates a list of object permissions for the user-defined data type.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the user-defined data type. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of object permissions for a specified permission on the user-defined data type.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified permission on the user-defined data type. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.EnumObjectPermissions(System.String)">
			<summary>Enumerates a list of object permissions for a specified grantee on the user-defined data type.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified grantee on the user-defined data type. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of object permissions for a specified grantee and a specified permission on the user-defined data type.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified grantee and permission on the user-defined data type. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Grants the specified set of permissions to the specified grantee on the user-defined data type.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be granted the specified set of permissions on the user-defined data type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Grants the specified set of permissions to the specified grantees on the user-defined data type.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that lists the grantees to be granted the specified set of permissions on the user-defined data type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Grants the specified set of permissions to the grantee and the ability to grant the specified set of permissions to other users on the user-defined data type.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the user-defined data type.If True, the grantee is given the ability to grant the specified set of permissions to other users on the user-defined data type.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the user-defined data type.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Grants the specified set pf permissions to the grantees and the ability to grant the specified set of permissions to other users on the user-defined data type.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the user-defined data type. If True, the grantee is given the ability to grant the specified set of permissions to other users on the user-defined data type.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the user-defined data type.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Grants the specified set of permissions to the grantee and the ability to grant the set of permissions to other users on the user-defined data type under an assumed role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the user-defined data type.If True, the grantee is given the ability to grant the specified set of permissions to other users on the user-defined data type.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the user-defined data type. </param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be denied access to the permission.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the user-defined data type. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Grants the specified set of permissions to the grantees and the ability to grant the set of permissions to other users on the user-defined data type data type under an assumed role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the user-defined data type.If True, the grantee is given the ability to grant the specified set of permissions to other users on the user-defined data type.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the user-defined data type. </param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be granted the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the user-defined data type. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Rename(System.String)">
			<summary>Renames the user defined data type.</summary>
			<param name="newname">A <see cref="T:System.String"></see> value that specifies a new name of the user-defined data type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Revokes a previously granted set of permissions from a grantee on the user-defined data type.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Revokes a previously granted set of permissions from a list of grantees on the user-defined data type.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from a grantee on the user-defined data type and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the user-defined data type.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the user-defined data type.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the user-defined data type.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the user-defined data type.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from grantees on the user-defined data type and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the user-defined data type.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the user-defined data type.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the user-defined data type.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the user-defined data type.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from a grantee on the user-defined data type and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the user-defined data type.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the user-defined data type.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the user-defined data type.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the user-defined data type.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the user-defined data type. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from grantees on the user-defined data type and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the user-defined data type.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the user-defined data type.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the user-defined data type.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the user-defined data type.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the user-defined data type. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the user-defined data type.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the user-defined data type as specified by the script options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that is used to specify the script options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.UnbindDefault">
			<summary>Unbinds a default from the user-defined data type.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.UnbindDefault(System.Boolean)">
			<summary>Unbinds a default from the user-defined data type.</summary>
			<param name="bindColumns">A <see cref="T:System.Boolean"></see> value that specifies whether the default is bound to the user-defined data type if it is already bound to a column.If True, the default is bound to the user-defined data type.If False, the default is not bound to the user-defined data type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.UnbindRule">
			<summary>Unbinds a rule from the user-defined data type.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.UnbindRule(System.Boolean)">
			<summary>Unbinds a rule from the user-defined data type.</summary>
			<param name="bindColumns">A <see cref="T:System.Boolean"></see> value that specifies whether the rule is bound to the user-defined data type if it is already bound to a column.If True, the rule is bound to the user-defined data type.If False, the rule is not bound to the user-defined data type.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.AllowIdentity">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the user-defined data type is able to participate in a column defined with the identity property.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the user-defined data type can participate in a column defined with the identity property.If True, the user-defined data type can participate in an identity column.If False (default), the user-defined data type cannot participate in an identity column.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Collation">
			<summary>Gets the collation assigned to the user-defined data type.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the collation used by the user-defined data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Default">
			<summary>Gets or sets a MicrosoftSQL Server default that is bound to the user-defined data type.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the bound default.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.DefaultSchema">
			<summary>Gets or sets the MicrosoftSQL Server default schema for the user-defined data type.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the default schema for the user-defined data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.ExtendedProperties">
			<summary>Gets the extended properties of the user-defined data type.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection"></see> object that specifies the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.ID">
			<summary>Gets an ID value that uniquely identifies the user-defined data type.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the user-defined data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Length">
			<summary>Gets or sets the number of characters in the user-defined data type.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the maximum number of characters permitted in the user-defined data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.MaxLength">
			<summary>Gets the maximum number of characters accepted by the user-defined data type.</summary>
			<returns>An <see cref="T:System.Int16"></see> (short) value that specifies the maximum number of characters accepted by the user-defined data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Nullable">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the user-defined data type accepts null values or not.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the user-defined data type accepts null values.If True, the user-defined data type accepts null values.If False (default), the user-defined data type does not accept null values.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.NumericPrecision">
			<summary>Gets or sets the maximum number of digits in a numeric value used in the definition of the user-defined data type.</summary>
			<returns>A <see cref="T:System.Byte"></see> value that specifies the numerical precision of the user-defined data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.NumericScale">
			<summary>Gets or sets the maximum number of digits to the right of the decimal point in a numeric value used in the definition of the user-defined data type.</summary>
			<returns>A <see cref="T:System.Byte"></see> value that specifies the numerical scale of the user-defined data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Rule">
			<summary>Gets or sets a MicrosoftSQL Server rule that is bound to the user-defined data type.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the bound rule.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.RuleSchema">
			<summary>Gets or sets the MicrosoftSQL Server rule schema for the user-defined data type.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the rule schema for the user-defined data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.SystemType">
			<summary>Gets or sets the base system data type from which the user-defined data type is derived.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the base system data type from which the user-defined data type is derived.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.VariableLength">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the user-defined data type is variable in length.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the user-defined data type is variable in length.If True, the user-defined data type represents a data type that can vary in length, such as varchar(4).If False (default), the user-defined data type represents a data type that cannot vary in length, such as char(4).A 2-character value retrieved from a user-defined data type defined as varchar(4) is returned as 2 characters. However, the same value retrieved from a user-defined data type type defined as char(4) is padded and returned as 4 characters.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataTypeCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataTypeCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType"></see> objects that represent all the user-defined data types defined on a table.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataTypeCollection.CopyTo(Microsoft.SqlServer.Management.Smo.UserDefinedDataType[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataTypeCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataTypeCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataTypeCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedDataTypeCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType"></see> object value that represents the user-defined data type.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataTypeCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedDataTypeCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType"></see> object value that represents the user-defined data type.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataTypeCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedDataTypeCollection.Item(System.String,System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType"></see> object in the collection by name and schema.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType"></see> object value that represents the user-defined data type.</returns>
			<param name="schema">A <see cref="T:System.String"></see> value that specifies the name of the schema.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataTypeCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedDataTypeCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction"></see> object represents a MicrosoftSQL Server user-defined function.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction"></see> class on the specified database and with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the user-defined function.</param>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object value that specifies the database to which the user-defined function belongs.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction"></see> class on the specified database and with the specified name and schema.</summary>
			<param name="schema">A <see cref="T:System.String"></see> value that specifies the schema of the user-defined function.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the user-defined function.</param>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object value that specifies the database to which the user-defined function belongs.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction"></see> object property changes on the instance of Microsoft SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.ChangeSchema(System.String)">
			<summary>Changes the schema for the user-defined function.</summary>
			<param name="newSchema">A <see cref="T:System.String"></see> value that specifies the new schema.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Create">
			<summary>Creates a user-defined function on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Denies the specified set of permissions for the specified grantee on the user-defined function.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied the specified set of permissions on the user-defined function.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Denies the specified set of permissions for the specified grantees on the user-defined function.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied the specified set of permissions on the user-defined function.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Denies the specified set of permissions for the specified grantee and other users that the grantee granted the specified set of permissions on the user-defined function.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the user-defined function.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied the specified set of permissions on the user-defined function.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[])">
			<summary>Denies the specified set of permissions to the grantee on the specified columns on the user-defined function.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied the specified set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array value that specifies the list of columns for which the permission is denied.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Denies the specified permission for the specified grantees on the user-defined function.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the user-defined function.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[])">
			<summary>Denies the specified set of permissions for the grantees on the specified columns on the user-defined function.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array value that specifies the list of grantees to be denied access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array value that specifies the list of columns to which the set of permissions is denied.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[],System.Boolean)">
			<summary>Denies the specified set of permissions for the specified grantee and other users that the grantee granted the specified set of permissions on the specified columns on the user-defined function.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the user-defined function.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array value that specifies the list of columns to which the set of permissions is denied.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[],System.Boolean)">
			<summary>Denies the specified set of permissions for the specified grantees and other users that the grantee granted the specified set of permissions on the specified columns on the user-defined function.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the user-defined function.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array value that specifies the list of grantees to be denied access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array value that specifies the list of columns to which the set of permissions is denied.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Drop">
			<summary>Removes the user-defined function from the instance of Microsoft SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.EnumColumnPermissions">
			<summary>Enumerates a list of column permissions for the user-defined function.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains column permission information for the user-defined function. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.EnumColumnPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of column permissions for a specified permission on the user-defined function.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains column permission information for the specified permission on the user-defined function. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.EnumColumnPermissions(System.String)">
			<summary>Enumerates a list of column permissions for a specified grantee on the user-defined function.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains column permission information for the specified grantee on the user-defined function. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.EnumColumnPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of column permissions for a specified grantee and a specified permission on the user-defined function.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains column permission information for the specified grantee and permission on the user-defined function. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.EnumObjectPermissions">
			<summary>Enumerates a list of object permissions for the user-defined function.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the user-defined function. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of object permissions for a specified permission on the user-defined function.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified permission on the user-defined function. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.EnumObjectPermissions(System.String)">
			<summary>Enumerates a list of object permissions for a specified grantee on the user-defined function.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified grantee on the user-defined function. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of object permissions for a specified grantee and a specified permission on the user-defined function.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified grantee and permission on the user-defined function. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Grants the specified set of permissions to the specified grantee on the user-defined function.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be granted the specified set of permissions on the user-defined function.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Grants the specified set of permissions to the specified grantees on the user-defined function.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that lists the grantees to be granted the specified set of permissions on the user-defined function.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Grants access to the specified permission and the ability to grant access to other uses for the specified grantee on the user-defined function.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the user-defined function.If True, the grantee is given the ability to grant the specified set of permissions to other users on the user-defined function.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the user-defined function.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[])">
			<summary>Grants access to the specified permission on the specified columns for the specified grantee on the specified columns on the user-defined function.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be granted access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array value that specifies the list of columns to which the set of permissions is granted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Grants access to the specified permission and the ability to grant access to other uses for the specified grantees on the user-defined function.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the user-defined function. If True, the grantee is given the ability to grant the specified set of permissions to other users on the user-defined function.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the user-defined function.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[])">
			<summary>Grants the specified set of permissions to the grantees to the specified columns on the user-defined function.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array value that specifies the list of grantees to be granted access to the permission.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array value that specifies the list of columns to which the set of permissions is granted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Grants the specified set of permissions to the grantee and the ability to grant the set of permissions to other users on the user-defined function under an assumed role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the user-defined function.If True, the grantee is given the ability to grant the specified set of permissions to other users on the user-defined function.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the user-defined function. </param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be denied access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the user-defined function. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[],System.Boolean)">
			<summary>Grants the specified permission to the grantee and the ability to grant the specified set of permissions to other users on the specified columns on the user-defined function.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the user-defined function. If True, the grantee is given the ability to grant the specified set of permissions to other users on the user-defined function.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the user-defined function.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied specified set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array value that specifies the list of columns to which the set of permissions is granted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Grants the specified set of permissions to the grantees and the ability to grant the set of permissions to other users on the user-defined function under an assumed role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the user-defined function.If True, the grantee is given the ability to grant the specified set of permissions to other users on the user-defined function.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the user-defined function. </param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be granted the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the user-defined function. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[],System.Boolean)">
			<summary>Grants the specified set of permissions to the grantees and the ability to grant the set of permissions to other users on the specified columns on the user-defined function.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the user-defined function. If True, the grantee is given the ability to grant the specified set of permissions to other users on the user-defined function.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the user-defined function.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array value that specifies the list of columns to which the set of permisions is granted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[],System.Boolean,System.String)">
			<summary>Grants the specified set of permissions to the grantee and the ability to grant the set of permissions to other users on the specified columns on the user-defined function under an assumed role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the user-defined function.If True, the grantee is given the ability to grant the specified set of permissions to other users on the user-defined function.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the user-defined function. </param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be denied access to the permission.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the user-defined function. Use this parameter for grantees who are members of more than one role.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array value that specifies the list of columns to which the set of permissions is granted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[],System.Boolean,System.String)">
			<summary>Grants the specified set of permissions to the grantees and the ability to grant the set of permissions to other users on the specified columns on the user-defined function under an assumed role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the user-defined function.If True, the grantee is given the ability to grant the specified set of permissions to other users on the user-defined function.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the user-defined function. </param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be granted the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the user-defined function. Use this parameter for grantees who are members of more than one role.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array value that specifies the list of columns to which the set of permissions is granted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Refresh">
			<summary>Refreshes the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction"></see> object properties.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Rename(System.String)">
			<summary>Renames the user-defined function.</summary>
			<param name="newname">A <see cref="T:System.String"></see> value that specifies a the new name of the user-defined function.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Revokes a previously granted set of permissions from a grantee on the user-defined function.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Revokes a previously granted set of permissions from a list of grantees on the user-defined function.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[])">
			<summary>Revokes a previously granted set of permissions from a grantee on the specified columns on the user-defined function.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array value that specifies the list of columns to which the set of permissions is granted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[])">
			<summary>Revokes a previously granted set of permissions from a list of grantees on the specified columns on the user-defined function.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array value that specifies the list of columns to which the set of permissions is granted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Revokes a previously granted set of permissions from a grantee on the user-defined function and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the user-defined function.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the user-defined function.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the user-defined function.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the user-defined function.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Revokes a previously granted set of permissions from grantees from the user-defined function and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users.</summary>
			<param name="revokeGrant">A Boolean property that specifies whether the grantee is given the ability to revoke access from the user-defined function.If True, the grantee is given the ability to revoke other users' access from the user-defined function.If False, the grantee is not given the ability to revoke other users' access from the user-defined function.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the user-defined function.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Revokes a previously granted set of permissions from a grantee on the user-defined function and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the user-defined function.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the user-defined function.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the user-defined function.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the user-defined function.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the user-defined function. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[],System.Boolean,System.Boolean)">
			<summary>Revokes a previously granted set of permissions from grantees on the specified columns on the user-defined function and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the user-defined function.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the user-defined function.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the user-defined function.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the user-defined function.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the user-defined function. Use this parameter for grantees who are members of more than one role.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array value that specifies the list of columns to which the set of permissions is granted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Revokes a previously granted set of permissions from grantees on the user-defined function and any other users to whom the grantees have granted access. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the user-defined function.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the user-defined function.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the user-defined function.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the user-defined function.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the user-defined function. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[],System.Boolean,System.Boolean)">
			<summary>Revokes a previously granted set of permissions from grantees on the specified columns on the user-defined function and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the user-defined function.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the user-defined function.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the user-defined function.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the user-defined function.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array value that specifies the list of columns to which the set of permissions is granted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Revokes a previously granted set of permissions from a grantee on the specified columns on the user-defined function and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the user-defined function.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the user-defined function.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the user-defined function.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the user-defined function.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the user-defined function. Use this parameter for grantees who are members of more than one role.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array value that specifies the list of columns to which the set of permissions is granted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Revokes a previously granted set of permissions from grantees on the specified columns on the user-defined function and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the user-defined function.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the user-defined function.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the user-defined function.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the user-defined function.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the user-defined function. Use this parameter for grantees who are members of more than one role.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array value that specifies the list of columns to which the set of permissions is granted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the user-defined function.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the user-defined function as specified by the script options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that is used to specify the script options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.ScriptHeader(System.Boolean)">
			<summary>Returns the text header with the option to modify the text.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the text header.</returns>
			<param name="forAlter">A <see cref="T:System.Boolean"></see> value that specifies whether the text header is read-only or can be modified.If True, the text header can be modified.If False, the text header is read-only.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.AnsiNullsStatus">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether SQL-92 NULL handling is enabled in the user-defined function.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies the whether the SQL-92 NULL handing is enabled or not.If True, comparisons to null values equate to false.If False (default), comparisons to null values equate to true.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.AssemblyName">
			<summary>Gets or sets the name of the assembly for the user-defined function.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the assembly for the user-defined function.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Checks">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Check"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.Check"></see> object represents an extended property defined on the user-defined function.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.CheckCollection"></see> object that represents all the check constraints defined on the user-defined function. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.ClassName">
			<summary>Gets or sets the name of the class for the user-defined function.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the class name for the user-defined function.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Columns">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Column"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.Column"></see> object represents an extended property defined on the user-defined function.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ColumnCollection"></see> object that represents all the columns defined on the user-defined function. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.CreateDate">
			<summary>Gets the date and time when the user-defined function was created.</summary>
			<returns>A <see cref="T:System.Int32"></see> system object value that specifies the date and time when the user-defined function was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.DataType">
			<summary>Gets or sets the return type for scalar functions. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> system object value that specifies the data type of the function's return value.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.DateLastModified">
			<summary>Gets the date and time when the user-defined function was last modified.</summary>
			<returns>A <see cref="T:System.DateTime"></see> system object value that specifies the date and time when the user-defined function was last modified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Events">
			<summary>Gets the events associated with the user-defined function. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvents"></see> object that represents the user-defined function events.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.ExecutionContext">
			<summary>Gets or sets the execution context for the user-defined function.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExecutionContext"></see> object value that specifies the execution context of the user-defined function.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.ExecutionContextPrincipal">
			<summary>Gets or sets the execution context principal for the user-defined function.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the server principal context in which the object is executed.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.ExtendedProperties">
			<summary>Gets the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction"></see> object.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection"></see> object that specifies the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.FunctionType">
			<summary>Gets or sets the user-defined function type.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionType"></see> object value that specifies the type of user-defined function.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.ID">
			<summary>Gets the ID value that uniquely identifies the user-defined function.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the user-defined function.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.ImplementationType">
			<summary>Gets or sets the implementation type of the user-defined function.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ImplementationType"></see> object value that specifies the implementation type of the user-defined function.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Indexes">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Index"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.Index"></see> object represents an extended property defined on the user-defined function.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.IndexCollection"></see> object that represents all the indexes defined on the user-defined function. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.IsDeterministic">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the user-defined function is deterministic.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies the whether the user-defined function is deterministic or not.If True, the user-defined function is deterministic. If False (default), the user-defined function is not deterministic.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.IsEncrypted">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the user-defined function is encrypted.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies the whether user-defined function is encrypted.If True, the user-defined function is encrypted.If False (default), the user-defined function is not encrypted.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.IsSchemaBound">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the user-defined function is bound to a schema.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies the whether user-defined function is schema bound.If True, the user-defined function is schema bound.If False (default), the user-defined function is not schema bound.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.IsSystemObject">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the user-defined function is a system object.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies the whether user-defined function is a system object.If True, the user-defined function is a system object.If False (default), the user-defined function is not a system object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.MethodName">
			<summary>Gets the method name for the user-defined function.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the method name for the user-defined function.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Parameters">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Parameter"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.Parameter"></see> object represents a parameter defined for the user-defined function.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameterCollection"></see> object that represents all the parameters defined for the user-defined function. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object value that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.QuotedIdentifierStatus">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether identifiers delimited by double quotation marks are Transact-SQL reserved keywords or contain characters not usually allowed by the Transact-SQL syntax rules in the user-defined function.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies how quoted identifies are handled in the user-defined function.If True, quoted identifiers are used to allow characters not usually allowed by the Transact-SQL syntax rules.If False (default), quoted identifiers are used to specify Transact-SQL reserved keywords.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.ReturnsNullOnNullInput">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property that specifies whether to call the function if at least one of the function arguments is null.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to call the function if at least one of the function arguments is null.If True, a null is returned without calling the function.If False (default), the function is called even if one of the arguments is null.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.TableVariableName">
			<summary>Gets or sets the table variable name.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the table variable name.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.TextBody">
			<summary>Gets or sets the Transact-SQL string that defines the user-defined function.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the Transact-SQL string that defines the user-defined function.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.TextHeader">
			<summary>Gets or sets the header part of the Transact-SQL string that defines the user-defined function.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the text header from the definition of the user-defined function.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.TextMode">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property that specifies whether the text header is editable as text.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the text header is editable as text.If True, the text header is editable as text.If False (default), the text header is not editable.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction"></see> objects that represent all the user-defined functions defined on a table.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionCollection.Add(Microsoft.SqlServer.Management.Smo.UserDefinedFunction)">
			<summary>Adds the specified user-defined function to the collection.</summary>
			<param name="userDefinedFunction">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction"></see> object to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionCollection.CopyTo(Microsoft.SqlServer.Management.Smo.UserDefinedFunction[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction"></see> object value that represents the user-defined function.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction"></see> object value that represents the user-defined function.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionCollection.Item(System.String,System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction"></see> object in the collection by name and schema.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction"></see> object value that represents the user-defined function.</returns>
			<param name="schema">A <see cref="T:System.String"></see> value that specifies the name of the schema.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent"></see> object represents the Microsoft SQL Server user-defined function events that can be included in a user-defined function event set.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent.Equals(System.Object)">
			<summary>Determines whether the referenced user-defined function event object is equal to the specified object.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the referenced user-defined function event object is equal to the specified object.If True, the objects are equal.If False (default), the objects are not equal.</returns>
			<param name="obj">An <see cref="T:System.Object"></see> system object that specifies the user-defined function event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent.GetHashCode">
			<summary>This method supports the Microsoft SQL Server 2005 infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent.op_Addition(Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent,Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent)">
			<summary>Creates a user-defined function event set by performing an addition operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent"></see> objects.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet"></see> object value that specifies a set of user-defined function events.</returns>
			<param name="eventRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent"></see> object that specifies the user-defined function events.</param>
			<param name="eventLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent"></see> object that specifies the user-defined function events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent.op_BitwiseOr(Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent,Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent)">
			<summary>Creates a user-defined function event set by performing a bitwise OR operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent"></see> objects.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet"></see> object value that specifies a set of user-defined function events.</returns>
			<param name="eventRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent"></see> object that specifies the user-defined function events.</param>
			<param name="eventLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent"></see> object that specifies the user-defined function events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent.op_Equality(Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent,Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent)">
			<summary>Creates a user-defined function event set by performing an equality operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent"></see> objects.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet"></see> object value that specifies a set of user-defined function events.</returns>
			<param name="a">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent"></see> object that specifies the user-defined function events.</param>
			<param name="b">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent"></see> object that specifies the user-defined function events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent.op_Inequality(Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent,Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent)">
			<summary>Creates a user-defined function event set by performing an inequality operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent"></see> objects.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet"></see> object value that specifies a set of user-defined function events.</returns>
			<param name="a">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent"></see> object that specifies the user-defined function events.</param>
			<param name="b">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent"></see> object that specifies the user-defined function events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent.ToString">
			<summary>Returns the referenced object in string format.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the referenced object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent.AlterFunction">
			<summary>Gets a user-defined function event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent"></see> object that represents the AlterFunction event that can be included in the user-defined function event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent.DropFunction">
			<summary>Gets a user-defined function event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent"></see> object that represents the DropFunction event that can be included in the user-defined function event set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvents">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvents"></see> object represents the settings required for Microsoft SQL Server user-defined function event notification.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvents.ServerEvent">
			<summary>Specifies the event raised when an event occurs in <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction"></see> object and the user has subscribed to the events from that object instance.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvents.GetEventSelection">
			<summary>Returns the currently selected event notifications.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet"></see> object that specifies the set of user-defined function events.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvents.StartEvents">
			<summary>Starts receiving events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvents.StopEvents">
			<summary>Stops receiving events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet)">
			<summary>Specifies the user-defined function events to receive.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet"></see> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet,Microsoft.SqlServer.Management.Smo.ServerEventHandler)">
			<summary>Specifies the user-defined function events to receive and the event handler that handles the events.</summary>
			<param name="eventHandler">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventHandler"></see> object that handles the events that are received.</param>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet"></see> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvents.UnsubscribeAllEvents">
			<summary>Clears all event settings, and removes all event handlers.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvents.UnsubscribeFromEvents(Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet)">
			<summary>Clears the specified event settings, and removes all event handlers.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet"></see> object that specifies the set of events to stop receiving.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet"></see> object represents a Microsoft SQL Server a set of user-defined function events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet.#ctor(Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet"></see> class with a specified event.</summary>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent"></see> object that specifies a user-defined function event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet.#ctor(Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent[])">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet"></see> class with a specified set of events.</summary>
			<param name="events">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent"></see> objects that specifies a list of user-defined function events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet.#ctor(Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet"></see> class with a specified set of events.</summary>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet"></see> that specifies a set of user-defined function events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet.Add(Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent"></see> object to the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet"></see> object that contains the added <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent"></see> object.</returns>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent"></see> object that is added to the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet.Copy">
			<summary>Returns a copy of the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet"></see> object that represents a copy of the event set.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet.op_Addition(Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet,Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent)">
			<summary>Creates a user-defined function event set by performing an addition operation on a <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent"></see> object and a <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet"></see> object value that specifies a set of user-defined function events.</returns>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet"></see> object that specifies the user-defined function event set.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent"></see> object that specifies the user-defined function events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet.op_Subtraction(Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet,Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent)">
			<summary>Creates a user-defined function event set by performing a subtraction operation on a <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent"></see> object and a <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet"></see> object value that specifies a set of user-defined function events.</returns>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet"></see> object that specifies the user-defined function event set.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent"></see> object that specifies the user-defined function events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet.Remove(Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent)">
			<summary>Removes an event from the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet"></see> object that represents the user-defined function event set.</returns>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent"></see> object that specifies the event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet.ToString">
			<summary>Returns a <see cref="T:System.String"></see> that represents the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet"></see> object.</summary>
			<returns>A <see cref="T:System.String"></see> value that represents the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet.AlterFunction">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event that occurs when a function is altered is included in the event set.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterFunction event is included in the event set.If True, the AlterFunction event is included in the event set.If False (default), the AlterFunction event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet.DropFunction">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event that occurs when a function is dropped is included in the event set.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropFunction event is included in the event set.If True, the DropFunction event is included in the event set.If False (default), the DropFunction event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet.NumberOfElements">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event that occurs when the number of elements changes is included in the event set.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the NumberOfElements event is included in the event set.If True, the NumberOfElements event is included in the event set.If False (default), the NumberOfElements event is not included in the event set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter"></see> object represents a MicrosoftSQL Server user-defined function parameter.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter.#ctor(Microsoft.SqlServer.Management.Smo.UserDefinedFunction,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter"></see> class for the specified user-defined function and with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the user-defined function parameter.</param>
			<param name="userDefinedFunction">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction"></see> object that specifies the user-defined function to which the parameter belongs.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter.#ctor(Microsoft.SqlServer.Management.Smo.UserDefinedFunction,System.String,Microsoft.SqlServer.Management.Smo.DataType)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter"></see> class for the specified user-defined function, with the specified name and specified data type.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the user-defined function parameter.</param>
			<param name="dataType">A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType"></see> system object value that specifies the data type of the user-defined function parameter.</param>
			<param name="userDefinedFunction">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction"></see> object that specifies the user-defined function to which the parameter belongs.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameterCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameterCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter"></see> objects that represent all the user-defined function parameters defined on a table.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameterCollection.Add(Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter"></see> object to the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameterCollection"></see> collection.</summary>
			<param name="userDefinedFunctionParameter">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter"></see> object value that specifies the user-defined function parameter to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameterCollection"></see> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameterCollection.Add(Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter,System.Int32)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter"></see> object to the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameterCollection"></see> collection at a specified position.</summary>
			<param name="userDefinedFunctionParameter">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter"></see> object value that specifies the user-defined function parameter.</param>
			<param name="insertAtPosition">An <see cref="T:System.Int32"></see> value that specifies the index position of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameterCollection"></see> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameterCollection.Add(Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter,System.String)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter"></see> object to the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameterCollection"></see> collection.</summary>
			<param name="userDefinedFunctionParameter">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter"></see> object value that is to be added into the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameterCollection"></see> collection.</param>
			<param name="insertAtColumnName">A <see cref="T:System.String"></see> value that specifies the name of the existing <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter"></see> object in the collection after which to insert the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameterCollection.CopyTo(Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameterCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameterCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameterCollection"></see> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameterCollection.Remove(Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter)">
			<summary>Removes a <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter"></see> object from the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameterCollection"></see> collection.</summary>
			<param name="userDefinedFunctionParameter">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter"></see> object value that specifies the user-defined function parameter to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameterCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameterCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter"></see> object value that represents the user-defined function parameter.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameterCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameterCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter"></see> object value that represents the user-defined function parameter.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameterCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameterCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction"></see> object that owns the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessage">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessage"></see> object represents a user-defined message.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedMessage.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessage"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedMessage.#ctor(Microsoft.SqlServer.Management.Smo.Server,System.Int32)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessage"></see> class on the specified instance of MicrosoftSQL Server and with the specified ID value.</summary>
			<param name="server">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> system object value that specifies the instance of SQL Server to which the user-defined message belongs.</param>
			<param name="id">An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the user-defined message.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedMessage.#ctor(Microsoft.SqlServer.Management.Smo.Server,System.Int32,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessage"></see> class on the specified instance of MicrosoftSQL Server, with the specified ID value and written in the specified language.</summary>
			<param name="server">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> system object value that specifies the instance of SQL Server to which the user-defined message belongs.</param>
			<param name="id">An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the user-defined message.</param>
			<param name="language">A <see cref="T:System.String"></see> value that specifies the language in which the user-defined message is written.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedMessage.#ctor(Microsoft.SqlServer.Management.Smo.Server,System.Int32,System.Int32,System.Int32,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessage"></see> class on the specified instance of MicrosoftSQL Server, with the specified ID value, written in the specified language, the specified severity, and actual message text.</summary>
			<param name="severity">An <see cref="T:System.Int32"></see> value that specifies the severity of the message.</param>
			<param name="message">A <see cref="T:System.String"></see> value that specifies the text of the message.</param>
			<param name="server">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> system object value that specifies the instance of SQL Server to which the user-defined message belongs.</param>
			<param name="id">An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the user-defined message.</param>
			<param name="language">A <see cref="T:System.Int32"></see> value that specifies the language ID in which the user-defined message is written.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedMessage.#ctor(Microsoft.SqlServer.Management.Smo.Server,System.Int32,System.String,System.Int32,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessage"></see> class on the specified instance of MicrosoftSQL Server, with the specified ID value, written in the specified language, the specified severity, and actual message text.</summary>
			<param name="severity">An <see cref="T:System.Int32"></see> value that specifies the severity of the message.</param>
			<param name="message">A <see cref="T:System.String"></see> value that specifies the text of the message.</param>
			<param name="server">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> system object value that specifies the instance of SQL Server to which the user-defined message belongs.</param>
			<param name="id">An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the user-defined message.</param>
			<param name="language">A <see cref="T:System.String"></see> value that specifies the language in which the user-defined message is written.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedMessage.#ctor(Microsoft.SqlServer.Management.Smo.Server,System.Int32,System.Int32,System.Int32,System.String,System.Boolean)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessage"></see> class on the specified instance of MicrosoftSQL Server, with the specified ID value, written in the specified language, the specified severity and actual message text, and the option to specify whether the message is logged to the Microsoft Windows event log.</summary>
			<param name="severity">An <see cref="T:System.Int32"></see> value that specifies the severity of the message.</param>
			<param name="isLogged">A <see cref="T:System.Boolean"></see> value that specifies whether the user-defined message is logged to the Windows event log.If True, the message is logged.If False, the message is not logged.</param>
			<param name="message">A <see cref="T:System.String"></see> value that specifies the text of the message.</param>
			<param name="server">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> system object value that specifies the instance of SQL Server to which the user-defined message belongs.</param>
			<param name="id">An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the user-defined message.</param>
			<param name="language">A <see cref="T:System.Int32"></see> value that specifies the language ID in which the user-defined message is written.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedMessage.#ctor(Microsoft.SqlServer.Management.Smo.Server,System.Int32,System.String,System.Int32,System.String,System.Boolean)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessage"></see> class on the specified instance of MicrosoftSQL Server, with the specified ID value, written in the specified language, the specified severity and actual message text, and the option to specify whether the message is logged to the Microsoft Windows event log.</summary>
			<param name="severity">An <see cref="T:System.Int32"></see> value that specifies the severity of the message.</param>
			<param name="isLogged">A <see cref="T:System.Boolean"></see> value that specifies whether the user-defined message is logged to the Windows event log.If True, the message is logged.If False, the message is not logged.</param>
			<param name="message">A <see cref="T:System.String"></see> value that specifies the text of the message.</param>
			<param name="server">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> system object value that specifies the instance of SQL Server to which the user-defined message belongs.</param>
			<param name="id">An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the user-defined message.</param>
			<param name="language">A <see cref="T:System.String"></see> value that specifies the language in which the user-defined message is written.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedMessage.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessage"></see> object property changes on the instance of MicrosoftSQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedMessage.Create">
			<summary>Creates a user-defined message on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessage"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedMessage.Drop">
			<summary>Removes the user-defined message from the instance of MicrosoftSQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedMessage.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the user-defined message.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedMessage.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the user-defined message as specified by the script options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that is used to specify the script options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedMessage.ID">
			<summary>Gets the ID value that uniquely identifies the user-defined message.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies ID value that uniquely identifies the user-defined message.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedMessage.IsLogged">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the message is logged to the Microsoft Windows event log.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the message is logged to the Windows event log.If True, the message is logged to the Windows event log.If False (default), the message is not logged to the Windows event log.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedMessage.Language">
			<summary>Gets or sets the language in which the message is written.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the language in which the message is written.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedMessage.LanguageID">
			<summary>Gets or sets the ID value that uniquely identifies the language in which the message is written.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the language in which the message is written.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedMessage.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessage"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessage"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedMessage.Severity">
			<summary>Gets or sets the severity of the user-defined message.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the severity of the user-defined message.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedMessage.Text">
			<summary>Gets or sets the textual description of the user-defined message.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the textual description of the user-defined message.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessageCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessageCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessage"></see> objects that represent all the user-defined messages defined on a table.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedMessageCollection.CopyTo(Microsoft.SqlServer.Management.Smo.UserDefinedMessage[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessage"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedMessageCollection.ItemByIdAndLanguage(System.Int32,System.String)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessageCollection"></see> collection using a system-defined, unique identifier and the specified language.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessage"></see> object that has the specified ID value and language.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the user-defined message.</param>
			<param name="language">A <see cref="T:System.String"></see> value that specifies the language in which the user-defined message is written.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedMessageCollection.ItemByIdAndLanguageId(System.Int32,System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessageCollection"></see> collection using a system-defined, unique identifier and the specified language.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessage"></see> object that has the specified ID value and language.</returns>
			<param name="languageID">An <see cref="T:System.Int32"></see> value that specifies the ID value of the language in which the user-defined message is written.</param>
			<param name="id">An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the user-defined message.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedMessageCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessage"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessage"></see> object value that represents the user-defined message.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessage"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessageCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedMessageCollection.Item(System.Int32,System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessage"></see> object in the collection by message ID value and language.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessage"></see> object value that represents the user-defined message.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the user-defined message.</param>
			<param name="language">A <see cref="T:System.String"></see> value that specifies the language in which the user-defined message is written.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedMessageCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessage"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessage"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UserDefinedType">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType"></see> is represents a alias data type that is based on .NET data types.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType"></see> class on the specified database and with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the alias data type.</param>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that specifies the database to which the alias data type belongs.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType"></see> class on the specified database and with the specified name and schema.</summary>
			<param name="schema">A <see cref="T:System.String"></see> value that specifies the schema of the alias data type.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the alias data type.</param>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that specifies the database to which the alias data type belongs.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.ChangeSchema(System.String)">
			<summary>Changes the schema of the alias data type.</summary>
			<param name="newSchema">A <see cref="T:System.String"></see> value that specifies the new schema.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.Create">
			<summary>Creates a alias data type on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Denies the specified set of permissions for the specified grantee on the alias data type.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied the specified set of permissions on the alias data type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Denies the specified set of permissions for the specified grantees on the alias data type.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied the specified set of permissions on the alias data type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Denies the specified set of permissions for the specified grantee and other users that the grantee granted the specified set of permissions on the alias data type.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the alias data type.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied the specified set of permissions on the alias data type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Denies the specified set of permissions for the specified grantees and other users that the grantee granted the specified set of permissions on the alias data type.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the alias data type.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.Drop">
			<summary>Removes the alias data type from the instance of MicrosoftSQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.EnumObjectPermissions">
			<summary>Enumerates a list of object permissions for the alias data type.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the alias data type. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of object permissions for a specified permission on the alias data type.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified permission on the alias data type. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.EnumObjectPermissions(System.String)">
			<summary>Enumerates a list of object permissions for a specified grantee on the alias data type.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified grantee on the alias data type. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of object permissions for a specified grantee and a specified permission on the alias data type.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified grantee and permission on the alias data type. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Grants the specified set of permissions to the specified grantee on the alias data type.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be granted the specified set of permissions on the alias data type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Grants the specified set of permissions to the specified grantees on the alias data type.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that lists the grantees to be granted the specified set of permissions on the alias data type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Grants the specified set of permissions to the grantee and the ability to grant the specified set of permissions to other users on the alias data type.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the alias data type.If True, the grantee is given the ability to grant the specified set of permissions to other users on the alias data type.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the alias data type.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Grants the specified set pf permissions to the grantees and the ability to grant the specified set of permissions to other users on the asymmetric key.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the alias data type. If True, the grantee is given the ability to grant the specified set of permissions to other users on the alias data type.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the alias data type.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Grants the specified set of permissions to the grantee and the ability to grant the set of permissions to other users on the alias data type under an assumed role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the alias data type.If True, the grantee is given the ability to grant the specified set of permissions to other users on the alias data type.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the alias data type. </param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be denied access to the permission.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the alias data type. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Grants the specified set of permissions to the grantees and the ability to grant the set of permissions to other users on the alias data type under an assumed role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the alias data type.If True, the grantee is given the ability to grant the specified set of permissions to other users on the alias data type.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the alias data type. </param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be granted the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the alias data type. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Revokes a previously granted set of permissions from a grantee on the alias data type.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Revokes a previously granted set of permissions from a list of grantees on the alias data type.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from a grantee on the alias data type and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the alias data type.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the alias data type.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the alias data type.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the alias data type.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from grantees on the alias data type and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the alias data type.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the alias data type.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the alias data type.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the alias data type.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from a grantee on the alias data type and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the alias data type.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the alias data type.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the alias data type.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the alias data type.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the alias data type. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from grantees on the alias data type and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the alias data type.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the alias data type.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the alias data type.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the alias data type.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the alias data type. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the alias data type.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the alias data type as specified by the script options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that is used to specify the script options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedType.AssemblyName">
			<summary>Gets or sets the name of the .NET assembly required by the referenced alias data type.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the assembly required by the referenced alias data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedType.BinaryTypeIdentifier">
			<summary>Gets the ID value that uniquely identifies the binary type.</summary>
			<returns>An <see cref="T:System.Uint8"></see> array value that specifies the identifier of the binary type. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedType.ClassName">
			<summary>Gets or sets the name of the class called by the referenced alias data type.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the class called by the referenced alias data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedType.Collation">
			<summary>Gets the collation associated with the alias data type.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the collation associated with the alias data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedType.Events">
			<summary>Gets the events associated with the alias data type. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTypeEvents"></see> object that represents the alias data type events.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedType.ExtendedProperties">
			<summary>Gets the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType"></see> object.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection"></see> object that specifies the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedType.ID">
			<summary>Gets the ID value that uniquely identifies the alias data type.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the alias data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedType.IsBinaryOrdered">
			<summary>Gets the <see cref="T:System.Boolean"></see> property that specifies whether the alias data type is binary ordered.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the alias data type is binary ordered.If True, the alias data type is binary ordered.If False (default), the alias data type is not binary ordered.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedType.IsComVisible">
			<summary>Gets the <see cref="T:System.Boolean"></see> property that specifies whether the alias data type is accessible from COM components.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the alias data type is accessible from COM components.If True, the alias data type is accessible from COM components.If False (default), the alias data type is not accessible from COM components.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedType.IsFixedLength">
			<summary>Gets the <see cref="T:System.Boolean"></see> property that specifies whether the alias data type is fixed length.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the alias data type is fixed length.If True, the alias data type is fixed length.If False (default), the alias data type is variable length.This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedType.IsNullable">
			<summary>Gets the <see cref="T:System.Boolean"></see> property that specifies whether the alias data type accepts null values.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the alias data type accepts null values.If True, the alias data type can accept null values.If False (default), the alias data type is does not accept null values.This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedType.MaxLength">
			<summary>Gets the maximum length of the alias data type.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the maximum length of the alias data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedType.NumericPrecision">
			<summary>Gets the numeric precision of the alias data type.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the numeric precision of the alias data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedType.NumericScale">
			<summary>Gets the numeric scale of the alias data type.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the numeric scale of the alias data type.This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedType.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedType.UserDefinedTypeFormat">
			<summary>Gets the serialization format for the alias data type.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTypeFormat"></see> that specifies the serialization format of the alias data type.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UserDefinedTypeCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTypeCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType"></see> objects that represent all the alias data types defined on a table.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTypeCollection.Add(Microsoft.SqlServer.Management.Smo.UserDefinedType)">
			<summary>Adds the specified user-defined type to the collection.</summary>
			<param name="server">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType"></see> object to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTypeCollection.CopyTo(Microsoft.SqlServer.Management.Smo.UserDefinedType[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTypeCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTypeCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTypeCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedTypeCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType"></see> object value that represents the alias data type.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTypeCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedTypeCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType"></see> object value that represents the alias data type.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTypeCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedTypeCollection.Item(System.String,System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType"></see> object in the collection by name and schema.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType"></see> object value that represents the alias data type.</returns>
			<param name="schema">A <see cref="T:System.String"></see> value that specifies the name of the schema.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTypeCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedTypeCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UserDefinedTypeEvents">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTypeEvents"></see> object represents the settings required for Microsoft SQL Server user-defined type event notification.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.UserDefinedTypeEvents.ServerEvent">
			<summary>Specifies the event raised when an event occurs in <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType"></see> object and the user has subscribed to the events from that object instance.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTypeEvents.GetEventSelection">
			<summary>Returns the currently selected event notifications.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of user-defined type events.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTypeEvents.StartEvents">
			<summary>Starts receiving events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTypeEvents.StopEvents">
			<summary>Stops receiving events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTypeEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Specifies the user-defined type events to receive.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTypeEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet,Microsoft.SqlServer.Management.Smo.ServerEventHandler)">
			<summary>Specifies the user-defined type events to receive and the event handler that handles the events.</summary>
			<param name="eventHandler">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventHandler"></see> object that handles the events that are received.</param>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTypeEvents.UnsubscribeAllEvents">
			<summary>Clears all event settings, and removes all event handlers.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTypeEvents.UnsubscribeFromEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Clears the specified event settings, and removes all event handlers.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of events to stop receiving.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UserEvents">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.UserEvents"></see> object represents the settings required for Microsoft SQL Server database user event notification.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.UserEvents.ServerEvent">
			<summary>Specifies the event raised when an event occurs in <see cref="T:Microsoft.SqlServer.Management.Smo.User"></see> object and the user has subscribed to the events from that object instance.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserEvents.GetEventSelection">
			<summary>Returns the currently selected event notifications.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of database user events.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserEvents.StartEvents">
			<summary>Starts receiving events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserEvents.StopEvents">
			<summary>Stops receiving events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Specifies the database user events to receive.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet,Microsoft.SqlServer.Management.Smo.ServerEventHandler)">
			<summary>Specifies the database user events to receive and the event handler that handles the events.</summary>
			<param name="eventHandler">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventHandler"></see> object that handles the events that are received.</param>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserEvents.UnsubscribeAllEvents">
			<summary>Clears all event settings, and removes all event handlers.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserEvents.UnsubscribeFromEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Clears the specified event settings, and removes all event handlers.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of events to stop receiving.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UserOptions">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.UserOptions"></see> object represents a set configurable server options that relate specifically to users.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserOptions.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.UserOptions"></see> object property changes on the instance of MicrosoftSQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserOptions.Alter(System.Boolean)">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.UserOptions"></see> object property changes on the instance of MicrosoftSQL Server with the option to override value checking. </summary>
			<param name="overrideValueChecking">A <see cref="T:System.Boolean"></see> value that specifies whether to override checking user option values.If True, value checking is overridden.If False, value checking is performed.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserOptions.AbortOnArithmeticErrors">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether arithmetic divide by zero errors are terminated or not.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies the whether a query is terminated when an arithmetic divide by zero occurs.If True, queries are terminated when an arithmetic divide by zero error occurs.If False (default), queries are not terminated when an arithmetic divide by zero error occurs; instead, a warning message is displayed and a Null value is assigned to the result of the arithmetic operation.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserOptions.AbortTransactionOnError">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether transactions are automatically terminated or not.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies the whether a transaction is automatically terminated and rolled back when an error occurs.If True, transactions are automatically terminated and rolled back when an error occurs.If False (default), transactions are not terminated when an error occurs; instead, a warning message is displayed and the transaction continues. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserOptions.AnsiNullDefaultOff">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether new columns created allow null values by default or not.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies the whether newly created columns allow nulls by default or not. If True, new columns created do not allow null values by default. If False (default), new columns created allow null values by default. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserOptions.AnsiNullDefaultOn">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether new columns created allow null values by default or not.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies the whether newly created columns allow nulls by default or not. If True, new columns created allow null values by default. If False (default), new columns create do not allow null values by default. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserOptions.AnsiNulls">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether null values can be used in comparisons or not. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies the whether null values can be used in comparisons. If True, null values cannot be used in an equals or not equals comparison. The result will be null. If False (default), null values can be used in equals or not equals comparisons. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserOptions.AnsiPadding">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether trailing blanks are inserted (padded) or removed (trimmed) in char, varchar, binary, and varbinary columns. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies the whether trailing blanks are inserted or removed in char, varchar, binary, and varbinary columns. If True, trailing blanks are inserted following the value to fill the column. Trailing blanks on values are not trimmed.If False (default), trailing blanks are not inserted into the column. Trailing blanks on values that are inserted into the column are trimmed. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserOptions.AnsiWarnings">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether warning messages are generated when nulls are encountered in aggregate functions such as SUM, AVG, MAX, MIN, STDEV, STDEVP, VAR, VARP, or COUNT.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies the whether a warning message is generated when null values are encountered in aggregate functions.If True, warning messages are generated when aggregate functions encounter null values.If False (default), warning messages are not generated when aggregate functions encounter null values. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserOptions.ConcatenateNullYieldsNull">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether a value that is concatenated with a null value results in the value or a null value.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies the whether a value concatenated with a null value results in the value or a null value.If True, the result of concatenating a value with a null value is a null value.If False (default), the result of concatenating a value with a null value is the original value. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserOptions.CursorCloseOnCommit">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether any open cursors are closed when a transaction is committed or rolled back.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies the whether any open cursors are closed when a transaction is committed or rolled back.If True, open cursors are closed when a transaction is committed or rolled back.If False (default), open cursors are not closed when a transaction is committed or rolled back. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserOptions.DisableDefaultConstraintCheck">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether interim deferred violation checking is used when connecting to a server running MicrosoftSQL Server version 6.x.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies the whether interim deferred violation checking is used on servers running SQL Server version 6.x.If True, interim deferred violation checking is used.If False (default), interim deferred violation checking is not used. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserOptions.IgnoreArithmeticErrors">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether error messages are generated or not when divide by zero errors occur.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies the whether error messages are generated or not when arithmetic errors occur.If True, arithmetic errors do not cause a warning message to be generated.If False (default), arithmetic errors cause a warning message to be generated. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserOptions.ImplicitTransactions">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether a Transact-SQL transaction is started automatically after the previous transaction is committed or rolled back. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies the whether new transactions are started automatically after transaction commit or rollback statements.If True, transactions are started automatically after a commit or rollback.If False (default), transactions must be started explicitly using the BEGIN TRANSACTION syntax. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserOptions.NoCount">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether queries return the number of rows affected.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies the whether queries return the number of rows affected.If True, the number of rows affected by the query is not returned.If False (default), the number of rows affected by the query is returned. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserOptions.NumericRoundAbort">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether an error is generated when loss of precision occurs in an expression. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies the whether an error is generated when a loss of precision occurs in an expression.If True, an error is generated when loss of precision occurs in an expression.If False (default), the resulting value is rounded to the precision of the column or variable and the no error message is generated. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserOptions.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserOptions"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserOptions"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserOptions.QuotedIdentifier">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether double or single quotation marks can be used to delimit identifiers or not.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies the whether quotation marks can be used to delimit identifiers or not.If True, identifiers can be delimited by quotation marks.If False (default), only string literals can be delimited by quotation marks. </returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.VerifyCompleteEventArgs">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.VerifyCompleteEventArgs"></see> object provides programmatic access to the arguments used to report the details of the event that occurs when a backup verification operation completes. </summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.VerifyCompleteEventArgs.VerifySuccess">
			<summary>Gets the <see cref="T:System.Boolean"></see> property that specifies whether the verification operation was successful.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the verification operation was successful.If True, the verification operation was successful.If False (default), the verification operation was unsuccessful.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.VerifyCompleteEventHandler">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.VerifyCompleteEventHandler"></see> class represents the event handler that is used to handle completion events.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.View">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.View"></see> object represents a MicrosoftSQL Server view.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.View"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.View"></see> object on the specified database and with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the view.</param>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object value that specifies the database on which to create the view.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.View"></see> object on the specified database and with the specified name and schema.</summary>
			<param name="schema">A <see cref="T:System.String"></see> value that specifies the name of the view.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the schema for the view.</param>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object value that specifies the database on which to create the view.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.View"></see> object property changes on the instance of Microsoft SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.ChangeSchema(System.String)">
			<summary>Changes the schema for the view.</summary>
			<param name="newSchema">A <see cref="T:System.String"></see> value that specifies the new schema.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Create">
			<summary>Creates a view on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.View"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Denies the specified set of permissions for the specified grantee on the view.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied the specified set of permissions on the view.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Denies the specified set of permissions for the specified grantees on the view.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied the specified set of permissions on the view.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Denies the specified set of permissions for the specified grantee and other users that the grantee granted the specified set of permissions on the view.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the view.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied the specified set of permissions on the view.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[])">
			<summary>Denies the specified set of permissions to the grantee on the specified columns on the view.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied the specified set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array value that specifies the list of columns for which the permission is denied.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Denies the specified permission for the specified grantees on the view.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the view.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[])">
			<summary>Denies the specified set of permissions for the grantees on the specified columns on the view.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array value that specifies the list of grantees to be denied access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array value that specifies the list of columns to which the set of permissions is denied.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[],System.Boolean)">
			<summary>Denies the specified set of permissions for the specified grantee and other users that the grantee granted the specified set of permissions on the specified columns on the view.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the view.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array value that specifies the list of columns to which the set of permissions is denied.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[],System.Boolean)">
			<summary>Denies the specified set of permissions for the specified grantees and other users that the grantee granted the specified set of permissions on the specified columns on the view.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the view.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array value that specifies the list of grantees to be denied access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array value that specifies the list of columns to which the set of permissions is denied.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Drop">
			<summary>Removes the view from the database.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.EnumColumnPermissions">
			<summary>Enumerates a list of column permissions for the view.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains column permission information for the view. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.EnumColumnPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of column permissions for a specified permission on the view.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains column permission information for the specified permission on the view. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.EnumColumnPermissions(System.String)">
			<summary>Enumerates a list of column permissions for a specified grantee on the view.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains column permission information for the specified grantee on the view. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.EnumColumnPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of column permissions for a specified grantee and a specified permission on the view.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains column permission information for the specified grantee and permission on the view. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.EnumColumns">
			<summary>Enumerates a list of columns defined in the view.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> system object value that contains information about the columns defined in the view.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.EnumObjectPermissions">
			<summary>Enumerates a list of object permissions for the view.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the view. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of object permissions for a specified permission on the view.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified permission on the view. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.EnumObjectPermissions(System.String)">
			<summary>Enumerates a list of object permissions for a specified grantee on the view.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified grantee on the view. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of object permissions for a specified grantee and a specified permission on the view.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified grantee and permission on the view. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Grants the specified set of permissions to the specified grantee on the view.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be granted the specified set of permissions on the view.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Grants the specified set of permissions to the specified grantees on the view.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that lists the grantees to be granted the specified set of permissions on the view.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Grants access to the specified permission and the ability to grant access to other uses for the specified grantee on the view.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the view.If True, the grantee is given the ability to grant the specified set of permissions to other users on the view.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the view.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[])">
			<summary>Grants access to the specified permission on the specified columns for the specified grantee on the specified columns on the view.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be granted access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array value that specifies the list of columns to which the set of permissions is granted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Grants access to the specified permission and the ability to grant access to other uses for the specified grantees on the view.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the view. If True, the grantee is given the ability to grant the specified set of permissions to other users on the view.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the view.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[])">
			<summary>Grants the specified set of permissions to the grantees to the specified columns on the view.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array value that specifies the list of grantees to be granted access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array value that specifies the list of columns to which the set of set of permissions is granted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Grants the specified set of permissions to the grantee and the ability to grant the set of permissions to other users on the view under an assumed role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the view.If True, the grantee is given the ability to grant the specified set of permissions to other users on the view.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the view. </param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be denied access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the view. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[],System.Boolean)">
			<summary>Grants the specified permission to the grantee and the ability to grant the specified set of permissions to other users on the specified columns on the view.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the view. If True, the grantee is given the ability to grant the specified set of permissions to other users on the view.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the view.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied specified set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array value that specifies the list of columns to which the set of permissions is granted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Grants the specified set of permissions to the grantees and the ability to grant the set of permissions to other users on the view under an assumed role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the view.If True, the grantee is given the ability to grant the specified set of permissions to other users on the view.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the view. </param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be granted the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the view. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[],System.Boolean)">
			<summary>Grants the specified set of permissions to the grantees and the ability to grant the set of permissions to other users on the specified columns on the view.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the view. If True, the grantee is given the ability to grant the specified set of permissions to other users on the view.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the s.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array value that specifies the list of columns to which the set of permissions is granted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[],System.Boolean,System.String)">
			<summary>Grants the specified set of permissions to the grantee and the ability to grant the set of permissions to other users on the specified columns on the view under an assumed role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the view.If True, the grantee is given the ability to grant the specified set of permissions to other users on the view.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the view. </param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be denied access to the permission.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the view. Use this parameter for grantees who are members of more than one role.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array value that specifies the list of columns to which the set of permissions is granted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[],System.Boolean,System.String)">
			<summary>Grants the specified set of permissions to the grantees and the ability to grant the set of permissions to other users on the specified columns on the view under an assumed role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the view.If True, the grantee is given the ability to grant the specified set of permissions to other users on the view.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the view. </param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be granted the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the view. Use this parameter for grantees who are members of more than one role.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array value that specifies the list of columns to which the set of permissions is granted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Refresh(System.Boolean)">
			<summary>Refreshes the <see cref="T:Microsoft.SqlServer.Management.Smo.View"></see> object properties with the option to refresh metadata.</summary>
			<param name="refreshViewMetadata">A <see cref="T:System.Boolean"></see> value that specifies whether to refresh view metadata.If True, metadata is refreshed.If False, metadata is not refreshed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Rename(System.String)">
			<summary>Renames the view.</summary>
			<param name="newname">A <see cref="T:System.String"></see> value that specifies the new name of the view.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Revokes a previously granted set of permissions from a grantee on the view.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Revokes a previously granted set of permissions from a list of grantees on the view.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[])">
			<summary>Revokes a previously granted set of permissions from a grantee on the specified columns on the view.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array value that specifies the list of columns to which the set of permissions is granted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[])">
			<summary>Revokes a previously granted set of permissions from a list of grantees on the specified columns on the view.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array value that specifies the list of columns to which the set of permissions is granted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Revokes a previously granted set of permissions from a grantee on the view and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the view.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the view.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the view.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the view.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Revokes a previously granted set of permissions from grantees on the view and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the view.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the view.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the view.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the view.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Revokes a previously granted set of permissions from a grantee from the view and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the view.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the view.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the view.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the view.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the view. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[],System.Boolean,System.Boolean)">
			<summary>Revokes a previously granted set of permissions from grantees on the specified columns on the view and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the view.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the view.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the view.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the view.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the view. Use this parameter for grantees who are members of more than one role.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array value that specifies the list of columns to which the set of permissions is granted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Revokes a previously granted set of permissions from grantees on the view and any other users to whom the grantees have granted access. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the view.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the view.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the view.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the view.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the view. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[],System.Boolean,System.Boolean)">
			<summary>Revokes a previously granted set of permissions from grantees on the specified columns on the view and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the view.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the view.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the view.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the view.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the view. Use this parameter for grantees who are members of more than one role.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array value that specifies the list of columns to which the set of permissions is granted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Revokes a previously granted set of permissions from a grantee on the specified columns on the view and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the view.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the view.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the view.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the view.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the view. Use this parameter for grantees who are members of more than one role.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array value that specifies the list of columns to which the set of permissions is granted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Revokes a previously granted set of permissions from the grantees for the specified columns on the view and any other users to whom the grantee has granted access. The grantee is also given the ability to revoke other users' access under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the view.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the view.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the view.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the view.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the view. Use this parameter for grantees who are members of more than one role.</param>
			<param name="columnNames">A <see cref="T:System.String"></see> array value that specifies the list of columns to which the set of permissions is granted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.ScriptHeader(System.Boolean)">
			<summary>Returns the text header with the option to modify the text.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the text header.</returns>
			<param name="forAlter">A <see cref="T:System.Boolean"></see> value that specifies whether the text header is read-only or can be modified.If True, the text header can be modified.If False, the text header is read-only.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.View.AnsiNullsStatus">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether SQL-92 NULL handling is enabled on the view.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies the whether the SQL-92 NULL handing is enabled or not.If True, comparisons to null values equate to false.If False (default), comparisons to null values equate to true.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.View.CreateDate">
			<summary>Gets the time and date when the view was created.</summary>
			<returns>A <see cref="T:System.DateTime"></see> system object value that specifies the time and date when the view was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.View.DateLastModified">
			<summary>Gets the time and date when the view was last modified.</summary>
			<returns>A <see cref="T:System.DateTime"></see> system object value that specifies the time and date when the view was last modified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.View.Events">
			<summary>Gets the events associated with the view. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvents"></see> object that represents the view events.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.View.HasAfterTrigger">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the view has any after triggers. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether there an any after triggers defined on the view.If True, at least one of the view's triggers is defined as an after trigger.If False (default), there are no after triggers defined on the view.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.View.HasColumnSpecification">
			<summary>Gets the <see cref="T:System.Boolean"></see> property that specifies whether the view has a column specification.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the view has a column specification.If True, the view has a column specification.If False (default), the view does not have a column specification.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.View.HasDeleteTrigger">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the view has a delete trigger. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether there are any delete triggers defined on the view.If True, there is a delete trigger defined on the view.If False (default), there is no delete trigger defined on the view.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.View.HasIndex">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the view has at least one index. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether there is an index defined on the view.If True, there is an index defined on the view.If False (default), there is no index defined on the view.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.View.HasInsertTrigger">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the view has an insert trigger. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether there is an insert trigger defined on the view.If True, there is an insert trigger defined on the view.If False (default), there is no insert trigger defined on the view.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.View.HasInsteadOfTrigger">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the view has any instead of triggers. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether there an any instead of triggers defined on the view.If True, at least one of the view's triggers is defined as an instead of trigger.If False (default), there are no instead of triggers defined on the view.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.View.HasUpdateTrigger">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the view has at least one update trigger. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether there is an update trigger defined on the view.If True, there is an update trigger defined on the view.If False (default), there is no update trigger defined on the view.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.View.ID">
			<summary>Gets the ID value that uniquely identifies the view.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the view.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.View.IsEncrypted">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property that specifies whether the view is encrypted.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the view is encrypted.If True, the view is encrypted.If False (default), the view is not encrypted.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.View.IsIndexable">
			<summary>Gets the <see cref="T:System.Boolean"></see> property that specifies whether it is possible to place an index on the view.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether an index can be placed on the view.If True, an index can be placed on the view.If False (default), an index cannot be placed on the view.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.View.IsSchemaBound">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property that specifies whether a schema is bound to the view.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether a schema is bound to the view.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.View.IsSystemObject">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the view is a system object.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the view is a system object.If True, the view is a system object.If False (default), the view is not a system object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.View.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.View"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.View"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.View.QuotedIdentifierStatus">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether identifiers delimited by double quotation marks are Transact-SQL reserved keywords or contain characters not usually allowed by the Transact-SQL syntax rules.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies how quoted identifies are handled for the view.If True, quoted identifiers are used to allow characters not usually allowed by the Transact-SQL syntax rules.If False (default), quoted identifiers are used to specify Transact-SQL reserved keywords.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.View.ReturnsViewMetadata">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the view returns metadata.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the view returns metadata.If True, the view returns metadata.If False (default), the view does not return metadata.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.View.TextBody">
			<summary>Gets or sets the Transact-SQL string that defines the view.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the Transact-SQL definition of the view.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.View.TextHeader">
			<summary>Gets or sets the header part of the Transact-SQL string that defines the view.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the text header from the definition of the view.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.View.TextMode">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property that specifies whether the text header is editable as text.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the text header is editable as text.If True, the text header is editable as text.If False (default), the text header is not editable.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ViewCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ViewCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.View"></see> objects that represent all the views defined on a table.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewCollection.Add(Microsoft.SqlServer.Management.Smo.View)">
			<summary>Adds the specified view to the collection.</summary>
			<param name="view">A <see cref="T:Microsoft.SqlServer.Management.Smo.View"></see> object to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewCollection.CopyTo(Microsoft.SqlServer.Management.Smo.View[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.View"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.ViewCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.View"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.View"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.ViewCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.View"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.View"></see> object value that represents the view.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.View"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.ViewCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.View"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.View"></see> object value that represents the view.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.View"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.ViewCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewCollection.Item(System.String,System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.View"></see> object in the collection by name and schema.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.View"></see> object value that represents the view.</returns>
			<param name="schema">A <see cref="T:System.String"></see> value that specifies the name of the schema.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.View"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.ViewCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.View"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.View"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ViewEvent">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent"></see> object represents the Microsoft SQL Server view events that can be included in a view event set.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEvent.Equals(System.Object)">
			<summary>Determines whether the referenced view event object is equal to the specified object.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the referenced view event object is equal to the specified object.If True, the objects are equal.If False, the objects are not equal.</returns>
			<param name="obj">An <see cref="T:System.Object"></see> system object that specifies the view event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEvent.GetHashCode">
			<summary>This method supports the Microsoft SQL Server 2005 infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEvent.op_Addition(Microsoft.SqlServer.Management.Smo.ViewEvent,Microsoft.SqlServer.Management.Smo.ViewEvent)">
			<summary>Creates a view event set by performing an addition operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent"></see> objects.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet"></see> object value that specifies a set of view events.</returns>
			<param name="eventRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent"></see> object that specifies the view events.</param>
			<param name="eventLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent"></see> object that specifies the view events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEvent.op_BitwiseOr(Microsoft.SqlServer.Management.Smo.ViewEvent,Microsoft.SqlServer.Management.Smo.ViewEvent)">
			<summary>Creates a view event set by performing a bitwise OR operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent"></see> objects.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet"></see> object value that specifies a set of view events.</returns>
			<param name="eventRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent"></see> object that specifies the view events.</param>
			<param name="eventLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent"></see> object that specifies the view events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEvent.op_Equality(Microsoft.SqlServer.Management.Smo.ViewEvent,Microsoft.SqlServer.Management.Smo.ViewEvent)">
			<summary>Creates a view event set by performing an equality operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent"></see> objects.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet"></see> object value that specifies a set of view events.</returns>
			<param name="a">A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent"></see> object that specifies the view events.</param>
			<param name="b">A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent"></see> object that specifies the view events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEvent.op_Inequality(Microsoft.SqlServer.Management.Smo.ViewEvent,Microsoft.SqlServer.Management.Smo.ViewEvent)">
			<summary>Creates a view event set by performing an inequality operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent"></see> objects.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet"></see> object value that specifies a set of view events.</returns>
			<param name="a">A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent"></see> object that specifies the view events.</param>
			<param name="b">A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent"></see> object that specifies the view events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEvent.ToString">
			<summary>Returns the referenced object in string format.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the referenced object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewEvent.AlterIndex">
			<summary>Gets a view event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent"></see> object that represents the AlterIndex event that can be included in the view event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewEvent.AlterView">
			<summary>Gets a view event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent"></see> object that represents the AlterView event that can be included in the view event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewEvent.CreateIndex">
			<summary>Gets a view event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent"></see> object that represents the CreateIndex event that can be included in the view event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewEvent.CreateStatistics">
			<summary>Gets a view event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent"></see> object that represents the CreateStatistics event that can be included in the view event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewEvent.CreateXmlIndex">
			<summary>Gets a view event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent"></see> object that represents the CreateXmlIndex event that can be included in the view event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewEvent.DropIndex">
			<summary>Gets a view event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent"></see> object that represents the DropIndex event that can be included in the view event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewEvent.DropStatistics">
			<summary>Gets a view event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent"></see> object that represents the DropStatistics event that can be included in the view event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewEvent.DropView">
			<summary>Gets a view event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent"></see> object that represents the DropView event that can be included in the view event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewEvent.UpdateStatistics">
			<summary>Gets a view event that can be included in the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent"></see> object that represents the UpdateStatistics event that can be included in the view event set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ViewEvents">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvents"></see> object represents the settings required for Microsoft SQL Server view event notification.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.ViewEvents.ServerEvent">
			<summary>Specifies the server event handler for view events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEvents.GetEventSelection">
			<summary>Returns the currently selected event notifications.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet"></see> object that specifies the set of view events.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEvents.StartEvents">
			<summary>Starts receiving events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEvents.StopEvents">
			<summary>Stops receiving events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ViewEventSet)">
			<summary>Specifies the view events to receive.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet"></see> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ViewEventSet,Microsoft.SqlServer.Management.Smo.ServerEventHandler)">
			<summary>Specifies the view events to receive and the event handler that handles the events.</summary>
			<param name="eventHandler">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventHandler"></see> object that handles the events that are received.</param>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet"></see> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEvents.UnsubscribeAllEvents">
			<summary>Clears all event settings, and removes all event handlers.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEvents.UnsubscribeFromEvents(Microsoft.SqlServer.Management.Smo.ViewEventSet)">
			<summary>Clears the specified event settings, and removes all event handlers.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet"></see> object that specifies the set of events to stop receiving.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ViewEventSet">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet"></see> object represents a set of view events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEventSet.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEventSet.#ctor(Microsoft.SqlServer.Management.Smo.ViewEvent)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet"></see> class with a specified event.</summary>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent"></see> object that specifies an view event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEventSet.#ctor(Microsoft.SqlServer.Management.Smo.ViewEvent[])">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet"></see> class with a specified set of events.</summary>
			<param name="events">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent"></see> object that specifies a list of view events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEventSet.#ctor(Microsoft.SqlServer.Management.Smo.ViewEventSet)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet"></see> class with a specified set of events.</summary>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet"></see> that specifies a set of view events</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEventSet.Add(Microsoft.SqlServer.Management.Smo.ViewEvent)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent"></see> object to the <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet"></see> object that contains the added <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent"></see> object.</returns>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent"></see> object that is added to the <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEventSet.Copy">
			<summary>Returns a copy of the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet"></see> object that represents a copy of the event set.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEventSet.op_Addition(Microsoft.SqlServer.Management.Smo.ViewEventSet,Microsoft.SqlServer.Management.Smo.ViewEvent)">
			<summary>Creates a view event set by performing an addition operation on a <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent"></see> object and a <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet"></see> object value that specifies a set of view events.</returns>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet"></see> object that specifies the view event set.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent"></see> object that specifies the view events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEventSet.op_Subtraction(Microsoft.SqlServer.Management.Smo.ViewEventSet,Microsoft.SqlServer.Management.Smo.ViewEvent)">
			<summary>Creates a view event set by performing a subtraction operation on a <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent"></see> object and a <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet"></see> object value that specifies a set of view events.</returns>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet"></see> object that specifies the view event set.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent"></see> object that specifies the view events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEventSet.Remove(Microsoft.SqlServer.Management.Smo.ViewEvent)">
			<summary>Removes an event from the event set.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet"></see> object that represents the view event set.</returns>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent"></see> object that specifies the event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEventSet.ToString">
			<summary>Returns a <see cref="T:System.String"></see> that represents the <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet"></see> object.</summary>
			<returns>A <see cref="T:System.String"></see> value that represents the <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewEventSet.AlterIndex">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event that occurs when an index is altered is included in the event set.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterIndex event is included in the event set.If True, the AlterIndex event is included in the event set.If False (default), the AlterIndex event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewEventSet.AlterView">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event that occurs when a view is altered is included in the event set.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the AlterView event is included in the event set.If True, the AlterView event is included in the event set.If False (default), the AlterView event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewEventSet.CreateIndex">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event that occurs when an index is created is included in the event set.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateIndex event is included in the event set.If True, the CreateIndex event is included in the event set.If False (default), the CreateIndex event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewEventSet.CreateStatistics">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event that occurs when a statistics counter is created is included in the event set.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateStatistics event is included in the event set.If True, the CreateStatistics event is included in the event set.If False (default), the CreateStatistics event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewEventSet.CreateXmlIndex">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event that occurs when an XML index is created is included in the event set.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the CreateXmlIndex event is included in the event set.If True, the CreateXmlIndex event is included in the event set.If False (default), the CreateXmlIndex event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewEventSet.DropIndex">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event that occurs when an index is dropped is included in the event set.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropIndex event is included in the event set.If True, the DropIndex event is included in the event set.If False (default), the DropIndex event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewEventSet.DropStatistics">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event that occurs when a statistic counter is dropped is included in the event set.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropStatistic sevent is included in the event set.If True, the DropStatistics event is included in the event set.If False (default), the DropStatistics event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewEventSet.DropView">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event that occurs when a view is dropped is included in the event set.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the DropView event is included in the event set.If True, the DropView event is included in the event set.If False (default), the DropView event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewEventSet.NumberOfElements">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event that occurs when the number of elements changes is included in the event set.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the NumberOfElements event is included in the event set.If True, the NumberOfElements event is included in the event set.If False (default), the NumberOfElements event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewEventSet.UpdateStatistics">
			<summary>Gets or sets a <see cref="T:System.Boolean"></see> property value that specifies whether the event that occurs when statistics are updated is included in the event set.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the UpdateStatistics event is included in the event set.If True, the UpdateStatistics event is included in the event set.If False (default), the UpdateStatistics event is not included in the event set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.WrongPropertyValueException">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.WrongPropertyValueException"></see> class represents the exception raised when a property is assigned the wrong value.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.WrongPropertyValueException.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.WrongPropertyValueException"></see> class. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.WrongPropertyValueException.#ctor(Microsoft.SqlServer.Management.Smo.Property)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.WrongPropertyValueException"></see> class for the specified property. </summary>
			<param name="propertyObject">A <see cref="T:Microsoft.SqlServer.Management.Smo.Property"></see> object that specifies the property that was assigned the wrong value.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.WrongPropertyValueException.#ctor(System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.WrongPropertyValueException"></see> class with the specified message. </summary>
			<param name="message">A <see cref="T:System.String"></see> value that specifies the message text that is associated with the wrong property value exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.WrongPropertyValueException.#ctor(System.String,System.Exception)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.WrongPropertyValueException"></see> class with the specified message and specified inner exception. </summary>
			<param name="message">A <see cref="T:System.String"></see> value that specifies the message text that is associated with the wrong property value exception.</param>
			<param name="innerException">An <see cref="T:System.Exception"></see> system object value that specifies the exception that caused the wrong property value exception.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.WrongPropertyValueException.Message">
			<summary>Gets the message that is associated with the wrong property value exception.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the message associated with the wrong property value exception.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.WrongPropertyValueException.Property">
			<summary>Gets the property that was assigned the wrong property value that caused the wrong property value exception to be raised.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Property"></see> object value that specifies the property that was assigned the wrong value.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.WrongPropertyValueException.SmoExceptionType">
			<summary>Gets the type of SQL Server Management Objects (SMO) exception for the wrong property value exception.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.SmoExceptionType"></see> object value that specifies the type of SMO exception.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection"></see> object represents a collection of XML namespaces. The collection of XML namespaces behave a composite object though the namespaces can be enumerated within the collection.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection"></see> class on the specified database and with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the XML schema collection.</param>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that specifies the database to which the XML schema collection belongs.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection"></see> class on the specified database and with the specified name and schema.</summary>
			<param name="schema">A <see cref="T:System.String"></see> value that specifies the schema of the XML schema collection.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the XML schema collection.</param>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that specifies the database to which the XML schema collection belongs.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String,System.String,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection"></see> class on the specified database, with the specified name and schema, and with the specified XML schema document.</summary>
			<param name="schema">A <see cref="T:System.String"></see> value that specifies the schema of the XML schema collection.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the XML schema collection.</param>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that specifies the database to which the XML schema collection belongs.</param>
			<param name="xmlSchemaDocument">A <see cref="T:System.String"></see> value that specifies the XML schema document.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.AddSchemaDocument(System.String)">
			<summary>Adds an XML schema document to the XML schema collection.</summary>
			<param name="xmlSchemaDocument">A <see cref="T:System.String"></see> value that specifies the XML schema document that is to be added to the <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection"></see> object property changes on instance of MicrosoftSQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.Create">
			<summary>Creates an XML schema collection on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Denies the specified permission for the specified grantee on the XML schema collection.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied the specified set of permissions on the XML schema collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Denies the specified permission for the specified grantees on the XML schema collection.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied the specified set of permissions on the XML schema collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Denies access to the specified permission for the specified grantee and other users that the grantee granted the specified set of permissions on the XML schema collection.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the XML schema collection.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied the specified set of permissions on the XML schema collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Denies the specified permission for the specified grantees on the XML schema collection.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the XML schema collection.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.Drop">
			<summary>Removes the XML schema collection from the instance of MicrosoftSQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.EnumNamespaces">
			<summary>Enumerates a list of namespaces that are components of the XML schema collection.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> system object value that contains a list of namespaces that belong to the XML schema collection.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.EnumObjectPermissions">
			<summary>Enumerates a list of object permissions for the XML schema collection.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the XML schema collection. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of object permissions for a specified permission on the XML schema collection.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified permission on the XML schema collection. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.EnumObjectPermissions(System.String)">
			<summary>Enumerates a list of object permissions for a specified grantee on the XML schema collection.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified grantee on the XML schema collection. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of object permissions for a specified grantee and a specified permission on the XML schema collection.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified grantee and permission on the XML schema collection. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.EnumTypes">
			<summary>Enumerates a list of all the types contained within the XML schema collection.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> system object value that contains a list of all the types in the XML schema collection.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.EnumTypes(System.String)">
			<summary>Enumerates a list of all the types contained within the XML schema collection for the specified namespace.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> system object value that contains a list of all the types in the XML schema collection for the specified namespace.</returns>
			<param name="xmlNamespace">A <see cref="T:System.String"></see> value that specifies the XML namespace to which to limit the results.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Grants the specified set of permissions to the specified grantee on the XML schema collection.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be granted the specified set of permissions on the XML schema collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Grants the specified set of permissions to the specified grantees on the XML schema collection.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that lists the grantees to be granted the specified set of permissions on the XML schema collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Grants access to the specified permission and the ability to grant access to other uses for the specified grantee on the XML schema collection.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the XML schema collection.If True, the grantee is given the ability to grant the specified set of permissions to other users on the XML schema collection.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the XML schema collection.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Grants access to the specified permission and the ability to grant access to other uses for the specified grantees on the XML schema collection.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the XML schema collection. If True, the grantee is given the ability to grant the specified set of permissions to other users on the XML schema collection.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the XML schema collection.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Grants the specified set of permissions and the ability to grant access to other uses for the specified grantee on the XML schema collection.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the XML schema collection.If True, the grantee is given the ability to grant the specified set of permissions to other users on the XML schema collection.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the XML schema collection. </param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be denied access to the permission.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the XML schema collection. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Grants access to the specified set of permissions and the ability to grant the set of permissions to other users on the XML schema collection under an assumed role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the XML schema collection.If True, the grantee is given the ability to grant the specified set of permissions to other users on the XML schema collection.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the XML schema collection. </param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be granted the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the XML schema collection. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Revokes a previously granted set of permissions from a grantee on the XML schema collection.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Revokes a previously granted set of permissions from a list of grantees on the XML schema collection.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from a grantee on the XML schema collection and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the XML schema collection.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the XML schema collection.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the XML schema collection.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the XML schema collection.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from grantees on the XML schema collection and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A Boolean property that specifies whether the grantee is given the ability to revoke access from the XML schema collection.If True, the grantee is given the ability to revoke other users' access from the XML schema collection.If False, the grantee is not given the ability to revoke other users' access from the XML schema collection.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the XML schema collection.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from a grantee on the XML schema collection and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the XML schema collection.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the XML schema collection.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the XML schema collection.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the XML schema collection.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the XML schema collection. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from grantees on the XML schema collection and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the XML schema collection.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the XML schema collection.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the XML schema collection.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the XML schema collection.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the XML schema collection. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the XML schema collection.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the XML schema collection as specified by the script options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that is used to specify the script options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.CreateDate">
			<summary>Gets the date and time when the XML schema collection was created.</summary>
			<returns>A DateTime system object value that specifies the date and time when the XML schema collection was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.DateLastModified">
			<summary>Gets the date and time when the XML schema collection was last modified.</summary>
			<returns>A <see cref="T:System.DateTime"></see> system object value that specifies the date when the XML schema collection was last modified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.ExtendedProperties">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty"></see> objects that contain information about the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection"></see> object.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection"></see> object that contains the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.ID">
			<summary>Gets the ID value that uniquely identifies the XML schema collection.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value of the XML schema collection.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection"></see> object. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.Text">
			<summary>Gets or sets the text that defines all of the schemas in the XML schema collection.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the text that defines all of the schemas in the XML schema collection</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollectionCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollectionCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection"></see> objects that represent all the XML schema collections defined on a table. The <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection"></see> object represents a collection of XML namespaces.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollectionCollection.Add(Microsoft.SqlServer.Management.Smo.XmlSchemaCollection)">
			<summary>Adds the specified XML schema collection to the collection.</summary>
			<param name="xmlSchemaCollection">An <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection"></see> object to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollectionCollection.CopyTo(Microsoft.SqlServer.Management.Smo.XmlSchemaCollection[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollectionCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollectionCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollectionCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.XmlSchemaCollectionCollection.Item(System.Int32)">
			<summary>Gets an <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection"></see> object in the collection by index number.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection"></see> object value that represents the XML schema collection.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollectionCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.XmlSchemaCollectionCollection.Item(System.String)">
			<summary>Gets an <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection"></see> object in the collection by name.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection"></see> object value that represents the XML schema collection.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollectionCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.XmlSchemaCollectionCollection.Item(System.String,System.String)">
			<summary>Gets an <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection"></see> object in the collection by name and schema.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection"></see> object value that represents the XML schema collection.</returns>
			<param name="schema">A <see cref="T:System.String"></see> value that specifies the name of the schema.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollectionCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.XmlSchemaCollectionCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.AgentObjectBase">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AgentObjectBase"></see> class is a base class that is inherited by all the SQL Server Agent classes and contains common members.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.AgentObjectBase.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AgentObjectBase"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.AgentObjectBase.GetDBName">
			<summary>Gets the database name that is associated with the object.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the database.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.Alert">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Alert"></see> class represents a MicrosoftSQL Server  Agent alert. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Alert.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Alert"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Alert.#ctor(Microsoft.SqlServer.Management.Smo.Agent.JobServer,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Alert"></see> class on the specified instance of SQL Server  Agent and with the specified name</summary>
			<param name="jobServer">A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object that specifies the MicrosoftSQL Server  Agent Service.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the alert.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Alert.AddNotification(System.String,Microsoft.SqlServer.Management.Smo.Agent.NotifyMethods)">
			<summary>Designates an operator that receives a notification message when the alert is raised.</summary>
			<param name="operatorName">A <see cref="T:System.String"></see> value that specifies the name of the operator.</param>
			<param name="notifymethod">A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.NotifyMethods"></see> object value that specifies the notification method.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Alert.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Alert"></see> object property changes on instance of MicrosoftSQL Server . </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Alert.Create">
			<summary>Creates an alert on the instance of MicrosoftSQL Server  as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Alert"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Alert.Drop">
			<summary>Removes the alert.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Alert.EnumNotifications">
			<summary>Enumerates a list of all notifications defined on the alert.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a table of information about the notifications defined on the alert. ColumnData typeDescriptionOperatorIDInt32The operator ID value.OperatorNameStringThe name of the operator.UseEmailBooleanA Boolean value that specifies whether the notification is instructed to use e-mail to inform the operator.UsePagerBooleanA Boolean value that specifies whether the notification is instructed to use a pager service to inform the operator.UseNetSendBooleanA Boolean value that specifies whether the notification is instructed to use a net-send message to inform the operator.HasEmailBooleanA Boolean value that specifies whether the operator can receive e-mail notifications.HasPagerBooleanA Boolean value that specifies whether the operator can receive pager notifications.HasNetSendBooleanA Boolean value that specifies whether the operator can receive net send notifications.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Alert.EnumNotifications(System.String)">
			<summary>Enumerates a list of notification methods defined on the alert that are restricted to the specified operator.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a table of information about the notifications defined on the alert. ColumnData typeDescriptionOperatorIDIntegerThe operator ID value.OperatorNameStringThe name of the operator.UseEmailBooleanA Boolean value that specifies whether the notification is instructed to use e-mail to inform the operator.UsePagerBooleanA Boolean value that specifies whether the notification is instructed to use a pager service to inform the operator.UseNetSendBooleanA Boolean value that specifies whether the notification is instructed to use a net send message to inform the operator.HasEmailBooleanA Boolean value that specifies whether the operator can receive e-mail notifications.HasPagerBooleanA Boolean value that specifies whether the operator can receive pager notifications.HasNetSendBooleanA Boolean value that specifies whether the operator can receive net send notifications.</returns>
			<param name="operatorName">A string value that specifies the name of the operator.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Alert.RemoveNotification(System.String)">
			<summary>Removes the notification of an operator from the alert definition.</summary>
			<param name="operatorName">A <see cref="T:System.String"></see> value that specifies the name of the operator.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Alert.Rename(System.String)">
			<summary>Renames the alert.</summary>
			<param name="newName">A <see cref="T:System.String"></see> value that specifies the new name of the alert.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Alert.ResetOccurrenceCount">
			<summary>Resets the alert occurrence count back to zero.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Alert.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the MicrosoftSQL Server  Agent alert.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Alert.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the MicrosoftSQL Server  Agent alert as specified by the scripting options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that specifies the scripting options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Alert.UpdateNotification(System.String,Microsoft.SqlServer.Management.Smo.Agent.NotifyMethods)">
			<summary>Changes the notification method associated with an operator for the alert.</summary>
			<param name="operatorName">A <see cref="T:System.String"></see> value that specifies the name of the operator.</param>
			<param name="notifymethod">A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.NotifyMethods"></see> object value that specifies the notification method.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Alert.AlertType">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertType"></see> object value that specifies the type of alert.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertType"></see> object value that specifies the type of alert.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Alert.CategoryName">
			<summary>Gets or sets the name of the category to which the alert belongs.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the alert category.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Alert.CountResetDate">
			<summary>Gets or sets the date on which to reset the alert occurrence count back to zero. </summary>
			<returns>A <see cref="T:System.DateTime"></see> object value that specifies the date on which to set the event occurrence count back to zero.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Alert.DatabaseName">
			<summary>Gets or sets the name of the database that the alert is monitoring.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the database that the alert is monitoring.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Alert.DelayBetweenResponses">
			<summary>Gets or sets the delay between responses in seconds.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the number of seconds to delay between each response sent  to an alert.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Alert.EventDescriptionKeyword">
			<summary>Gets or sets a word or phrase that must appear in the text of an event message that causes the alert to be raised. </summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the word or phrase that must exist in the event message text.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Alert.EventSource">
			<summary>Gets the event source text from the application event log.</summary>
			<returns>A <see cref="T:System.String"></see> value that contains the event source.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Alert.HasNotification">
			<summary>Gets the number of SQL Server  Agent operators that are assigned to receive notification when the alert is fired.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the number of operators to be notified when the alert is fired.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Alert.ID">
			<summary>Gets the ID value that uniquely identifies SQL Server  Agent.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the alert.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Alert.IncludeEventDescription">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.NotifyMethods"></see> object value that specifies the types of notification methods (e-mail, pager, or net send) that can contain alert error text.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.NotifyMethods"></see> object value that specifies the notification methods used by the alert.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Alert.IsEnabled">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the alert is enabled or not.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the alert is enabled or not.If True, the alert is enabled and is raised when the specified event or performance condition occurs.If False (default), the alert is disabled and does not respond to any events or performance conditions.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Alert.JobID">
			<summary>Gets or sets the ID value of the SQL Server  Agent job that is run in response to the alert being raised.</summary>
			<returns>A <see cref="T:System.Guid"></see> system object value that specifies the ID value for the job that runs in response to the raised alert.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Alert.JobName">
			<summary>Gets or sets the name of the SQL Server  Agent job that is run in response to the alert being raised.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the job that is run in response to the raised alert.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Alert.LastOccurrenceDate">
			<summary>Gets or sets the date on which the alert was last raised.</summary>
			<returns>A <see cref="T:System.DateTime"></see> system object value that specifies the date and time that the alert was last raised.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Alert.LastResponseDate">
			<summary>Gets or sets the date on which the alert last generated a response.</summary>
			<returns>A <see cref="T:System.DateTime"></see> system object value that specifies the date and time of the last response generated by the alert.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Alert.MessageID">
			<summary>Gets or sets the ID value of the MicrosoftSQL Server  message that causes the alert to be raised.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value of the message that causes the alert to be raised.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Alert.NotificationMessage">
			<summary>Gets or sets the user-supplied text appended to any notification sent in response to an alert being raised.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the user-supplied text appended to the any notification.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Alert.OccurrenceCount">
			<summary>Gets the number of times the alert has fired since the alert was enabled or since a specified date.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the number of times an alert has fired since the alert was enabled or since a specified date.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Alert.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Alert"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object value that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Alert"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Alert.PerformanceCondition">
			<summary>Gets or sets the performance condition text. </summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the performance condition.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Alert.Severity">
			<summary>Gets or sets the error message severity level that causes the alert to be raised.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the error message severity.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Alert.WmiEventNamespace">
			<summary>Gets or sets the Windows Management Instrumentation (WMI) namespace for the event.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the WMI namespace for the event.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Alert.WmiEventQuery">
			<summary>Gets or sets the Windows Management Instrumentation (WMI) query for the event.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the WMI query for the event.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory"></see> class contains attributes that allow alerts to be categorized. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory.#ctor(Microsoft.SqlServer.Management.Smo.Agent.JobServer,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory"></see> class on the specified instance of the SQL Server Agent and with the specified name.</summary>
			<param name="jobServer">A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object that specifies the SQL Server Agent service.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the alert category.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory.ID">
			<summary>Gets the ID value that uniquely identifies the alert category.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the alert category.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategoryCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategoryCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory"></see> objects that represent all the categories defined on the parent object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.AlertCategoryCollection.Add(Microsoft.SqlServer.Management.Smo.Agent.AlertCategory)">
			<summary>Adds an <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory"></see> object to the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategoryCollection"></see> collection.</summary>
			<param name="AlertCategory">An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory"></see> object that specifies the alert category to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategoryCollection"></see> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.AlertCategoryCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Agent.AlertCategory[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index position to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.AlertCategoryCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategoryCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategoryCollection"></see> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.AlertCategoryCollection.Remove(Microsoft.SqlServer.Management.Smo.Agent.AlertCategory)">
			<summary>Removes an <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory"></see> object from the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategoryCollection"></see> collection.</summary>
			<param name="AlertCategory">An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory"></see> object that specifies the alert category to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategoryCollection"></see> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.AlertCategoryCollection.Remove(System.String)">
			<summary>Removes an <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory"></see> object from the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategoryCollection"></see> collection.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the alert category to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategoryCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.AlertCategoryCollection.Item(System.Int32)">
			<summary>Gets an <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory"></see> object in the collection by index number.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory"></see> object value that represents the alert category.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategoryCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.AlertCategoryCollection.Item(System.String)">
			<summary>Gets an <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory"></see> object in the collection by name.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory"></see> object value that represents the alert category.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategoryCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.AlertCategoryCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategoryCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategoryCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Alert"></see> objects that represent all the alerts defined on the parent object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.AlertCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Agent.Alert[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Alert"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index position to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.AlertCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Alert"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Alert"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCollection"></see> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.AlertCollection.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the collection of alerts.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.AlertCollection.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the collection of alerts as specified by the script options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that is used to specify the script options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.AlertCollection.Item(System.String)">
			<summary>Gets an <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Alert"></see> object in the collection by name.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Alert"></see> object value that represents the alert.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Alert"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.AlertCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.AlertSystem">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertSystem"></see> class contains system information pertaining to all alerts defined on the instance of Microsoft SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.AlertSystem.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertSystem"></see> object property changes on an instance of Microsoft SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.AlertSystem.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the set of information represented by the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertSystem"></see> object.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.AlertSystem.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the set of information represented by the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertSystem"></see> object and as specified by the scripting options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that specifies the scripting options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.AlertSystem.FailSafeEmailAddress">
			<summary>Gets or sets an e-mail address to notify when no operator is defined or available on alert notification.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the fail-safe e-mail address.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.AlertSystem.FailSafeNetSendAddress">
			<summary>Gets or sets a net send address to notify when no operator is defined or available on alert notification.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the fail-safe net send address.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.AlertSystem.FailSafeOperator">
			<summary>Gets or sets the operator to notify when no other operator is defined or available on the alert notification.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the fail-safe operator.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.AlertSystem.FailSafePagerAddress">
			<summary>Gets or sets a pager address to notify when no operator is defined or available on alert notification.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the fail-safe pager address.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.AlertSystem.ForwardingServer">
			<summary>Gets or sets the instance of Microsoft SQL Server that will receive forwarded events.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the instance of SQL Server that will receive forwarded events.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.AlertSystem.ForwardingSeverity">
			<summary>Gets or sets the minimum severity level of error event that is to be forwarded to another instance of Microsoft SQL Server.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the minimum severity level for event forwarding.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.AlertSystem.IsForwardedAlways">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether all events are forwarded to the forwarding server or only those that have no event notification defined on the current instance of Microsoft SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to forward all events or only those with no event notification.If True, all events are forwarded to the forwarding server.If False (default), only the events that have no event notification defined are forwarded.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.AlertSystem.NotificationMethod">
			<summary>Gets or sets the notification method used to notify the fail-safe operator.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.NotifyMethods"></see> object value that specifies the notification method used to notify the fail-safe operator.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.AlertSystem.PagerCCTemplate">
			<summary>Gets or sets the template text sent in the e-mail Cc: line in the e-mail sent by SQL Server Agent for pager notifications.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the text sent in the e-mail Cc: line sent in a pager message.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.AlertSystem.PagerSendSubjectOnly">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to include the e-mail Message: text in the e-mail sent by SQL Server Agent for pager notifications.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether to include the e-mail Message: text in the e-mail sent for pager notifications.If True, only the subject line is filled in on e-mail sent by SQL Server Agent for pager notifications.If False (default), the e-mail subject line and message text fields are used to construct notification messages sent by SQL Server Agent.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.AlertSystem.PagerSubjectTemplate">
			<summary>Gets or sets the template text sent in the e-mail Subject: line in the e-mail sent by SQL Server Agent for pager notifications.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the e-mail Subject: text.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.AlertSystem.PagerToTemplate">
			<summary>Gets or sets the template text sent in the e-mail To: line in the e-mail sent by SQL Server Agent for pager notifications.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the e-mail To: text.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.AlertSystem.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object value that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertSystem"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertSystem"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.CategoryBase">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.CategoryBase"></see> class is a base class that is used in the construction of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategory"></see> class, the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory"></see> class, and the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory"></see> class. It contains functionality that is common to all three category classes.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.CategoryBase.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategory"></see> class, or the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory"></see> class, or the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.CategoryBase.Create">
			<summary>Creates the job category, the operator category, or the alert category based on the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategory"></see> object, the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory"></see> object, or the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory"></see> object respectively.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.CategoryBase.Drop">
			<summary>Removes an existing job category, operator category, or alert category.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.CategoryBase.Rename(System.String)">
			<summary>Renames the job category, the operator category, or the alert category.</summary>
			<param name="newName">A <see cref="T:System.String"></see> value that specifies the new name.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.CategoryBase.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the job category, the operator category, or the alert category.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.CategoryBase.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the job category, the operator category, or the alert category as specified by the scripting options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that specifies the scripting options.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.FindOperand">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.FindOperand"></see> enumeration represents a list of operands that are used to evaluate the <see cref="P:Microsoft.SqlServer.Management.Smo.Agent.JobFilter.DateJobCreated"></see> and <see cref="P:Microsoft.SqlServer.Management.Smo.Agent.JobFilter.DateJobLastModified"></see> properties to specify a range of dates in a job filter.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.Agent.FindOperand.EqualTo">
			<summary>Returns values equal to the qualifying value.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.Agent.FindOperand.GreaterThan">
			<summary>Returns values greater than the qualifying value.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.Agent.FindOperand.LessThan">
			<summary>Returns values less than the qualifying value. </summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.Job">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job"></see> class represents a MicrosoftSQL Server Agent job.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.#ctor(Microsoft.SqlServer.Management.Smo.Agent.JobServer,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job"></see> class on the specified instance of MicrosoftSQL Server Agent and with the specified name.</summary>
			<param name="jobServer">A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object value that specifies the instance of SQL Server Agent that is running on the instance of SQL Server.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the job.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.AddSharedSchedule(System.Int32)">
			<summary>Adds a shared schedule to the MicrosoftSQL Server Agent job.</summary>
			<param name="scheduleID">An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the shared schedule.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job"></see> object property changes on an instance of MicrosoftSQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.ApplyToTargetServer(System.String)">
			<summary>Adds a server to the list of target servers maintained for the referenced MicrosoftSQL Server Agent job.</summary>
			<param name="serverName">A <see cref="T:System.String"></see> value that specifies the name of the execution target server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.ApplyToTargetServerGroup(System.String)">
			<summary>Adds one or more servers to the list of target servers maintained for the referenced MicrosoftSQL Server Agent job.</summary>
			<param name="groupName">A <see cref="T:System.String"></see> that represents a server group.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.Create">
			<summary>Creates a job on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.Drop">
			<summary>Removes an existing job.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.Drop(System.Boolean)">
			<summary>Removes an existing job.</summary>
			<param name="keepSharedSchedules">A <see cref="T:System.Boolean"></see> value that specifies whether to keep the shared schedules from the removed job.If True, the shared schedules are kept.If False, the shared schedules are not kept.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.EnumAlerts">
			<summary>Enumerates a list of Agent alerts that cause automated execution of the referenced job.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a table of information about the alerts that cause automated execution of the job. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.EnumHistory">
			<summary>Enumerates a list of execution history associated with the referenced job.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains execution history data for the referenced job. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.EnumHistory(Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter)">
			<summary>Enumerates a list of execution history associated with the referenced job.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains execution history data for the referenced job. </returns>
			<param name="filter">A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter"></see> object value that specifies constraints on the data returned.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.EnumJobStepLogs">
			<summary>Enumerates a list of job step log files for the referenced job.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains an enumerated list of all the job step log files. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.EnumJobStepLogs(System.Int32)">
			<summary>Enumerates a list of job step log files for the job step with the specified ID value.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains an enumerated list of all the job step log files for the job step with the specified ID value.</returns>
			<param name="StepID">A <see cref="T:System.Int32"></see> value that specifies the job step ID value.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.EnumJobStepLogs(System.String)">
			<summary>Enumerates a list of job step log files for the job step with the specified name.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains an enumerated list of all the job step log files for the job step with the specified name.</returns>
			<param name="stepName">A <see cref="T:System.String"></see> value that specifies the name of the job step.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.EnumJobStepsByID">
			<summary>Returns an array of <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep"></see> objects that belong to the referenced job and that are ordered by ID value.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep"></see> object array that represents all the job steps that belong to the referenced job. The <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep"></see> objects are ordered by ID value. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.EnumTargetServers">
			<summary>Enumerates a list of execution target servers that have been assigned to the referenced job.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a list of execution target servers and information about the referenced job when it is run on the target servers. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. ColumnData typeDescriptionNameStringThe name of the instance of MicrosoftSQL Server that is a target server.IDInt32The ID value of the target server.LastRunOutcomeInt32The numeric value that specifies the way in which the job finishes on the target server that is listed in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.CompletionAction"></see> enumeration.LastRunOutcomeMessageStringThe message that was recorded with the last completion of the job on the target server.LastRunDateDateTimeThe date and time when the job was last run on the target server.LastRunDurationInt32The time it took to complete when the job was last run on the target server, in seconds. EnlistDateDateTimeThe date and time when the target server was enlisted.LastPollDateDateTimeThe date and time when the target server last polled the master server for any outstanding jobs to be executed.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.Invoke">
			<summary>Runs the job.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.PurgeHistory">
			<summary>Removes system records maintaining execution history for the referenced job.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.RemoveAllJobSchedules">
			<summary>Removes all shared and unshared schedules from the job.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.RemoveAllJobSchedules(System.Boolean)">
			<summary>Removes all shared and unshared schedules from the job.</summary>
			<param name="keepSharedSchedules">A <see cref="T:System.Boolean"></see> value that specifies whether to keep the shared schedules from the removed job.If True, the shared schedules are kept.If False, the shared schedules are not kept.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.RemoveAllJobSteps">
			<summary>Removes all the job steps associated with the job.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.RemoveFromTargetServer(System.String)">
			<summary>Removes an execution target server from the list of target servers maintained for a job.</summary>
			<param name="serverName">A <see cref="T:System.String"></see> value that specifies the name of the execution target server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.RemoveFromTargetServerGroup(System.String)">
			<summary>Removes a group of execution target servers from the list of target servers maintained for a job.</summary>
			<param name="groupName">A <see cref="T:System.String"></see> value that specifies a group of execution targets.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.RemoveSharedSchedule(System.Int32)">
			<summary>Removes a shared schedule.</summary>
			<param name="scheduleID">An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the shared schedule.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.Rename(System.String)">
			<summary>Renames the job.</summary>
			<param name="newName">A <see cref="T:System.String"></see> value that specifies the new name of the job.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the MicrosoftSQL Server Agent job.</summary>
			<returns>A <see cref="T:System.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the MicrosoftSQL Server Agent job as specified by the scripting options.</summary>
			<returns>A <see cref="T:System.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that specifies the scripting options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.Start">
			<summary>Runs the referenced job.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.Start(System.String)">
			<summary>Runs the referenced job starting at the specified job step.</summary>
			<param name="jobStepName">A <see cref="T:System.String"></see> value that specifies the job step to start execution.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.Stop">
			<summary>Stops executing the referenced job.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.Category">
			<summary>Gets or sets the category to which the job belongs.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the category to which the job belongs.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.CategoryID">
			<summary>Gets the ID value that uniquely identifies the category to which the job belongs.</summary>
			<returns>A <see cref="T:System.Int32"></see> value that specifies the ID value of the category to which the job belongs.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.CategoryType">
			<summary>Gets the type of category to which the job belongs.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the type of category to which the job belongs.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.CurrentRunRetryAttempt">
			<summary>Gets the number of times MicrosoftSQL Server Agent has attempted to run the job unsuccessfully.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the number of times SQL Server Agent has attempted to run the job unsuccessfully.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.CurrentRunStatus">
			<summary>Gets the current execution status of the job.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobExecutionStatus"></see> object value that specifies the current execution status of the job.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.CurrentRunStep">
			<summary>Gets information about the job step that is currently running.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the job step that is currently running.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.DateCreated">
			<summary>Gets the date and time when the job was created.</summary>
			<returns>A <see cref="T:System.DateTime"></see> value that specifies the date and time when the job was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.DateLastModified">
			<summary>Gets the date and time when the job was last modified.</summary>
			<returns>A <see cref="T:System.DateTime"></see> value that specifies the date and time when the job was last modified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.DeleteLevel">
			<summary>Gets or sets the completion action that determines whether to delete the job definition when the job finishes execution.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.CompletionAction"></see> object value that specifies whether to delete the job definition.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.Description">
			<summary>Gets or sets the textual description of the job.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the textual description of the job.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.EmailLevel">
			<summary>Gets or sets the completion action that determines whether to send an e-mail notification to an operator when the job finishes execution.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.CompletionAction"></see> object value that specifies whether to send an e-mail notification to an operator.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.EventLogLevel">
			<summary>Gets or sets the completion action that determines whether to generate an operating system event log entry when the job finishes execution.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.CompletionAction"></see> value that specifies whether to generate an operating system event log entry.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.HasSchedule">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the job has at least one schedule.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the job has a schedule assigned or not.If True, the job has at least one schedule. If False (default), the job has no schedule. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.HasServer">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the job has a target server assigned for multiple-server operations.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the job is assigned to run on at least one remote target server.If True, the job is assigned to run on at least one remote target server. If False (default), the job runs on the local server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.HasStep">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the job has at least one job step.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the job has at least one job step.If True, the job has at least one job step. If False, the job does not have any job steps.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.IsEnabled">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the job is enabled.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the job is enabled or not.If True, the job is enabled. If False (default), the job is not enabled.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.JobID">
			<summary>Gets or sets the job ID value.</summary>
			<returns>A <see cref="T:System.Guid"></see> system object value that specifies the job ID value.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.JobSchedules">
			<summary>Gets a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule"></see> objects that represent the schedules assigned to the job.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobScheduleCollection"></see> object value that specifies a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule"></see> objects.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.JobSteps">
			<summary>Gets a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep"></see> objects that represent the job steps defined for the job.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStepCollection"></see> object value that specifies a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep"></see> objects.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.JobType">
			<summary>Gets the job type, which specifies whether the job is local or multiserver.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobType"></see> object value that specifies the job type, which is either local or multiserver.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.LastRunDate">
			<summary>Gets the date and time when the job was last run.</summary>
			<returns>A <see cref="T:System.DateTime"></see> system object value that specifies the date and time when the job was last run.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.LastRunOutcome">
			<summary>Gets the result of the job from the last time it completed execution.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.CompletionResult"></see> object value that specifies the result of the last time the job completed executing.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.Name">
			<summary>Gets the name of the referenced job.</summary>
			<returns>A <see cref="T:System.DateTime"></see> value that specifies the date and time when the job is next scheduled to run.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.NetSendLevel">
			<summary>Gets or sets the completion action that determines whether to net-send a notification to an operator when the job finishes execution.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.CompletionAction"></see> value that specifies whether to net-send a notification to an operator.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.NextRunDate">
			<summary>Gets the date and time when the job is next scheduled to run.</summary>
			<returns>A <see cref="T:System.DateTime"></see> value that specifies the date and time when the job is next scheduled to run.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.NextRunScheduleID">
			<summary>Gets the ID value of the schedule that is responsible for the next execution of the job.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value of the schedule that next runs the job.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.OperatorToEmail">
			<summary>Gets or sets the operator that receives notification by e-mail when the job finishes execution.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the operator that receives e-mail notification when the job finishes.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.OperatorToNetSend">
			<summary>Gets or sets the operator that receives a net-send notification when the job finishes execution.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies the operator that receives a net-send notification when the job finishes.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.OperatorToPage">
			<summary>Gets or sets the operator that receives a pager notification when the job finishes execution.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the operator that receives a pager notification when the job finishes.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.OriginatingServer">
			<summary>Gets the name of the server that is acting as the master server in a multiserver job. </summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the master server where the job definition originates from.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.OwnerLoginName">
			<summary>Gets or sets the owner of the job.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the logon name of the job owner.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.PageLevel">
			<summary>Gets or sets the completion action that determines whether to send a pager notification to an operator when the job finishes execution.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.CompletionAction"></see> value that specifies whether to send a pager notification to an operator.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.StartStepID">
			<summary>Gets or sets the ID value of the first job step in the sequence to be executed.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value of the first job step in the sequence.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.VersionNumber">
			<summary>Gets a system-maintained value that is incremented every time the job is modified.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value of the first job step in the sequence.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategory">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategory"></see> class contains attributes that allow alerts to be categorized. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobCategory.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategory"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobCategory.#ctor(Microsoft.SqlServer.Management.Smo.Agent.JobServer,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategory"></see> class. </summary>
			<param name="jobServer">A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object that specifies the SQL Server Agent Service.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the job category.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobCategory.CategoryType">
			<summary>Gets or sets the type of job category.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.CategoryType"></see> object that specifies the type of job category.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobCategory.ID">
			<summary>Gets the ID value that uniquely identifies the job category.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the job category.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobCategory.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategory"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object that owns the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategory"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategoryCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategoryCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategory"></see> objects that represent all the categories defined on the parent object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobCategoryCollection.Add(Microsoft.SqlServer.Management.Smo.Agent.JobCategory)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategory"></see> object to the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategoryCollection"></see> collection.</summary>
			<param name="JobCategory">A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategory"></see> object that specifies the job category to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategoryCollection"></see> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobCategoryCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Agent.JobCategory[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategory"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index position to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobCategoryCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategoryCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategory"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategory"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategoryCollection"></see> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobCategoryCollection.Remove(Microsoft.SqlServer.Management.Smo.Agent.JobCategory)">
			<summary>Removes a <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategory"></see> object from the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategoryCollection"></see> collection.</summary>
			<param name="JobCategory">A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategory"></see> object that specifies the job category to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategoryCollection"></see> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobCategoryCollection.Remove(System.String)">
			<summary>Removes a <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategory"></see> object from the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategoryCollection"></see> collection.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the job category to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategoryCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobCategoryCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategory"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategory"></see> object value that represents the job category.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategory"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategoryCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobCategoryCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategory"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategory"></see> object value that represents the job category.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategory"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategoryCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobCategoryCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategoryCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategoryCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.JobCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job"></see> objects that represent all the jobs defined on the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobCollection.Contains(System.String)">
			<summary>Determines whether a job with the specified name exists in the collection.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the specified job exists in the collection.If True, the specified job exists in the collection.If False, the specified job does not exist in the collection. </returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the job, which is to be verified in the collection.  </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobCollection.Contains(System.String,System.Int32)">
			<summary>Determines whether a job with the specified name and category exists in the collection.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the specified job exists in the collection.If True, the specified job exists in the collection.If False, the specified job does not exist in the collection. </returns>
			<param name="categoryID">A <see cref="T:System.Int32"></see> value that specifies the category ID of the job to be verified in the collection.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the job to be verified in the collection.  </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Agent.Job[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the specified index value.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index position to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobCollection.GetCollectionElementType">
			<summary>Returns the type of object that the collection consists of. </summary>
			<returns>An <see cref="T:System.Type"></see> system object value that specifies the type of object that makes up the collection.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobCollection.InitInnerCollection">
			<summary>Initializes the collection.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobCollection.ItemById(System.Guid)">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job"></see> object that is specified by the <see cref="T:System.Guid"></see> ID value.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job"></see>object value that is specified by the <see cref="T:System.Guid"></see> ID value.</returns>
			<param name="id">A <see cref="T:System.Guid"></see> system value that uniquely identifies the job.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobCollection.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job"></see> objects.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobCollection.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the collection <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job"></see> objects as specified by the script options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that is used to specify the script options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job"></see> object value that represents the job.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job"></see> object value that represents the job.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobCollection.Item(System.String,System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job"></see> object in the collection by name from the specified category.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job"></see> object value that represents the job.</returns>
			<param name="categoryID">A <see cref="T:System.Int32"></see> value that specifies the category ID of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCollection"></see> collection.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.JobFilter">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobFilter"></see> object is used to store information about the constraints applied to the <see cref="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumJobs(Microsoft.SqlServer.Management.Smo.Agent.JobFilter)"></see> method of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobFilter.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobFilter"></see> class.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobFilter.Category">
			<summary>Gets or sets the job filter constraint that restricts the values returned by the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object's <see cref="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumJobs(Microsoft.SqlServer.Management.Smo.Agent.JobFilter)"></see> method to the date the category of the job.</summary>
			<returns>A string value that specifies the category constraint for the job filter.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobFilter.CurrentExecutionStatus">
			<summary>Gets or sets the job filter constraint that restricts the values returned by the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object's <see cref="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumJobs(Microsoft.SqlServer.Management.Smo.Agent.JobFilter)"></see> method to the current execution status.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobExecutionStatus"></see> object value that specifies the current execution status constraint for the job filter.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobFilter.DateFindOperand">
			<summary>Gets or sets the operator used to evaluate date constraints in the job filter.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.FindOperand"></see> object value that specifies the way that dates are evaluated in the job filter.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobFilter.DateJobCreated">
			<summary>Gets or sets the job filter constraint that restricts the values returned by the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object's <see cref="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumJobs(Microsoft.SqlServer.Management.Smo.Agent.JobFilter)"></see> method to the date the job was created.</summary>
			<returns>A <see cref="T:System.DateTime"></see> object value that specifies the date the job was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobFilter.DateJobLastModified">
			<summary>Gets or sets the job filter constraint that restricts the values returned by the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object's <see cref="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumJobs(Microsoft.SqlServer.Management.Smo.Agent.JobFilter)"></see> method to the date the job was last modified.</summary>
			<returns>A <see cref="T:System.DateTime"></see> object value that specifies the date the job was last modified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobFilter.Enabled">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the job filter is enabled or not.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the job filter is enabled or not.If True, the job filter is enabled and will restrict the output of the <see cref="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumJobs(Microsoft.SqlServer.Management.Smo.Agent.JobFilter)"></see> method.If False, the job filter is disabled and will not restrict the output of the <see cref="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumJobs(Microsoft.SqlServer.Management.Smo.Agent.JobFilter)"></see> method.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobFilter.JobType">
			<summary>Gets or sets the job filter constraint that restricts the values returned by the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object's <see cref="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumJobs(Microsoft.SqlServer.Management.Smo.Agent.JobFilter)"></see> method to type of job.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobType"></see> object value that specifies the type of job.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobFilter.Owner">
			<summary>Gets or sets the owner of the job filter.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the login of the job filter owner.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobFilter.StepSubsystem">
			<summary>Gets or sets the job filter constraint that restricts the values returned by the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object's <see cref="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumJobs(Microsoft.SqlServer.Management.Smo.Agent.JobFilter)"></see> method to the subsystem used in the job steps that belong to the job.</summary>
			<returns>A string value that specifies the subsystem used by any of the job steps.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter"></see> object is used to store information about the constraints applied to the <see cref="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumJobHistory(Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter)"></see> method of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter"></see> class.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter.EndRunDate">
			<summary>Gets or sets the job filter constraint that restricts the values returned by the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object's <see cref="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumJobHistory(Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter)"></see> method to the date the job completed running.</summary>
			<returns>A <see cref="T:System.DateTime"></see> System object value that specifies the date and time limit for the job completion.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter.JobID">
			<summary>Gets or sets the job filter constraint that restricts the values returned by the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object's <see cref="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumJobHistory(Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter)"></see> method to the job specified by the job ID value.</summary>
			<returns>A <see cref="T:System.Guid"></see> System object value that specifies the unique ID value for the job.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter.JobName">
			<summary>Gets or sets the job filter constraint that restricts the values returned by the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object's <see cref="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumJobHistory(Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter)"></see> method to the job specified by the name of the job.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the job.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter.MinimumRetries">
			<summary>Gets or sets the job filter constraint that restricts the values returned by the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object's <see cref="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumJobHistory(Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter)"></see> method to jobs that have failed and been retried for minimum number of times specified.</summary>
			<returns>An integer value that specifies the minimum number of retries.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter.MinimumRunDuration">
			<summary>Gets or sets the job filter constraint that restricts the values returned by the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object's <see cref="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumJobHistory(Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter)"></see> method to jobs that have completed running in the minimum length of time specified.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the minimum execution time in seconds.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter.OldestFirst">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the jobs are listed in oldest-first order or in newest-first order.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the jobs are listed in oldest-first or newest-first order.If True, the jobs are listed with the oldest job first.If False (default), the jobs are listed with the most recent job first.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter.OutcomeTypes">
			<summary>Gets or sets the job filter constraint that restricts the values returned by the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object's <see cref="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumJobHistory(Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter)"></see> method to jobs that have the specified outcome at completion.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.CompletionResult"></see> object value that specifies the result of the job at completion.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter.SqlMessageID">
			<summary>Gets or sets the job filter constraint that restricts the values returned by the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object's <see cref="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumJobHistory(Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter)"></see> method to jobs that have generated the specified message during execution.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value of the message that was generated during the execution of the job.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter.SqlSeverity">
			<summary>Gets or sets the job filter constraint that restricts the values returned by the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object's <see cref="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumJobHistory(Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter)"></see> method to jobs that have generated an error of the specified severity during execution.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the severity of the error that occurred during the execution of the job.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter.StartRunDate">
			<summary>Gets or sets the job filter constraint that restricts the values returned by the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object's <see cref="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumJobHistory(Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter)"></see> method to the date the job started running.</summary>
			<returns>A <see cref="T:System.DateTime"></see> system object value that specifies the date and time limit for when the job started.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule"></see> class represents a SQL Server Agent job schedule.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.#ctor(Microsoft.SqlServer.Management.Smo.SqlSmoObject,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule"></see> class for the specified parent object and with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the job schedule.</param>
			<param name="parent">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule"></see> object property changes on an instance of MicrosoftSQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.Create">
			<summary>Creates a job schedule on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.Drop">
			<summary>Removes the referenced job schedule.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.EnumJobReferences">
			<summary>Returns an enumerated list of jobs that reference the schedule.</summary>
			<returns>A <see cref="T:System.Guid"></see> system object array that identifies the jobs that reference the schedule.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.Rename(System.String)">
			<summary>Renames the job schedule.</summary>
			<param name="newName">A <see cref="T:System.String"></see> value that specifies the new name of the job schedule.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the SQL Server Agent job schedule.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the SQL Server Agent job schedule as specified by the scripting options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that specifies the scripting options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.ActiveEndDate">
			<summary>Gets or sets the date and time when the schedule ends.</summary>
			<returns>A <see cref="T:System.DateTime"></see> value that specifies the date and time when the job schedule ends.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.ActiveEndTimeOfDay">
			<summary>Gets or sets the time when the job schedule stops for the day.</summary>
			<returns>A <see cref="T:System.TimeSpan"></see> value that specifies the time of day when the job schedule stops for the day.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.ActiveStartDate">
			<summary>Gets or sets the date and time when the schedule starts.</summary>
			<returns>A <see cref="T:System.DateTime"></see> value that specifies the date and time when the job schedule starts.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.ActiveStartTimeOfDay">
			<summary>Gets or sets the time when the job schedule starts for the day.</summary>
			<returns>A <see cref="T:System.TimeSpan"></see> value that specifies the time of day when the job schedule starts for the day.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.DateCreated">
			<summary>Gets the date and time when the job schedule was created.</summary>
			<returns>A <see cref="T:System.DateTime"></see> value that specifies the date and time when the job schedule was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.FrequencyInterval">
			<summary>Gets or sets the frequency interval, which determines how often the job is scheduled to run. </summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the frequency interval. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.FrequencyRecurrenceFactor">
			<summary>Gets or sets the number of weeks or months between scheduled jobs for schedules with a weekly or monthly frequency type, respectively. </summary>
			<returns>An integer value that specifies the number of units of the unit type indicated by the <see cref="P:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.FrequencyTypes"></see> property, which specifies the time between scheduled jobs.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.FrequencyRelativeIntervals">
			<summary>Gets or sets the ordinal value of a day relative to the first day of the month, such as first, second, or last.</summary>
			<returns>A <see cref="P:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.FrequencyRelativeIntervals"></see> object value that specifies the ordinal value of the day of the month relative to the first day of the month. Values are first, second, third, fourth, and last.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.FrequencySubDayInterval">
			<summary>Gets or sets the interval between scheduled jobs that run during the day.</summary>
			<returns>An integer value that specifies the interval between scheduled jobs that run during the day.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.FrequencySubDayTypes">
			<summary>Gets or sets the unit of time used to specify the interval between scheduled jobs that run during the day.</summary>
			<returns>A <see cref="P:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.FrequencySubDayTypes"></see> object value that specifies the unit of time used to specify the interval between scheduled jobs that run during the day.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.FrequencyTypes">
			<summary>Gets or sets the way in which frequency is evaluated for the job schedule, whether it's one time only, or weekly, or when the processor is idle, for example.</summary>
			<returns>A <see cref="P:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.FrequencyTypes"></see> object value that specifies the way that the frequency of the scheduled job is evaluated.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.IsEnabled">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the job schedule is enabled or disabled.</summary>
			<returns>A <see cref="T:System.Boolean"></see> property value that specifies whether the job schedule is enabled or disabled.If True, the job schedule is enabled.If False (default), the job schedule is disabled.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.JobCount">
			<summary>Gets the number of jobs that require the referenced job schedule.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the number of jobs that require the referenced job schedule.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job"></see> object value that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.JobScheduleCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobScheduleCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule"></see> objects that represent all the job schedules defined on the parent object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobScheduleCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Agent.JobSchedule[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index position to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobScheduleCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobScheduleCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobScheduleCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobScheduleCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule"></see> object value that represents the job schedule.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobScheduleCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobScheduleCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule"></see> object value that represents the job schedule.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobScheduleCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobScheduleCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobScheduleCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobScheduleCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object represents the MicrosoftSQL Server Agent subsystem and the MSDB database.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object property changes on an instance of MicrosoftSQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.ClearHostLoginAccount">
			<summary>Clears the host logon account and uses integrated security to log on to MicrosoftSQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.ClearMsxAccount">
			<summary>Clears the master server logon account and uses integrated security to log on to the master server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.CycleErrorLog">
			<summary>Closes and renames the current error log, and then creates a new empty error log file.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.DropJobByID(System.Guid)">
			<summary>Removes the job with the specified ID value.</summary>
			<param name="jobid">A <see cref="T:System.Guid"></see> system object value that specifies the job ID value.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.DropJobsByLogin(System.String)">
			<summary>Removes the job with the specified logon name.</summary>
			<param name="login">A <see cref="T:System.String"></see> value that specifies the logon name.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.DropJobsByServer(System.String)">
			<summary>Removes the job with the specified server.</summary>
			<param name="serverName">A <see cref="T:System.String"></see> value that specifies the name of the server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumErrorLogs">
			<summary>Enumerates a list of MicrosoftSQL Server Agent error log information.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a table of information about SQL Server Agent error logs. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumJobHistory">
			<summary>Enumerates a list of MicrosoftSQL Server Agent job history information.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a table of information about SQL Server Agent job history. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumJobHistory(Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter)">
			<summary>Enumerates a list of job history information.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a table of information about MicrosoftSQL Server Agent job history. </returns>
			<param name="filter">A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter"></see> object value that is used to specify constraints that restrict the job records that are purged.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumJobs">
			<summary>Enumerates a list of information about the current job.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a table of information about MicrosoftSQL Server Agent jobs. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>.ColumnData typeDescriptionUrnStringA URN value that uniquely identifies the job.NameStringThe name of the job.JobIDGuidA unique system-generated ID value.CategoryStringThe name of the category to which the job is assigned.CurrentRunRetryAttemptInt32The number of attempts, including the current attempt, that the job has been run and retried.CurrentRunStatusInt32The numeric value that represents a specific execution status that is listed in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobExecutionStatus"></see> enumeration.CurrentRunStepInt32The numeric value that identifies the currently running job step.DateCreatedDateTimeThe date and time when the job was created.DateLastModifiedDateTimeThe date and time when the job was last modified.DeleteLevelInt32The numeric value that specifies the required way in which the job completes for the job to be deleted after execution that is listed in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.CompletionAction"></see> enumeration.DescriptionStringThe textual description of the job.EmailLevelInt32The numeric value that specifies the required way in which the job completes for an e-mail to be sent after execution that is listed in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.CompletionAction"></see> enumeration.IsEnabledBooleanThe Boolean value that specifies whether the job is enabled.If True, the job is enabled.If False, the job is not enabled.EventLogLevelInt32The numeric value that specifies the required way in which the job completes for an event to be logged after execution that is listed in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.CompletionAction"></see> enumeration.HasScheduleBooleanThe Boolean value that specifies whether the job has at least one schedule assigned to it.If True, the job has at least one schedule.If False, the job has no schedules.HasServerBooleanThe Boolean value that specifies whether the job is scheduled to run on a target server in a multiserver administration scenario.If True, the job has at least one target server.If False, the job does not have a target server.HasStepBooleanThe Boolean value that specifies whether the job has at least one job step assigned to it.If True, the job has at least one job step.If False, the job does not have a job step.LastRunDateDateTimeThe date and time when the job was last executed.LastRunOutcomeInt32The numeric value that specifies the way in which the job completed the last time it was executed that is listed in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.CompletionAction"></see> enumeration.NetSendLevelInt32The numeric value that specifies the required way in which the job completes for a net send network message to be sent after execution that is listed in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.CompletionAction"></see> enumeration.NextRunDateDateTimeThe date and time when the job is next scheduled to run.NextRunScheduleIDInt32The numeric ID value that uniquely identifies the schedule that is used the next time the job runs.OperatorToEmailStringThe name of the operator to e-mail when the job requires that e-mail is sent on completion.OperatorToNetSendStringThe name of the operator to net send when the job requires that e-mail is sent on completion.OperatorToPageStringThe name of the operator to page when the job requires that e-mail is sent on completion.OriginatingServerStringThe name of the instance of SQL Server that is the master server in a multiserver administration scenario.OwnerLoginNameStringThe name of the logon that owns the job.PageLevelInt32The numeric value that specifies the required way in which the job completes for a pager message to be sent after execution that is listed in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.CompletionAction"></see> enumeration.StartStepIDInt32The ID value of the job step that is first in the sequence of job steps that belong to the job.JobTypeInt32The numeric value that specifies the type of job that is listed in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobType"></see> enumeration.VersionNumberInt32The version number of the job.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumJobs(Microsoft.SqlServer.Management.Smo.Agent.JobFilter)">
			<summary>Enumerates a list of information about current jobs.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a table of information about MicrosoftSQL Server Agent jobs. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>.ColumnData typeDescriptionUrnStringA URN value that uniquely identifies the job.NameStringThe name of the job.JobIDGuidA unique system-generated ID value.CategoryStringThe name of the category to which the job is assigned.CurrentRunRetryAttemptInt32The number of attempts, including the current attempt, that the job has been run and retried.CurrentRunStatusInt32The numeric value that represents a specific execution status that is listed in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobExecutionStatus"></see> enumeration.CurrentRunStepInt32The numeric value that identifies the currently running job step.DateCreatedDateTimeThe date and time when the job was created.DateLastModifiedDateTimeThe date and time when the job was last modified.DeleteLevelInt32The numeric value that specifies the required way in which the job completes for the job to be deleted after execution that is listed in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.CompletionAction"></see> enumeration.DescriptionStringThe textual description of the job.EmailLevelInt32The numeric value that specifies the required way in which the job completes for an e-mail to be sent after execution that is listed in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.CompletionAction"></see> enumeration.IsEnabledBooleanThe Boolean value that specifies whether the job is enabled.If True, the job is enabled.If False, the job is not enabled.EventLogLevelInt32The numeric value that specifies the required way in which the job completes for an event to be logged after execution that is listed in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.CompletionAction"></see> enumeration.HasScheduleBooleanThe Boolean value that specifies whether the job has at least one schedule assigned to it.If True, the job has at least one schedule.If False, the job has no schedules.HasServerBooleanThe Boolean value that specifies whether the job is scheduled to run on a target server in a multiserver administration scenario.If True, the job has at least one target server.If False, the job does not have a target server.HasStepBooleanThe Boolean value that specifies whether the job has at least one job step assigned to it.If True, the job has at least one job step.If False, the job does not have a job step.LastRunDateDateTimeThe date and time when the job was last executed.LastRunOutcomeInt32The numeric value that specifies the way in which the job completed the last time it was executed that is listed in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.CompletionAction"></see> enumeration.NetSendLevelInt32The numeric value that specifies the required way in which the job completes for a net send network message to be sent after execution that is listed in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.CompletionAction"></see> enumeration.NextRunDateDateTimeThe date and time when the job is next scheduled to run.NextRunScheduleIDInt32The numeric ID value that uniquely identifies the schedule to be used the next time the job runs.OperatorToEmailStringThe name of the operator to e-mail when the job requires that e-mail is sent on completion.OperatorToNetSendStringThe name of the operator to net send when the job requires that e-mail is sent on completion.OperatorToPageStringThe name of the operator to page when the job requires that e-mail is sent on completion.OriginatingServerStringThe name of the instance of SQL Server that is the master server in a multiserver administration scenario.OwnerLoginNameStringThe name of the logon that owns the job.PageLevelInt32The numeric value that specifies the required way in which the job completes for a pager message to be sent after execution that is listed in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.CompletionAction"></see> enumeration.StartStepIDInt32The ID value of the job step that is first in the sequence of job steps that belong to the job.JobTypeInt32The numeric value that specifies the type of job that is listed in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobType"></see> enumeration.VersionNumberInt32The version number of the job.</returns>
			<param name="filter">A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobFilter"></see> object value that is used to specify constraints to restrict output.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumPerformanceCounters">
			<summary>Enumerates a list of MicrosoftSQL Server Agent performance counter information.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a table of information about SQL Server Agent performance counters. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumPerformanceCounters(System.String)">
			<summary>Enumerates a list of MicrosoftSQL Server Agent performance counter information for the specified object.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a table of information about SQL Server Agent performance counters. </returns>
			<param name="objectName">A <see cref="T:System.String"></see> value that specifies the object for which the performance counter information is required.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumPerformanceCounters(System.String,System.String)">
			<summary>Enumerates a list of MicrosoftSQL Server Agent performance counter information for the specified object and specified counter.</summary>
			<returns>A <see cref="T:System.String"></see> object value that contains a table of information about SQL Server Agent performance counters. </returns>
			<param name="counterName">A <see cref="T:System.String"></see> value that specifies the counter name for which the performance counter information is required.</param>
			<param name="objectName">A <see cref="T:System.String"></see> value that specifies the object for which the performance counter information is required.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumPerformanceCounters(System.String,System.String,System.String)">
			<summary>Enumerates a list of MicrosoftSQL Server Agent performance counter information for the specified object, specified counter, and specified instance of SQL Server.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a table of information about SQL Server Agent performance counters. </returns>
			<param name="instanceName">A <see cref="T:System.String"></see> value that specifies the instance of SQL Server.</param>
			<param name="counterName">A <see cref="T:System.String"></see> value that specifies the counter name for which the performance counter information is required.</param>
			<param name="objectName">A <see cref="T:System.String"></see> value that specifies the object for which the performance counter information is required.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumSubSystems">
			<summary>Enumerates a list of MicrosoftSQL Server Agent execution subsystems.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a table of information about SQL Server Agent execution subsystems. The table describes the different columns of the returned <see cref="T:System.Data.DataTable"></see>. ColumnData typeDescriptionsubsystemStringThe name of the subsystem. Examples of subsystems include the following: TSQL, CmdExec, ANALYSISQUERY, and LogReader.descriptionStringThe textual description of the subsystem.subsystem_dllStringThe subsystem dynamic link library (DLL). This information might not be available.agent_exeStringThe subsystem executable program. This information might not be available.start_entry_pointStringThe entry point in the code to start executing.event_entry_pointStringThe code entry point for events stop_entry_pointStringThe entry point in the code to stop executing.max_worker_threadsInt32The maximum number of worker threads available for execution of processes.susbsystem_IDInt32The subsystem ID value.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.GetJobByID(System.Guid)">
			<summary>Returns a job with the specified ID value.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job"></see> object that is identified by the specified <see cref="T:System.Guid"></see> system object value.</returns>
			<param name="jobID">A <see cref="T:System.Guid"></see> system object value that uniquely identifies the job.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.MsxDefect">
			<summary>Ends MicrosoftSQL Server Agent participation in a multiserver administration group. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.MsxDefect(System.Boolean)">
			<summary>Ends MicrosoftSQL Server Agent participation in a multiserver administration group with the option to force defection.</summary>
			<param name="forceDefection">A <see cref="T:System.Boolean"></see> value that specifies whether to allow for a forceful removal of the target server when the master server connection has been permanently lost. If True, the forceful removal of the target server is allowed.If False, the removal of the target server is not forced.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.MsxEnlist(System.String,System.String)">
			<summary>Enlists MicrosoftSQL Server Agent as a target server with the specified master server in a multiserver administration.</summary>
			<param name="masterServer">A <see cref="T:System.String"></see> value that specifies the name of the master server.</param>
			<param name="location">A <see cref="T:System.String"></see> value that specifies the master server location.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.PurgeJobHistory">
			<summary>Removes all logged records of MicrosoftSQL Server Agent jobs.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.PurgeJobHistory(Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter)">
			<summary>Removes all logged records of MicrosoftSQL Server Agent jobs as specified by a filter.</summary>
			<param name="filter">A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter"></see> object value that is used to specify constraints that restrict the job records that are purged.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.ReadErrorLog">
			<summary>Enumerates the error log.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains the error log details. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.ReadErrorLog(System.Int32)">
			<summary>Enumerates the error log.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains the error log details. </returns>
			<param name="logNumber">An <see cref="T:System.Int32"></see> value that specifies the log number of the log to be read. A value of 1 specifies the most recent error log file, a value of 9 specifies the oldest log file, and 0 specifies the current log file.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.ReassignJobsByLogin(System.String,System.String)">
			<summary>Changes ownership for any MicrosoftSQL Server Agent job currently owned by a MicrosoftSQL Server logon.</summary>
			<param name="oldLogin">A <see cref="T:System.String"></see> value that specifies the old SQL Server logon.</param>
			<param name="newLogin">A <see cref="T:System.String"></see> value that specifies the new SQL Server logon.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.RemoveJobByID(System.Guid)">
			<summary>Removes a job with a specified ID value.</summary>
			<param name="jobID">A <see cref="T:System.Guid"></see> system object value that uniquely identifies the job.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.RemoveJobsByLogin(System.String)">
			<summary>Removes a job with a specified logon.</summary>
			<param name="login">A <see cref="T:System.String"></see> value that specifies the logon.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create SQL Server Agent.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create MicrosoftSQL Server Agent as specified by the scripting options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that specifies the scripting options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.SetHostLoginAccount(System.String,System.String)">
			<summary>Sets the MicrosoftSQL Server Authentication account and password used to log on to SQL Server.</summary>
			<param name="loginName">A <see cref="T:System.String"></see> value that specifies the SQL Server Authentication logon name.</param>
			<param name="password">A <see cref="T:System.String"></see> value that specifies the SQL Server Authentication password.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.SetMsxAccount(System.String)">
			<summary>Sets the name of the credentials used to log on to the master server in multiserver administration.</summary>
			<param name="credentialName">A <see cref="T:System.String"></see> value that specifies the logon name.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.SetMsxAccount(System.String,System.String)">
			<summary>Sets the name of the credentials used to log on to the master server in multiserver administration.</summary>
			<param name="account">A <see cref="T:System.String"></see> value that specifies the SQL Server Authentication logon name.</param>
			<param name="password">A <see cref="T:System.String"></see> value that specifies the SQL Server Authentication password.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.StartMonitor(System.String,System.Int32)">
			<summary>Starts monitoring the local MicrosoftSQL Server Agent Service by an instance of SQL Server.</summary>
			<param name="restartAttempts">An <see cref="T:System.Int32"></see> value that specifies the number of times to attempt to restart the SQL Server Agent Service if it has stopped.</param>
			<param name="netSendAddress">A <see cref="T:System.String"></see> value that specifies a net send address to notify when the SQL Server Agent Service has stopped.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.StopMonitor">
			<summary>Ends monitoring the local MicrosoftSQL Server Agent Service by an instance of SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.TestMailProfile(System.String)">
			<summary>Tests the validity of an e-mail profile. </summary>
			<param name="profileName">A <see cref="T:System.String"></see> value that specifies the name of the e-mail profile.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.TestNetSend">
			<summary>Tests the validity of a net send address. </summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.AgentLogLevel">
			<summary>Gets or sets the type of messages that are logged by MicrosoftSQL Server Agent.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AgentLogLevels"></see> object value that specifies the type of messages that are logged by SQL Server Agent.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.AgentMailType">
			<summary>Gets or sets the mail type for MicrosoftSQL Server Agent.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AgentMailType"></see> object value that specifies the mail type for SQL Server Agent.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.AgentShutdownWaitTime">
			<summary>Gets or sets the time that MicrosoftSQL Server Agent waits for jobs to complete execution before shutting down.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the time that SQL Server Agent waits before shutting down in seconds.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.AlertCategories">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory"></see> object represents an alert category defined on MicrosoftSQL Server Agent.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategoryCollection"></see> object that represents all the alert categories defined on SQL Server Agent. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.Alerts">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Alert"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Alert"></see> object represents an alert defined on MicrosoftSQL Server Agent.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCollection"></see> that represents the alerts defined on SQL Server Agent.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.AlertSystem">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertSystem"></see> object stores information that applies to all the alerts defined on MicrosoftSQL Server Agent.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertSystem"></see> object value that stores information about all the alerts defined on SQL Server Agent.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.DatabaseMailProfile">
			<summary>Gets or sets a Database Mail profile.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the SQL Server Agent Database Mail profile.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.ErrorLogFile">
			<summary>Gets or sets the name and path of the file in which MicrosoftSQL Server Agent records errors.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the path and file name of the of the error log file.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.HostLoginName">
			<summary>Gets or sets the logon used to log on to MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the path and file name of the of the error log file.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.IdleCpuDuration">
			<summary>Gets or sets the length of time in seconds that the processor must have to maintain the CPU idle percentage value before the processor is considered idle. </summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the time in seconds that the processor must have to maintain the CPU idle percentage value.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.IdleCpuPercentage">
			<summary>Gets or sets the CPU idle percentage threshold that the processor is required to achieve before it is considered idle. </summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the CPU idle percentage value.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.IsCpuPollingEnabled">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether CPU polling is enabled.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether CPU polling is enabled.If True, CPU polling is enabled.If False (default), CPU polling is disabled.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.JobCategories">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategory"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategory"></see> object represents a job category defined on MicrosoftSQL Server Agent.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategoryCollection"></see> that represents the job categories defined on SQL Server Agent.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.Jobs">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job"></see> object represents a job defined on MicrosoftSQL Server Agent.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCollection"></see> that represents the jobs defined on SQL Server Agent.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.JobServerType">
			<summary>Gets or sets the type of job server with regard to multiserver administration.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServerType"></see> object value that specifies the type of job server, such as a multiserver master server, multiserver target server, or a stand-alone server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.LocalHostAlias">
			<summary>Gets or sets the local host alias that is used to connect to the local instance of MicrosoftSQL Server.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the local host alias.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.LoginTimeout">
			<summary>Gets or sets the number of seconds after which an attempt to connect times out.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the time seconds after which a connection attempt times out.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.MaximumHistoryRows">
			<summary>Gets or sets the maximum number of history rows retained.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the maximum number of history rows retained.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.MaximumJobHistoryRows">
			<summary>Gets or sets the maximum number of history rows retained per job.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the maximum number of history rows retained per job.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.MsxAccountCredentialName">
			<summary>Gets or sets the Microsoft Windows account required to connect to the master server using Windows Authentication.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the logon used to connect to the master server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.MsxAccountName">
			<summary>Gets or sets the logon required to connect to the master server using MicrosoftSQL Server Authentication.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the logon used to connect to the master server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.MsxServerName">
			<summary>Gets or sets the name of the master server participating in multiserver administration.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the master server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.NetSendRecipient">
			<summary>Gets or sets the recipient of net send messages.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the net send recipient.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.OperatorCategories">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory"></see> object represents an operator category defined on MicrosoftSQL Server Agent.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategoryCollection"></see> that represents the operator categories defined on SQL Server Agent.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.Operators">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Operator"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Operator"></see> object represents an operator defined on MicrosoftSQL Server Agent.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCollection"></see> that represents the operators defined on SQL Server Agent.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.ProxyAccounts">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount"></see> object represents a proxy account defined on MicrosoftSQL Server Agent.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccountCollection"></see> that represents the proxy accounts defined on SQL Server Agent.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.SaveInSentFolder">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the notifications are saved.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the notification messages are saved or not.If True, the notification messages are saved in the Sent folder.If False (default), the notification messages are not saved.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.SharedSchedules">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule"></see> object represents a shared schedule defined on MicrosoftSQL Server Agent.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobScheduleCollection"></see> that represents the shared schedules defined on SQL Server Agent.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.SqlAgentAutoStart">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether SQL Server Agent is automatically started.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether SQL Server Agent is automatically started.If True, SQL Server Agent is automatically started.If False, (default), SQL Server Agent is not automatically restarted.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.SqlAgentMailProfile">
			<summary>Gets or sets a MicrosoftSQL Server Agent mail profile.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the SQL Server Agent mail profile.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.SqlAgentRestart">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether SQL Server Agent is monitored and restarted if it stops.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether SQL Server Agent is monitored and restarted if it stops.If True, SQL Server Agent is restarted.If False (default), SQL Server Agent is not restarted.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.SqlServerRestart">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the MicrosoftSQL Server Service is monitored and restarted if it stops.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the SQL Server Service is monitored and restarted if it stops.If True, SQL Server Service is restarted.If False (default), SQL Server Service is not restarted.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.SysAdminOnly">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether CmdExec and ActiveX commands can only be executed by members of the sysadmins fixed server role.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether CmdExec and ActiveX command can be executed by SysAdmin only or not.If True, CmdExec and ActiveX require SysAdmin permissions only.If False (default), CmdExec and ActiveX are not restricted to SysAdmin permissions.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.TargetServerGroups">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup"></see> object represents a target server group defined on MicrosoftSQL Server Agent.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroupCollection"></see> that represents the target server groups defined on SQL Server Agent.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.TargetServers">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServer"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServer"></see> object represents a target server defined on MicrosoftSQL Server Agent.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerCollection"></see> that represents the target server defined on SQL Server Agent.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.WriteOemErrorLog">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether to write the error log to a non-Unicode file or not.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the error log is written to a non-Unicode file or not.If True, the error log is written to a non-Unicode file.If False (default), the error log is not written to a non-Unicode file.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep"></see> class represents a MicrosoftSQL Server job step.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobStep.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobStep.#ctor(Microsoft.SqlServer.Management.Smo.Agent.Job,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep"></see> class for the specified job and with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the job step.</param>
			<param name="job">A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job"></see> object value that specifies the job to which the job step belongs.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobStep.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep"></see> object property changes on instance of MicrosoftSQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobStep.Create">
			<summary>Creates a job step on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobStep.DeleteLogs(System.DateTime)">
			<summary>Deletes job step log files that are older than the specified date.</summary>
			<param name="olderThan">A <see cref="T:System.DateTime"></see> system object value that specifies the date. Log files that have an earlier date are deleted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobStep.Drop">
			<summary>Removes the referenced job step.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobStep.EnumLogs">
			<summary>Returns an enumerated list of the job step log files.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> system object value that contains an enumerated list of the job step log files.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobStep.Rename(System.String)">
			<summary>Renames the job step.</summary>
			<param name="newName">A <see cref="T:System.String"></see> value that specifies the new name of the job step.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobStep.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the MicrosoftSQL Server Agent job step.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobStep.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the MicrosoftSQL Server Agent job step as specified by the scripting options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that specifies the scripting options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobStep.Command">
			<summary>Gets or sets the command execution string for the job step.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the execution string for the job step.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobStep.CommandExecutionSuccessCode">
			<summary>Gets or sets the process exit code from a command shell process executed as a job step.</summary>
			<returns>A <see cref="T:System.Int32"></see> value that specifies the command execution success code; 0 is success, and 1 is failure.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobStep.DatabaseName">
			<summary>Gets or sets the name of the database to which the job step command execution is confined.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of an existing database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobStep.DatabaseUserName">
			<summary>Gets or sets the database user account that the job step assumes when executing the command string.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the database user.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobStep.ID">
			<summary>Gets or sets the ID value that uniquely identifies the job step.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the job step.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobStep.JobStepFlags">
			<summary>The <see cref="P:Microsoft.SqlServer.Management.Smo.Agent.JobStep.JobStepFlags"></see> property is reserved for future use. </summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobStep.LastRunDate">
			<summary>Gets the date and time when the job step was last executed.</summary>
			<returns>A <see cref="T:System.DateTime"></see> object value that specifies the date and time when the job step was last run.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobStep.LastRunDuration">
			<summary>Gets the time, in seconds, the referenced job step took to run when it was last executed.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the time, in seconds, that the job last took to run.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobStep.LastRunOutcome">
			<summary>Gets the outcome of the job step when it was last executed.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.CompletionResult"></see> object value that specifies the outcome of the job when it was last executed.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobStep.LastRunRetries">
			<summary>Gets the number of retries that were attempted when the job step was last executed.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the number of attempted retries when the job step was last executed.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobStep.OnFailAction">
			<summary>Gets or sets the action to take when the job step finishes execution with failure.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.StepCompletionAction"></see> object value that specifies the action to take when the referenced job step finishes execution with a completion status of failure.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobStep.OnFailStep">
			<summary>Gets or sets the job step that is executed after the referenced job step finishes execution with a completion status of failure.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value of the job step that is executed after the referenced job step finishes with failure.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobStep.OnSuccessAction">
			<summary>Gets or sets the action to take when the job step finishes execution with success.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.StepCompletionAction"></see> object value that specifies the action to take when the referenced job step finishes execution with a completion status of success.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobStep.OnSuccessStep">
			<summary>Gets or sets the job step that is executed after the referenced job step finishes execution with a completion status of success.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value of the job step that is executed after the referenced job step finishes with success.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobStep.OSRunPriority">
			<summary>Gets or sets the execution thread scheduling for job steps executing operating system tasks.</summary>
			<returns>An <see cref="P:Microsoft.SqlServer.Management.Smo.Agent.JobStep.OSRunPriority"></see> value that specifies the priority given to job steps executing operating system tasks.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobStep.OutputFileName">
			<summary>Gets or sets the name and path of the operating system file that records job step result message text.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OSRunPriority"></see> value that specifies the priority given to job steps executing operating system tasks.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobStep.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobStep.ProxyName">
			<summary>Gets or sets the name of the MicrosoftSQL Server Agent proxy account that is required by the job step.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the proxy account.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobStep.RetryAttempts">
			<summary>Gets or sets the maximum number of times a job step is retried before it is returned with a completion status of failure.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the number of times a job step is retried.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobStep.RetryInterval">
			<summary>Gets or sets the number of minutes that MicrosoftSQL Server Agent waits before trying to execute a job step that has previously failed.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the number of minutes to wait before retrying a failed job step.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobStep.Server">
			<summary>Gets or sets the name of the server on which the job step runs.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobStep.SubSystem">
			<summary>Gets or sets the MicrosoftSQL Server Agent execution subsystem used to interpret job step command text.</summary>
			<returns>A string value that specifies the SQL Server Agent subsystem used to interpret the job step command text.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.JobStepCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStepCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep"></see> objects that represent all the job steps defined on the parent <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobStepCollection.Add(Microsoft.SqlServer.Management.Smo.Agent.JobStep)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep"></see> object to the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStepCollection"></see> collection.</summary>
			<param name="jobStep">A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep"></see> object that specifies the job step to be added to the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStepCollection"></see> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobStepCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Agent.JobStep[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index position to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobStepCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStepCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep"></see>object value that is specified by the ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStepCollection"></see> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobStepCollection.Remove(Microsoft.SqlServer.Management.Smo.Agent.JobStep)">
			<summary>Removes a <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep"></see> object from the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStepCollection"></see> collection.</summary>
			<param name="jobStep">A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep"></see> object that specifies the alert to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStepCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobStepCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep"></see> object value that represents the job schedule.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStepCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobStepCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep"></see> object value that represents the job schedule.</returns>
			<param name="name">A string value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStepCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobStepCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStepCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStepCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.NotifyType">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.NotifyType"></see> enumeration contains values that are used to specify the notification type that restricts the output of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Alert"></see> object's <see cref="M:Microsoft.SqlServer.Management.Smo.Agent.Alert.EnumNotifications"></see> method.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.Agent.NotifyType.Actual">
			<summary>Enumerates only those operators or alerts configured for notification.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.Agent.NotifyType.All">
			<summary>Enumerates all operators or alerts.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.Agent.NotifyType.Target">
			<summary>Enumerates notifications for the operator or alert specified. </summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.Operator">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Operator"></see> class represents a SQL Server Agent operator.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Operator.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Operator"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Operator.#ctor(Microsoft.SqlServer.Management.Smo.Agent.JobServer,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Operator"></see> class on the specified SQL Server Agent and with the specified name.</summary>
			<param name="jobServer">A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object that specifies the SQL Server Agent Service with which the operator is associated.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the operator.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Operator.AddNotification(System.String,Microsoft.SqlServer.Management.Smo.Agent.NotifyMethods)">
			<summary>Assigns the referenced operator to an alert so that the operator is sent a notification when the specified alert is raised. </summary>
			<param name="alertName">A <see cref="T:System.String"></see> value that specifies the name of the alert.</param>
			<param name="notifymethod">A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.NotifyMethods"></see> object value that specifies the method of notification, such as e-mail, net-send, or pager.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Operator.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Operator"></see> object property changes on the instance of MicrosoftSQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Operator.Create">
			<summary>Creates an operator on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Operator"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Operator.Drop">
			<summary>Removes the referenced operator.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Operator.EnumJobNotifications">
			<summary>Enumerates a list of notifications made by SQL Server Agent on completion of a job execution.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a table of information about the notifications and the associated jobs. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Operator.EnumNotifications">
			<summary>Enumerates a list of notifications made by SQL Server Agent for job completion and for raised alerts.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a table of information about the notifications and the associated jobs and alerts. ColumnData typeDescriptionAlertIDIntegerThe alert ID value.AlertNameStringThe name of the alert.UseEmailBooleanA Boolean value that specifies whether the notification is instructed to use e-mail to inform the operator.UsePagerBooleanA Boolean value that specifies whether the notification is instructed to use a pager service to inform the operator.UseNetSendBooleanA Boolean value that specifies whether the notification is instructed to use a net send message to inform the operator.HasEmailBooleanA Boolean value that specifies whether the operator can receive e-mail notifications.HasPagerBooleanA Boolean value that specifies whether the operator can receive pager notifications.HasNetSendBooleanA Boolean value that specifies whether the operator can receive net-send notifications.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Operator.EnumNotifications(System.String)">
			<summary>Enumerates a list of notifications made by SQL Server Agent for the specified alert.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a table of information about the notifications for the specified alert. ColumnData typeDescriptionAlertIDIntegerThe alert ID value.AlertNameStringThe name of the alert.UseEmailBooleanA Boolean value that specifies whether the notification is instructed to use e-mail to inform the operator.UsePagerBooleanA Boolean value that specifies whether the notification is instructed to use a pager service to inform the operator.UseNetSendBooleanA Boolean value that specifies whether the notification is instructed to use a net send message to inform the operator.HasEmailBooleanA Boolean value that specifies whether the operator can receive e-mail notifications.HasPagerBooleanA Boolean value that specifies whether the operator can receive pager notifications.HasNetSendBooleanA Boolean value that specifies whether the operator can receive net-send notifications.</returns>
			<param name="alertName">A string value that specifies the name of the alert.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Operator.RemoveNotification(System.String)">
			<summary>Removes the association between the referenced operator and a specified alert.</summary>
			<param name="alertName">A <see cref="T:System.String"></see> value that specifies the name of the alert from which to remove the association with the referenced operator.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Operator.Rename(System.String)">
			<summary>Renames the referenced operator.</summary>
			<param name="newName">A <see cref="T:System.String"></see> value that specifies a new name for the operator.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Operator.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the SQL Server Agent operator.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Operator.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the SQL Server Agent operator as specified by the scripting options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that specifies the scripting options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Operator.UpdateNotification(System.String,Microsoft.SqlServer.Management.Smo.Agent.NotifyMethods)">
			<summary>Alters the notification method without dropping the association between an alert and an operator.</summary>
			<param name="alertName">A <see cref="T:System.String"></see> value that specifies the name of the alert.</param>
			<param name="notifymethod">A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.NotifyMethods"></see> object value that specifies the notification method, such as e-mail, pager, or net-send.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Operator.CategoryName">
			<summary>Gets or sets the name of the category to which the operator belongs.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the alert category.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Operator.EmailAddress">
			<summary>Gets or sets the e-mail address of the referenced operator.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the e-mail address.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Operator.Enabled">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the operator is enabled or not.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the operator is enabled or not.If True, the operator is enabled.If False (default), the operator is not enabled.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Operator.ID">
			<summary>Gets the ID value that uniquely identifies the operator.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value of the operator.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Operator.LastEmailDate">
			<summary>Gets the date and time when the operator last received an alert notification by e-mail. </summary>
			<returns>A <see cref="T:System.DateTime"></see> System object value that specifies the date and time when the operator last received an alert notification by e-mail. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Operator.LastNetSendDate">
			<summary>Gets the date and time when the operator last received an alert notification by net-send. </summary>
			<returns>A <see cref="T:System.DateTime"></see> System object value that specifies the date and time when the operator last received an alert notification by net-send. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Operator.LastPagerDate">
			<summary>Gets the date and time when the operator last received an alert notification by pager. </summary>
			<returns>A <see cref="T:System.DateTime"></see> System object value that specifies the date and time when the operator last received an alert notification by pager. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Operator.NetSendAddress">
			<summary>Gets or sets an operator's net-send address.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the operator's net-send address.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Operator.PagerAddress">
			<summary>Gets or sets an operator's pager address.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the operator's pager address.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Operator.PagerDays">
			<summary>Gets or sets the days of the week on which SQL Server Agent attempts to notify the referenced operator by pager.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.WeekDays"></see> object value that specifies the day of the week or the combination of days of the week that SQL Server Agent notifies the operator by pager.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Operator.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Operator"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Operator"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Operator.SaturdayPagerEndTime">
			<summary>Gets or sets the latest time of day at which the referenced operator is available to receive alert notification by pager on Saturdays. </summary>
			<returns>A <see cref="T:System.TimeSpan"></see> object value that specifies the latest time of day at which the operator can be sent alert notifications by pager.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Operator.SaturdayPagerStartTime">
			<summary>Gets or sets the earliest time of day at which the referenced operator is available to receive alert notification by pager on Saturdays. </summary>
			<returns>A <see cref="T:System.TimeSpan"></see> object value that specifies the earliest time of day at which the operator can be sent alert notifications by pager.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Operator.SundayPagerEndTime">
			<summary>Gets or sets the latest time of day at which the referenced operator is available to receive alert notification by pager on Sundays. </summary>
			<returns>A <see cref="T:System.TimeSpan"></see> object value that specifies the latest time of day at which the operator can be sent alert notifications by pager.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Operator.SundayPagerStartTime">
			<summary>Gets or sets the earliest time of day at which the referenced operator is available to receive alert notification by pager on Sundays. </summary>
			<returns>A <see cref="T:System.TimeSpan"></see> object value that specifies the earliest time of day at which the operator can be sent alert notifications by pager.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Operator.WeekdayPagerEndTime">
			<summary>Gets or sets the latest time of day at which the referenced operator is available to receive alert notification by pager on weekdays. </summary>
			<returns>A <see cref="T:System.TimeSpan"></see> object value that specifies the latest time of day at which the operator can be sent alert notifications by pager.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Operator.WeekdayPagerStartTime">
			<summary>Gets or sets the earliest time of day at which the referenced operator is available to receive alert notification by pager on weekdays. </summary>
			<returns>A <see cref="T:System.TimeSpan"></see> object value that specifies the earliest time of day at which the operator can be sent alert notifications by pager.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory"></see> class contains attributes that allow operators to be categorized. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory.#ctor(Microsoft.SqlServer.Management.Smo.Agent.JobServer,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory"></see> class on the specified instance of MicrosoftSQL Server Agent and with the specified name.</summary>
			<param name="jobServer">A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object that specifies the SQL Server Agent Service.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the operator category.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory.ID">
			<summary>Gets the ID value that uniquely identifies the operator category.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the operator category.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategoryCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategoryCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory"></see> objects that represent all the categories defined on the parent object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategoryCollection.Add(Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory)">
			<summary>Adds an <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory"></see> object to the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategoryCollection"></see> collection.</summary>
			<param name="OperatorCategory">An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory"></see> object that specifies the operator category to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategoryCollection"></see> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategoryCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index position to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategoryCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategoryCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategoryCollection"></see> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategoryCollection.Remove(Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory)">
			<summary>Removes an <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory"></see> object from the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategoryCollection"></see> collection.</summary>
			<param name="OperatorCategory">An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory"></see> object that specifies the operator category to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategoryCollection"></see> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategoryCollection.Remove(System.String)">
			<summary>Removes an <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory"></see> object from the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategoryCollection"></see> collection.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the operator category to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategoryCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategoryCollection.Item(System.Int32)">
			<summary>Gets an <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory"></see> object in the collection by index number.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory"></see> object value that represents the operator category.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategoryCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategoryCollection.Item(System.String)">
			<summary>Gets an <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory"></see> object in the collection by name.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory"></see> object value that represents the alert category.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategoryCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategoryCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategoryCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategoryCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Operator"></see> objects that represent all the operators defined on the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.OperatorCollection.Add(Microsoft.SqlServer.Management.Smo.Agent.Operator)">
			<summary>Adds the specified operator object to the collection.</summary>
			<param name="serverOperator">An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Operator"></see> object to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.OperatorCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Agent.Operator[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Operator"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index position to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.OperatorCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Operator"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Operator"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCollection"></see> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.OperatorCollection.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the collection of operators.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.OperatorCollection.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the collection of operators as specified by the script options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that is used to specify the script options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.OperatorCollection.Item(System.Int32)">
			<summary>Gets an <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Operator"></see> object in the collection by index number.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Operator"></see> object value that represents the operator.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Operator"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.OperatorCollection.Item(System.String)">
			<summary>Gets an <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Operator"></see> object in the collection by name.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Operator"></see> object value that represents the operator.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Operator"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.OperatorCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object that owns the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount"></see> class represents a SQL Server Agent proxy account.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.#ctor(Microsoft.SqlServer.Management.Smo.Agent.JobServer,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount"></see> class on the specified SQL Server Agent Service, with the specified name.</summary>
			<param name="jobServer">A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object that specifies the SQL Server Agent Service.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the proxy account.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.#ctor(Microsoft.SqlServer.Management.Smo.Agent.JobServer,System.String,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount"></see> class on the specified SQL Server Agent Service with the specified name and credential.</summary>
			<param name="jobServer">A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object that specifies the SQL Server Agent Service.</param>
			<param name="credentialName">A <see cref="T:System.String"></see> value that specifies the credential name.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the proxy account.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.#ctor(Microsoft.SqlServer.Management.Smo.Agent.JobServer,System.String,System.String,System.Boolean)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount"></see> class on the specified SQL Server Agent Service with the specified name and credential. It also specifies whether the proxy account is enabled.</summary>
			<param name="jobServer">A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object that specifies the SQL Server Agent Service.</param>
			<param name="credentialName">A <see cref="T:System.String"></see> value that specifies the credential name.</param>
			<param name="enabled">A <see cref="T:System.Boolean"></see> value that specifies whether the proxy account is enabled.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the proxy account.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.#ctor(Microsoft.SqlServer.Management.Smo.Agent.JobServer,System.String,System.String,System.Boolean,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount"></see> class on the specified SQL Server Agent Service with the specified name and credential. It also specifies whether the proxy account is enabled.</summary>
			<param name="jobServer">A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object that specifies the SQL Server Agent Service.</param>
			<param name="description">A <see cref="T:System.String"></see> value that contains a textual description of the proxy account.</param>
			<param name="credentialName">A <see cref="T:System.String"></see> value that specifies the credential name.</param>
			<param name="enabled">A <see cref="T:System.Boolean"></see> value that specifies whether the proxy account is enabled.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the proxy account.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.AddLogin(System.String)">
			<summary>Adds a Microsoft Windows login account to the proxy account.</summary>
			<param name="loginName">A <see cref="T:System.String"></see> value that specifies the Windows login account that is associated with the proxy account.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.AddMsdbRole(System.String)">
			<summary>Adds a MicrosoftSQL Server database role to the proxy account.</summary>
			<param name="msdbRoleName">A <see cref="T:System.String"></see> value that specifies the SQL Server database role that is associated with the proxy account.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.AddServerRole(System.String)">
			<summary>Adds a MicrosoftSQL Server server role to the proxy account.</summary>
			<param name="serverRoleName">A <see cref="T:System.String"></see> value that specifies the SQL Server server role that is associated with the proxy account.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.AddSubSystem(Microsoft.SqlServer.Management.Smo.Agent.AgentSubSystem)">
			<summary>Adds a MicrosoftSQL Server subsystem to the proxy account.</summary>
			<param name="subSystem">An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AgentSubSystem"></see> object value that specifies the SQL Server subsystem that is associated with the proxy account.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount"></see> object property changes on an instance of MicrosoftSQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.Create">
			<summary>Creates a job on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.Drop">
			<summary>Removes an existing proxy account.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.EnumLogins">
			<summary>Enumerates a list of Microsoft Windows login accounts associated with the referenced proxy account.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a table of information about the Windows login accounts that are associated with the referenced proxy account. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.EnumMsdbRoles">
			<summary>Enumerates a list of MicrosoftSQL Server database roles associated with the referenced proxy account.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a table of information about the SQL Server database roles that are associated with the referenced proxy account. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.EnumServerRoles">
			<summary>Enumerates a list of MicrosoftSQL Server server roles associated with the referenced proxy account.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a table of information about the SQL Server server roles that are associated with the referenced proxy account. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.EnumSubSystems">
			<summary>Enumerates a list of MicrosoftSQL Server subsystems associated with the referenced proxy account.</summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a table of information about the SQL Server subsystems that are associated with the referenced proxy account. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.RemoveLogin(System.String)">
			<summary>Removes a Microsoft Windows login account from the referenced proxy account.</summary>
			<param name="loginName">A <see cref="T:System.String"></see> value that specifies the Windows login account to be removed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.RemoveMsdbRole(System.String)">
			<summary>Removes a MicrosoftSQL Server database role from the referenced proxy account.</summary>
			<param name="msdbRoleName">A <see cref="T:System.String"></see> value that specifies the SQL Server database role to be removed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.RemoveServerRole(System.String)">
			<summary>Removes a MicrosoftSQL Server server role from the referenced proxy account.</summary>
			<param name="serverRoleName">A <see cref="T:System.String"></see> value that specifies the SQL Server server role to be removed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.RemoveSubSystem(Microsoft.SqlServer.Management.Smo.Agent.AgentSubSystem)">
			<summary>Removes a MicrosoftSQL Server subsystem from the referenced proxy account.</summary>
			<param name="subSystem">An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AgentSubSystem"></see> object value that specifies the SQL Server subsystem to be removed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.Rename(System.String)">
			<summary>Renames a proxy account.</summary>
			<param name="newName">A <see cref="T:System.String"></see> value that specifies the new name of the proxy account.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the SQL Server Agent proxy account.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the SQL Server Agent proxy account as specified by the scripting options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that specifies the scripting options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.CredentialID">
			<summary>Gets the ID value that uniquely identifies the proxy agent credential.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the proxy account credential.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.CredentialIdentity">
			<summary>Gets the credential identity.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the credential identity.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.CredentialName">
			<summary>Gets or sets the name of the credential.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the credential.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.Description">
			<summary>Gets or sets a textual description of the proxy account.</summary>
			<returns>A <see cref="T:System.String"></see> value that contains a textual description of the proxy account.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.ID">
			<summary>Gets the ID value that uniquely identifies the proxy account.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the proxy account.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.IsEnabled">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the proxy account is enabled or not.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the proxy account is enabled or not.If True, the proxy account is enabled.If False (default), the proxy account is disabled.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccountCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccountCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount"></see> objects that represent all the proxy accounts defined on SQL Server Agent.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccountCollection.Add(Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount)">
			<summary>Adds the specified target server to the collection.</summary>
			<param name="proxyAccount">A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount"></see> object to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccountCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index position to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccountCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccountCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccountCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccountCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount"></see> object value that represents the proxy account.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccountCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccountCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount"></see> object value that represents the proxy account.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccountCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccountCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccountCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccountCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.ScheduleBase">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ScheduleBase"></see> class is a base class that is inherited by the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ScheduleBase.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ScheduleBase"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ScheduleBase.SetId(System.Int32)">
			<summary>This method supports the SQL Server Management Objects infrastructure and is not intended to be used directly from your code. </summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.ScheduleBase.ID">
			<summary>Gets the ID value that uniquely identifies the schedule.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the schedule.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServer">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServer"></see> object represents a target server defined for multiserver administration on SQL Server Agent.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.TargetServer.EnlistDate">
			<summary>Gets the date and time at which an instance of MicrosoftSQL Server was enlisted as a member of a multiserver administration group.</summary>
			<returns>A <see cref="T:System.DateTime"></see> value that specifies the date and time when the instance of SQL Server was enlisted as a member of a multiserver administration group.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.TargetServer.ID">
			<summary>Gets the ID value for the instance of MicrosoftSQL Server that is the target server.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value for the instance of SQL Server that is the target server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.TargetServer.LastPollDate">
			<summary>Gets the most recent date and time at which the referenced target server successfully connected to its master server.</summary>
			<returns>A <see cref="T:System.DateTime"></see> value that specifies the date and time when the referenced target server last connected to its master server .</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.TargetServer.LocalTime">
			<summary>Gets the current date and time for the referenced target server.</summary>
			<returns>A <see cref="T:System.DateTime"></see> value that specifies the current date and time at the referenced target server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.TargetServer.Location">
			<summary>Gets or sets the physical location of the referenced target server.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the location of the referenced target server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.TargetServer.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServer"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object value that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServer"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.TargetServer.PendingInstructions">
			<summary>Gets the number of SQL Server Agent maintenance tasks waiting to be downloaded by the target server from the master server.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the number of maintenance tasks waiting to be downloaded.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.TargetServer.PollingInterval">
			<summary>Gets the length of time in seconds that the target server waits between attempts to connect to the master server to download pending instructions.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the number of seconds between attempts to poll the master server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.TargetServer.Status">
			<summary>Gets information about the current component execution status or integrity status of the referenced target server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerStatus"></see> object value that specifies the current execution and integrity status of the target server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.TargetServer.TimeZoneAdjustment">
			<summary>Gets the difference, in minutes, between the local time midnight on the target server and midnight Coordinated Universal Time (Greenwich Mean Time).</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the number of minutes time difference between the referenced target server and Greenwich Mean Time.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServer"></see> objects that represent all the target servers defined on SQL Server Agent.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.TargetServerCollection.Add(Microsoft.SqlServer.Management.Smo.Agent.TargetServer)">
			<summary>Adds the specified target server to the collection.</summary>
			<param name="server">A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServer"></see> object to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.TargetServerCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Agent.TargetServer[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServer"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index position to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.TargetServerCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServer"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServer"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.TargetServerCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServer"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServer"></see> object value that represents the target server.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServer"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.TargetServerCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServer"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServer"></see> object value that represents the target server.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServer"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.TargetServerCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup"></see> object that represent a target server group defined for multiserver administration on SQL Server Agent.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup.#ctor(Microsoft.SqlServer.Management.Smo.Agent.JobServer,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup"></see> class on the specified SQL Server Agent and with the specified name.</summary>
			<param name="jobServer">A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object value that specifies the SQL Server Agent Service with which the target server group is associated.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the target server group.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup.AddMemberServer(System.String)">
			<summary>Assigns target server group membership to the specified target server.</summary>
			<param name="srvname">A <see cref="T:System.String"></see> value that specifies the target server to be removed from the target server group.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup.Create">
			<summary>Creates a target server group on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup.Drop">
			<summary>Removes the referenced target server group.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup.EnumMemberServers">
			<summary>Enumerates a list of target servers that are members of the referenced target server group.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServer"></see> objects that are members of the referenced target server group.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup.RemoveMemberServer(System.String)">
			<summary>Withdraws membership of the referenced target server group from the specified target server.</summary>
			<param name="srvname">A <see cref="T:System.String"></see> value that specifies the target server to be removed from the target server group.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup.Rename(System.String)">
			<summary>Renames the referenced target server group.</summary>
			<param name="newName">A <see cref="T:System.String"></see> value that specifies the new name of the target server group.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the target server group.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the target server group as specified by the script options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that is used to specify the script options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup.ID">
			<summary>Gets the ID value that uniquely identifies the target server group.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value for the target server group.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object value that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroupCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroupCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup"></see> objects that represent all the target server groups defined on SQL Server Agent.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroupCollection.Add(Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup)">
			<summary>Adds the specified target server to the collection.</summary>
			<param name="targetServerGroup">A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup"></see> object to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroupCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index position to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroupCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroupCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroupCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroupCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup"></see> object value that represents the target server group.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroupCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroupCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup"></see> object value that represents the target server group.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroupCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroupCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroupCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroupCollection"></see> object.</returns>
		</member>
		<member name="N:Microsoft.SqlServer.Management.Smo.Broker">
			<summary>The <see cref="Microsoft.SqlServer.Management.Smo.Broker"></see> namespace contains classes that represent the MicrosoftSQL Server Service Broker.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerObjectBase">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerObjectBase"></see> class is a base class that is inherited by other Service Broker classes. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerObjectBase.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerObjectBase"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerObjectBase.GetDBName">
			<summary>Returns the name of the database on which the instance of Service Broker is implemented.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the database on which Service Broker is implemented.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerObjectBase.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the Service Broker object.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerObjectBase.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the SQL Server Agent alert as specified by the scripting options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that specifies the scripting options.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService"></see> object represents a Service Broker service, which is an addressable endpoint for conversations. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.#ctor(Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService"></see> class on the specified implementation of Service Broker and with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the service.</param>
			<param name="serviceBroker">A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker"></see> object value that specifies the implementation of Service Broker on a database.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService"></see> object property changes on the instance of MicrosoftSQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.Create">
			<summary>Creates a Service Broker service on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Denies access to the specified permission for the specified grantee on the Service Broker service.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Denies access to the specified permission for the specified grantees on the Service Broker service.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Denies access to the specified permission for the specified grantee and other users that the grantee granted access to on the Service Broker service.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users that the grantee has granted access to the permission are also denied access to the permission.If True, the grantee and users to which the grantee granted access to the permission are all denied access to the permission.If False, only the grantee is denied access to the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Denies access to the specified permission for the specified grantees on the Service Broker service.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users that the grantee has granted access to the permission are also denied access to the permission.If True, the grantee and users to which the grantee granted access to the permission are all denied access to the permission.If False, only the grantee is denied access to the permission. </param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.Drop">
			<summary>Removes the Service Broker service.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.EnumObjectPermissions">
			<summary>Enumerates a list of object permissions for the Service Broker service.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the Service Broker service. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of object permissions for a specified permission on the Service Broker service.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified permission on the Service Broker service. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.EnumObjectPermissions(System.String)">
			<summary>Enumerates a list of object permissions for a specified grantee on the Service Broker service.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified grantee on the Service Broker service. </returns>
			<param name="granteeName">A string value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of object permissions for a specified grantee and a specified permission on the Service Broker service.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified grantee and permission on the Service Broker service. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Grants access to the specified permission for the specified grantee on the Service Broker service.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be granted access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Grants access to the specified permission for the specified grantees on the Service Broker service.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that lists the grantees to be granted access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Grants access to the specified permission and the ability to grant access to other users for the specified grantee on the Service Broker service.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService"></see> object for other users.If True, the grantee is given the ability to grant other users access to the Service Broker service.If False, the grantee is not given the ability to deny other users access to the Service Broker service. </param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Grants access to the specified permission and the ability to grant access to other users for the specified grantees on the Service Broker service.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService"></see> object for other users.If True, the grantee is given the ability to grant other users access to the Service Broker service.If False, the grantee is not given the ability to deny other users access to the Service Broker service. </param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Grants access to the specified permission and the ability to grant access to other users for the specified grantee on the Service Broker service.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService"></see> object for other users.If True, the grantee is given the ability to grant other users access to the Service Broker service.If False, the grantee is not given the ability to grant other users access to the Service Broker service. </param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be denied access to the permission.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting access to the Service Broker service to other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Grants access to the specified permission and the ability to grant access to other users for the specified grantee on the Service Broker service under an assumed role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService"></see> object for other users.If True, the grantee is given the ability to grant other users access to the Service Broker service.If False, the grantee is not given the ability to grant other users access to the Service Broker service. </param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the permission.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting access to the Service Broker service to other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Revokes previously granted permissions from a grantee on the Service Broker service.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Revokes previously granted permissions from a list of grantees on the Service Broker service.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from a grantee on the Service Broker service and any other users to whom the grantee has granted access. The grantee is also given the ability to revoke other users' access.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService"></see> object for other users.If True, the grantee is given the ability to revoke other users' access from the Service Broker service.If False, the grantee is not given the ability to revoke other users' access from the Service Broker service.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users that the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from a grantees on the Service Broker service and any other users to whom the grantees have granted access. The grantees are also given the ability to revoke other users' access.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService"></see> object for other users.If True, the grantee is given the ability to revoke other users' access from the Service Broker service.If False, the grantee is not given the ability to revoke other users' access from the Service Broker service.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users that the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from a grantee on the Service Broker service and any other users to whom the grantee has granted access. The grantee is also given the ability to revoke other users' access under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService"></see> object for other users.If True, the grantee is given the ability to revoke other users' access from the Service Broker service.If False, the grantee is not given the ability to revoke other users' access from the Service Broker service.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users that the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked access to the permission.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking access from the Service Broker service for other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from grantees on the Service Broker service and any other users to whom the grantees have granted access. The grantees are also given the ability to revoke other users' access under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService"></see> object for other users.If True, the grantee is given the ability to revoke other users' access from the Service Broker service.If False, the grantee is not given the ability to revoke other users' access from the Service Broker service.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users that the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the permission.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking access from the Service Broker service for other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.Events">
			<summary>Gets the events associated with the Service Broker service. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceEvents"></see> object that represents the Service Broker service events.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.ExtendedProperties">
			<summary>Gets the extended properties of the Service Broker service.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection"></see> object that specifies the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.ID">
			<summary>Gets the ID value that uniquely identifies the Service Broker service.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the Service Broker service.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.Owner">
			<summary>Gets or sets the Service Broker service owner.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the Service Broker service owner.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.QueueName">
			<summary>Gets or sets the queue that the service uses to hold messages.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the queue that the service uses to hold messages.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.QueueSchema">
			<summary>Gets or sets the schema for the queue that the service uses to hold messages.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the schema for the queue that the service uses to hold messages.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.ServiceContractMappings">
			<summary>Gets a collection of contracts that are mapped to the Service Broker service.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMappingCollection"></see> object that lists the relationship between the service and the contracts.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService"></see> objects that represent all the Service Broker services defined on a database.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Broker.BrokerService[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService"></see> object value that represents the Service Broker service.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService"></see> object value that represents the Service Broker service.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceEvents">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceEvents"></see> object represents the settings required for Service Broker service event notification.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceEvents.ServerEvent">
			<summary>Specifies the event raised when an event occurs in <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService"></see> object and the user subscribed to the events from that object instance.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceEvents.GetEventSelection">
			<summary>Returns the currently selected event notifications.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of Service Broker service events.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceEvents.StartEvents">
			<summary>Starts receiving events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceEvents.StopEvents">
			<summary>Stops receiving events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Specifies the Service Broker service events to receive.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet,Microsoft.SqlServer.Management.Smo.ServerEventHandler)">
			<summary>Specifies the Service Broker service events to receive and the event handler that handles the events.</summary>
			<param name="eventHandler">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventHandler"></see> object that handles the events that are received.</param>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceEvents.UnsubscribeAllEvents">
			<summary>Clears all event settings, and removes all event handlers.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceEvents.UnsubscribeFromEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Clears the specified event settings, and removes all event handlers.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of events to stop receiving.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType"></see> object represents a message type that defines the content of messages. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageType.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageType.#ctor(Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType"></see> class on the specified implementation of Service Broker and with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the message type.</param>
			<param name="serviceBroker">A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker"></see> object value that specifies the implementation of Microsoft Service Broker on which the message type is defined.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageType.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType"></see> object property changes on instance of MicrosoftSQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageType.Create">
			<summary>Creates a message type on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageType.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Denies access to the specified permission for the specified grantee on the Message type.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageType.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Denies access to the specified permission for the specified grantees on the Message type.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageType.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Denies access to the specified permission for the specified grantee and other users that the grantee granted access to on the Message type.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users that the grantee has granted access to the permission are also denied access to the permission.If True, the grantee and users to which the grantee granted access to the permission are all denied access to the permission.If False, only the grantee is denied access to the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageType.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Denies access to the specified permission for the specified grantees on the Message type.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users that the grantee has granted access to the permission are also denied access to the permission.If True, the grantee and users to which the grantee granted access to the permission are all denied access to the permission.If False, only the grantee is denied access to the permission. </param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageType.Drop">
			<summary>Removes the Message type.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageType.EnumObjectPermissions">
			<summary>Enumerates a list of object permissions for the Message type.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the Message type. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageType.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of object permissions for a specified permission on the Message type.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified permission on the Message type. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageType.EnumObjectPermissions(System.String)">
			<summary>Enumerates a list of object permissions for a specified grantee on the Message type.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified grantee on the Message type. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageType.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of object permissions for a specified grantee and a specified permission on the Message type.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified grantee and permission on the Message type. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageType.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Grants access to the specified permission for the specified grantee on the Message type.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be granted access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageType.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Grants access to the specified permission for the specified grantees on the Message type.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that lists the grantees to be granted access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageType.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Grants access to the specified permission and the ability to grant access to other users for the specified grantee on the Message type.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType"></see> object for other users.If True, the grantee is given the ability to grant other users access to the Message type.If False, the grantee is not given the ability to deny other users access to the Message type. </param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageType.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Grants access to the specified permission and the ability to grant access to other users for the specified grantees on the Message type.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType"></see> object for other users.If True, the grantee is given the ability to grant other users access to the Message type.If False, the grantee is not given the ability to deny other users access to the Message type. </param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageType.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Grants access to the specified permission and the ability to grant access to other users for the specified grantee on the Message type.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType"></see> object for other users.If True, the grantee is given the ability to grant other users access to the Message type.If False, the grantee is not given the ability to grant other users access to the Message type. </param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be denied access to the permission.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting access to the Message type to other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageType.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Grants access to the specified permission and the ability to grant access to other users for the specified grantee on the Message type under an assumed role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType"></see> object for other users.If True, the grantee is given the ability to grant other users access to the Message type.If False, the grantee is not given the ability to grant other users access to the Message type. </param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the permission.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting access to the Message type to other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageType.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Revokes previously granted permissions from a grantee on the Message type.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageType.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Revokes previously granted permissions from a list of grantees on the Message type.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageType.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from a grantee on the Message type and any other users to whom the grantee has granted access. The grantee is also given the ability to revoke other users' access.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType"></see> object for other users.If True, the grantee is given the ability to revoke other users' access from the Message type.If False, the grantee is not given the ability to revoke other user's access from the Message type.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users that the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageType.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from a grantee on the Message type and any other users to whom the grantees have granted access. The grantees are also given the ability to revoke other users' access.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType"></see> object for other users.If True, the grantee is given the ability to revoke other users' access from the Message type.If False, the grantee is not given the ability to revoke other users' access from the Message type.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users that the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageType.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from a grantee on the Message type and any other users to whom the grantee has granted access. The grantee is also given the ability to revoke other users' access under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType"></see> object for other users.If True, the grantee is given the ability to revoke other users' access from the Message type.If False, the grantee is not given the ability to revoke other users' access from the Message type.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users that the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked access to the permission.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking access from the Message type for other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageType.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from a grantee on the Message type and any other users to whom the grantees have granted access. The grantees are also given the ability to revoke other users' access under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType"></see> object for other users.If True, the grantee is given the ability to revoke other users' access from the Message type.If False, the grantee is not given the ability to revoke other users' access from the Message type.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users that the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the permission.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking access from the Message type for other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.MessageType.Events">
			<summary>Gets the events associated with the message type. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeEvents"></see> object that represents the message type events.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.MessageType.ExtendedProperties">
			<summary>Gets the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType"></see> object.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection"></see> object that specifies the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.MessageType.ID">
			<summary>Gets the ID value that uniquely identifies the message type.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the message type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.MessageType.MessageTypeValidation">
			<summary>Gets or sets the type of validation performed on message body.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeValidation"></see> object value that specifies the type of validation performed on the message body.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.MessageType.Owner">
			<summary>Gets or sets the owner of the message type.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the owner of the message type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.MessageType.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType"></see> objects that represent all the message types defined on a database.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Broker.MessageType[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType"></see> object value that represents the message type.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType"></see> object value that represents the message type.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeEvents">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeEvents"></see> object represents the settings required for Microsoft SQL Server message type event notification.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeEvents.ServerEvent">
			<summary>Specifies the event raised when an event occurs in <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent"></see> object and the user subscribed to the events from that object instance.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeEvents.GetEventSelection">
			<summary>Returns the currently selected event notifications.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of message type events.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeEvents.StartEvents">
			<summary>Starts receiving events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeEvents.StopEvents">
			<summary>Stops receiving events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Specifies the message type events to receive.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet,Microsoft.SqlServer.Management.Smo.ServerEventHandler)">
			<summary>Specifies the message type events to receive and the event handler that handles the events.</summary>
			<param name="eventHandler">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventHandler"></see> object that handles the events that are received.</param>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeEvents.UnsubscribeAllEvents">
			<summary>Clears all event settings, and removes all event handlers.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeEvents.UnsubscribeFromEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Clears the specified event settings, and removes all event handlers.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of events to stop receiving.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping"></see> object represents a relationship between a message types and a contract. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping.#ctor(Microsoft.SqlServer.Management.Smo.Broker.ServiceContract,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping"></see> class for the specified contract and with the specified name.</summary>
			<param name="serviceContract">A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract"></see> object that specifies the contract in which the message type is used.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping.#ctor(Microsoft.SqlServer.Management.Smo.Broker.ServiceContract,System.String,Microsoft.SqlServer.Management.Smo.Broker.MessageSource)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping"></see> class for the specified contract and with the specified name and message source.</summary>
			<param name="serviceContract">A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract"></see> object that specifies the contract in which the message type is used.</param>
			<param name="messageSource">A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageSource"></see> object value that specifies which dialog sent the message type.</param>
			<param name="messageName">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping.MarkForDrop(System.Boolean)">
			<summary>Removes the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping"></see> object.</summary>
			<param name="dropOnAlter">A <see cref="T:System.Boolean"></see> value that specifies whether to remove the object when the <see cref="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.Alter"></see> method of the parent object is run.If True, the object is removed when the <see cref="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.Alter"></see> method of the parent object is run.If False, the object is not removed when the <see cref="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.Alter"></see> method of the parent object is run.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping.MessageSource">
			<summary>Gets or sets the message type source.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageSource"></see> object value that specifies the message source.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping"></see> object. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMappingCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMappingCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping"></see> objects that represent all the message types defined on a contract.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMappingCollection.Add(Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping"></see> object to the collection.</summary>
			<param name="messageTypeMapping">A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping"></see> object that specifies the object that is to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMappingCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMappingCollection.Remove(Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping)">
			<summary>Removes a <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping"></see> object from the collection.</summary>
			<param name="messageTypeMapping">A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping"></see> object that specifies the object that is to be removed from the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMappingCollection.Remove(System.String)">
			<summary>Removes a <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping"></see> object from the collection.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping"></see> object that is to be removed from the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMappingCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping"></see> object value that represents the message type that is associated with the contract.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMappingCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMappingCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping"></see> object value that represents the message type that is associated with the contract.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMappingCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMappingCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMappingCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMappingCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding"></see> object represents the settings that Service Broker uses for security and authentication when communicating with a remote service.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.#ctor(Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding"></see> class on the specified instance of Service Broker and with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding"></see> object.</param>
			<param name="serviceBroker">A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker"></see> object that specifies the instance of Service Broker on which the remote service resides.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding"></see> object property changes on the instance of Microsoft SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.Create">
			<summary>Creates a remote service binding on the instance of Microsoft SQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Denies access to the specified permission for the specified grantee on the remote service binding.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Denies access to the specified permission for the specified grantees on the remote service binding.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Denies access to the specified permission for the specified grantee and other users that the grantee granted access to on the remote service binding.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users that the grantee has granted access to the permission are also denied access to the permission.If True, the grantee and users to which the grantee granted access to the permission are all denied access to the permission.If False, only the grantee is denied access to the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Denies access to the specified permission for the specified grantees on the remote service binding.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users that the grantee has granted access to the permission are also denied access to the permission.If True, the grantee and users to which the grantee granted access to the permission are all denied access to the permission.If False, only the grantee is denied access to the permission. </param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.Drop">
			<summary>Removes the remote service binding.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.EnumObjectPermissions">
			<summary>Enumerates a list of object permissions for the remote service binding.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the remote service binding. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of object permissions for the remote service binding for the specified set of permissions on the remote service binding.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified permission on the remote service binding. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.EnumObjectPermissions(System.String)">
			<summary>Enumerates a list of object permissions for a specified grantee on the remote service binding.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified grantee on the remote service binding. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of object permissions for a specified grantee and a specified permission on the remote service binding.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified grantee and permission on the remote service binding. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Grants access to the specified permission for the specified grantee on the remote service binding.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be granted access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Grants access to the specified permission for the specified grantees on the remote service binding.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that lists the grantees to be granted access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Grants access to the specified permission and the ability to grant access to other users for the specified grantee on the remote service binding.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding"></see> object for other users.If True, the grantee is given the ability to grant other users access to the remote service binding.If False, the grantee is not given the ability to deny other users access to the remote service binding. </param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Grants access to the specified permission and the ability to grant access to other users for the specified grantees on the remote service binding.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding"></see> object for other users.If True, the grantee is given the ability to grant other users access to the remote service binding.If False, the grantee is not given the ability to deny other users access to the remote service binding. </param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Grants access to the specified permission and the ability to grant access to other users for the specified grantee on the remote service binding.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding"></see> object for other users.If True, the grantee is given the ability to grant other users access to the remote service binding.If False, the grantee is not given the ability to grant other users access to the remote service binding. </param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be denied access to the permission.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting access to the remote service binding to other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Grants access to the specified permission and the ability to grant access to other users for the specified grantee on the remote service binding under an assumed role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding"></see> object for other users.If True, the grantee is given the ability to grant other users access to the remote service binding.If False, the grantee is not given the ability to grant other users access to the remote service binding. </param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the permission.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting access to the remote service binding to other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Revokes previously granted permissions from a grantee on the remote service binding.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Revokes previously granted permissions from a list of grantees on the remote service binding.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from a grantee on the remote service binding and any other users to whom the grantee has granted access. The grantee is also given the ability to revoke other users' access.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding"></see> object for other users.If True, the grantee is given the ability to revoke other users' access from the remote service binding.If False, the grantee is not given the ability to revoke other users' access from the remote service binding.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users that the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from a grantees on the remote service binding and any other users to whom the grantees have granted access. The grantees are also given the ability to revoke other users' access.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding"></see> object for other users.If True, the grantee is given the ability to revoke other users' access from the remote service binding.If False, the grantee is not given the ability to revoke other users' access from the remote service binding.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users that the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from a grantee on the remote service binding and any other users to whom the grantee has granted access. The grantee is also given the ability to revoke other users' access under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding"></see> object for other users.If True, the grantee is given the ability to revoke other users' access from the remote service binding.If False, the grantee is not given the ability to revoke other users' access from the remote service binding.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users that the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked access to the permission.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking access from the remote service binding for other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from grantees on the remote service binding and any other users to whom the grantees have granted access. The grantees are also given the ability to revoke other users' access under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding"></see> object for other users.If True, the grantee is given the ability to revoke other users' access from the remote service binding.If False, the grantee is not given the ability to revoke other users' access from the remote service binding.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users that the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the permission.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking access from the remote service binding for other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.CertificateUser">
			<summary>Gets or sets the user that holds the certificate associated with the remote service binding.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the user that holds the certificate associated with the remote service binding.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.Events">
			<summary>Gets the events associated with the remote service binding. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingEvents"></see> object that represents the remote service binding events.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.ExtendedProperties">
			<summary>Gets the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding"></see> object.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection"></see> object that specifies the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.ID">
			<summary>Gets the ID value that uniquely identifies the remote service binding.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the remote service.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.IsAnonymous">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property that specifies whether anonymous dialogs are enabled.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether anonymous dialogs are enabled.If True, anonymous dialogs are enabled.If False (default), anonymous dialogs are disabled.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.Owner">
			<summary>Gets or sets the owner of the remote service binding.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the remote service binding.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker"></see> object value that owns the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.RemoteService">
			<summary>Gets or sets the remote service for which the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding"></see> object provides security credentials.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the remote service for which the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding"></see> object provides security credentials.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding"></see> objects that represent all the remote service bindings defined on a database.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingCollection.Add(Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding)">
			<summary>Adds the specified Broker remote service binding object to the collection.</summary>
			<param name="remoteServiceBinding">A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding"></see> object to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding"></see> object value that represents the remote service binding.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding"></see> object value that represents the remote service binding.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingEvents">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingEvents"></see> object represents the settings required for Microsoft SQL Server remote service binding event notification.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingEvents.ServerEvent">
			<summary>Specifies the server event handler for remote service binding events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingEvents.GetEventSelection">
			<summary>Returns the currently selected event notifications.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of remote service binding events.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingEvents.StartEvents">
			<summary>Starts receiving events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingEvents.StopEvents">
			<summary>Stops receiving events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Specifies the remote service binding events to receive.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet,Microsoft.SqlServer.Management.Smo.ServerEventHandler)">
			<summary>Specifies the remote service binding events to receive and the event handler that handles the events.</summary>
			<param name="eventHandler">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventHandler"></see> object that handles the events that are received.</param>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingEvents.UnsubscribeAllEvents">
			<summary>Clears all event settings, and removes all event handlers.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingEvents.UnsubscribeFromEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Clears the specified event settings, and removes all event handlers.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of events to stop receiving.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker"></see> object represents an implementation of Service Broker on a MicrosoftSQL Server database. </summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker.MessageTypes">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType"></see> object represents a message type defined on the instance of Service Broker.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeCollection"></see> object that represents all the message types defined on the instance of Service Broker. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker.Queues">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue"></see> object represents a service queue defined on the instance of Service Broker.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueCollection"></see> object that represents all the service queues defined on the instance of Service Broker. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker.RemoteServiceBindings">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding"></see> object represents a remote service binding defined on the instance of Service Broker.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingCollection"></see> object that represents all the remote service bindings defined on the instance of Service Broker. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker.Routes">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute"></see> object represents a service route defined on the instance of Service Broker.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteCollection"></see> object that represents all the service routes defined on the instance of Service Broker. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker.ServiceContracts">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract"></see> object represents a service contract defined on the instance of Service Broker.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractCollection"></see> object that represents all the service contracts defined on the instance of Service Broker. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker.Services">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService"></see> object represents a Service Broker service defined on the instance of Service Broker.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceCollection"></see> object that represents all the Server Broker service defined on the instance of Service Broker. </returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract"></see> objects represents a contract that specifies the direction and type of messages in a conversation.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.#ctor(Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract"></see> class on the specified instance of Service Broker and with the specified name.</summary>
			<param name="servicebroker">A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker"></see> object value that specifies the instance of Service Broker on which the service contract is defined.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract"></see> object property changes on the instance of MicrosoftSQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.Create">
			<summary>Creates a remote service binding on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Denies access to the specified permission for the specified grantee on the service contract.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Denies access to the specified permission for the specified grantees on the service contract.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Denies access to the specified permission for the specified grantee and other users that the grantee granted access to on the service contract.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users that the grantee has granted access to the permission are also denied access to the permission.If True, the grantee and users to which the grantee granted access to the permission are all denied access to the permission.If False, only the grantee is denied access to the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Denies access to the specified permission for the specified grantees on the service contract.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users that the grantee has granted access to the permission are also denied access to the permission.If True, the grantee and users to which the grantee granted access to the permission are all denied access to the permission.If False, only the grantee is denied access to the permission. </param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.Drop">
			<summary>Removes the service contract.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.EnumObjectPermissions">
			<summary>Enumerates a list of object permissions for the service contract.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the service contract. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of object permissions for a specified permission on the service contract.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified permission on the service contract. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.EnumObjectPermissions(System.String)">
			<summary>Enumerates a list of object permissions for a specified grantee on the service contract.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified grantee on the service contract. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of object permissions for a specified grantee and a specified permission on the service contract.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified grantee and permission on the service contract. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Grants access to the specified permission for the specified grantee on the service contract.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be granted access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Grants access to the specified permission for the specified grantees on the service contract.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that lists the grantees to be granted access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Grants access to the specified permission and the ability to grant access to other users for the specified grantee on the service contract.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract"></see> object for other users.If True, the grantee is given the ability to grant other users access to the service contract.If False, the grantee is not given the ability to deny other users access to the service contract. </param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Grants access to the specified permission and the ability to grant access to other users for the specified grantees on the service contract.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract"></see> object for other users.If True, the grantee is given the ability to grant other users access to the service contract.If False, the grantee is not given the ability to deny other users access to the service contract. </param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Grants access to the specified permission and the ability to grant access to other users for the specified grantee on the service contract.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract"></see> object for other users.If True, the grantee is given the ability to grant other users access to the service contract.If False, the grantee is not given the ability to grant other users access to the service contract. </param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be denied access to the permission.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting access to the service contract to other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Grants access to the specified permission and the ability to grant access to other users for the specified grantee on the service contract under an assumed role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract"></see> object for other users.If True, the grantee is given the ability to grant other users access to the service contract.If False, the grantee is not given the ability to grant other users access to the service contract. </param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the permission.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting access to the service contract to other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Revokes previously granted permissions from a grantee on the service contract.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Revokes previously granted permissions from a list of grantees on the service contract.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from a grantee on the service contract and any other users to whom the grantee has granted access. The grantee is also given the ability to revoke other users' access.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract"></see> object for other users.If True, the grantee is given the ability to revoke other users' access from the service contract.If False, the grantee is not given the ability to revoke other users' access from the service contract.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users that the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from grantees on the service contract and any other users to whom the grantees have granted access. The grantees are also given the ability to revoke other users' access.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract"></see> object for other users.If True, the grantee is given the ability to revoke other users' access from the service contract.If False, the grantee is not given the ability to revoke other users' access from the service contract.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users that the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from a grantee on the service contract and any other users to whom the grantee has granted access. The grantee is also given the ability to revoke other users' access under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract"></see> object for other users.If True, the grantee is given the ability to revoke other users' access from the service contract.If False, the grantee is not given the ability to revoke other users' access from the service contract.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users that the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked access to the permission.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking access from the service contract for other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from grantees on the service contract and any other users to whom the grantees have granted access. The grantees are also given the ability to revoke other users' access under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract"></see> object for other users.If True, the grantee is given the ability to revoke other users' access from the service contract.If False, the grantee is not given the ability to revoke other users' access from the service contract.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users that the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the permission.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking access from the service contract for other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.Events">
			<summary>Gets the events associated with the service contract. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractEvents"></see> object that represents the service contract events.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.ExtendedProperties">
			<summary>Gets the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract"></see> object.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection"></see> object that specifies the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.ID">
			<summary>Gets the ID value that uniquely identifies the service contract.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the contract.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.MessageTypeMappings">
			<summary>Gets the message type mappings of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMappingCollection"></see> object that specifies the message type mappings for the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.Owner">
			<summary>Gets or sets the owner of the service contract.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the owner of the service contract.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract"></see> objects that represent all the service contracts defined on a database.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractCollection.Add(Microsoft.SqlServer.Management.Smo.Broker.ServiceContract)">
			<summary>Adds the specified Broker service contract object to the collection.</summary>
			<param name="serviceContract">A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract"></see> object to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Broker.ServiceContract[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract"></see> object value that represents the service contract.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract"></see> object value that represents the service contract.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractEvents">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractEvents"></see> object represents the settings required for Microsoft SQL Server service contract event notification.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractEvents.ServerEvent">
			<summary>Specifies the event raised when an event occurs in <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract"></see> object and the user subscribed to the events from that object instance.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractEvents.GetEventSelection">
			<summary>Returns the currently selected event notifications.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of service contract events.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractEvents.StartEvents">
			<summary>Starts receiving events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractEvents.StopEvents">
			<summary>Stops receiving events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Specifies the service contract events to receive.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet,Microsoft.SqlServer.Management.Smo.ServerEventHandler)">
			<summary>Specifies the service contract events to receive and the event handler that handles the events.</summary>
			<param name="eventHandler">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventHandler"></see> object that handles the events that are received.</param>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractEvents.UnsubscribeAllEvents">
			<summary>Clears all event settings, and removes all event handlers.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractEvents.UnsubscribeFromEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Clears the specified event settings, and removes all event handlers.</summary>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of events to stop receiving.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping"></see> class represents the service contracts that are associated with the Service Broker service.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping.#ctor(Microsoft.SqlServer.Management.Smo.Broker.BrokerService,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping"></see> class on the specified instance of Service Broker and with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping"></see> object.</param>
			<param name="brokerService">A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker"></see> object value that specifies the instance of Service Broker on which the service contract mapping is defined.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping.MarkForDrop(System.Boolean)">
			<summary>Removes the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping"></see> object.</summary>
			<param name="dropOnAlter">A <see cref="T:System.Boolean"></see> value that specifies whether to remove the object when the <see cref="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.Alter"></see> method of the parent object is run.If True, the object is removed when the <see cref="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.Alter"></see> method of the parent object is run.If False, the object is not removed when the <see cref="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.Alter"></see> method of the parent object is run.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMappingCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMappingCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping"></see> objects that represent all the message types defined on a contract.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMappingCollection.Add(Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping"></see> object to the collection.</summary>
			<param name="ServiceContractMapping">A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping"></see> object that specifies the object that is to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMappingCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMappingCollection.Remove(Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping)">
			<summary>Removes a <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping"></see> object from the collection.</summary>
			<param name="ServiceContractMapping">A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping"></see> object that specifies the object that is to be removed from the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMappingCollection.Remove(System.String)">
			<summary>Removes a <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping"></see> object from the collection.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping"></see> object that is to be removed from the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMappingCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMappingCollection"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping"></see> object value that represents the message type that is associated with the contract.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMappingCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMappingCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping"></see> object value that represents the message type that is associated with the contract.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMappingCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMappingCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMappingCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMappingCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue"></see> object represents a queue that stores messages and after they are received. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.#ctor(Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue"></see> class on the specified instance of Service Broker and with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue"></see> object.</param>
			<param name="serviceBroker">A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker"></see> object value that specifies the instance of Service Broker on which the service queue is defined.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.#ctor(Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker,System.String,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue"></see> class on the specified instance of Service Broker and with the specified name and schema.</summary>
			<param name="schema">A <see cref="T:System.String"></see> value that specifies the schema of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue"></see> object.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue"></see> object.</param>
			<param name="serviceBroker">A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker"></see> object value that specifies the instance of Service Broker on which the service queue is defined.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue"></see> object property changes on the instance of MicrosoftSQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.Create">
			<summary>Creates a service queue on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Denies access to the specified permission for the specified grantee on the service queue.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Denies access to the specified permission for the specified grantees on the service queue.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Denies access to the specified permission for the specified grantee and other users that the grantee granted access to on the service queue.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users that the grantee has granted access to the permission are also denied access to the permission.If True, the grantee and users to which the grantee granted access to the permission are all denied access to the permission.If False, only the grantee is denied access to the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Denies access to the specified permission for the specified grantees on the service queue.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users that the grantee has granted access to the permission are also denied access to the permission.If True, the grantee and users to which the grantee granted access to the permission are all denied access to the permission.If False, only the grantee is denied access to the permission. </param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.Drop">
			<summary>Removes the service queue.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.EnumObjectPermissions">
			<summary>Enumerates a list of object permissions for the service queue.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the service queue. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of object permissions for a specified permission on the service queue.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified permission on the service queue. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.EnumObjectPermissions(System.String)">
			<summary>Enumerates a list of object permissions for a specified grantee on the service queue.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified grantee on the service queue. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of object permissions for a specified grantee and a specified permission on the service queue.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified grantee and permission on the service queue. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Grants access to the specified permission for the specified grantee on the service queue.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be granted access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Grants access to the specified permission for the specified grantees on the service queue.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that lists the grantees to be granted access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Grants access to the specified permission and the ability to grant access to other users for the specified grantee on the service queue.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue"></see> object for other users.If True, the grantee is given the ability to grant other users access to the service queue.If False, the grantee is not given the ability to deny other users access to the service queue. </param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Grants access to the specified permission and the ability to grant access to other users for the specified grantees on the service queue.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue"></see> object for other users.If True, the grantee is given the ability to grant other users access to the service queue.If False, the grantee is not given the ability to deny other users access to the service queue. </param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Grants access to the specified permission and the ability to grant access to other users for the specified grantee on the service queue.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue"></see> object for other users.If True, the grantee is given the ability to grant other users access to the service queue.If False, the grantee is not given the ability to grant other users access to the service queue. </param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be denied access to the permission.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting access to the service queue to other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Grants access to the specified permission and the ability to grant access to other users for the specified grantee on the service queue under an assumed role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue"></see> object for other users.If True, the grantee is given the ability to grant other users access to the service queue.If False, the grantee is not given the ability to grant other users access to the service queue. </param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the permission.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting access to the service queue to other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Revokes previously granted permissions from a grantee on the service queue.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Revokes previously granted permissions from a list of grantees on the service queue.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from a grantee on the service queue and any other users to whom the grantee has granted access. The grantee is also given the ability to revoke other users' access.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue"></see> object for other users.If True, the grantee is given the ability to revoke other users' access from the service queue.If False, the grantee is not given the ability to revoke other users' access from the service queue.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users that the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from a grantees on the service queue and any other users to whom the grantees have granted access. The grantees are also given the ability to revoke other users' access.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue"></see> object for other users.If True, the grantee is given the ability to revoke other users' access from the service queue.If False, the grantee is not given the ability to revoke other users' access from the service queue.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users that the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from a grantee on the service queue and any other users to whom the grantee has granted access. The grantee is also given the ability to revoke other users' access under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue"></see> object for other users.If True, the grantee is given the ability to revoke other users' access from the service queue.If False, the grantee is not given the ability to revoke other users' access from the service queue.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users that the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked access to the permission.</param>
			<param name="asRole">A string value that specifies the role that the user assumes when revoking access from the service queue for other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from grantees on the service queue and any other users to whom the grantees have granted access. The grantees are also given the ability to revoke other users' access under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue"></see> object for other users.If True, the grantee is given the ability to revoke other users' access from the service queue.If False, the grantee is not given the ability to revoke other users' access from the service queue.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="cascade">A Boolean property that specifies whether users that the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the permission.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking access from the service queue for other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the Service Broker service queue.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.ActivationExecutionContext">
			<summary>Gets or sets the execution context for the activated procedure.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ActivationExecutionContext"></see> object value that specifies the execution context for the activated procedure.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.CreateDate">
			<summary>Gets the date and time when the service queue was created.</summary>
			<returns>A <see cref="T:System.DateTime"></see> object value that specifies the date and time when the service queue was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.DateLastModified">
			<summary>Gets the date and time when the service queue was last modified.</summary>
			<returns>A <see cref="T:System.DateTime"></see> system object value that specifies the date and time when the service queue was last modified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.Events">
			<summary>Gets the events associated with the service queue. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueEvents"></see> object that represents the service queue events.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.ExecutionContextPrincipal">
			<summary>Gets or sets the server principal for the activated procedure.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the server principal for the activated procedure.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.ExtendedProperties">
			<summary>Gets the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue"></see> object.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection"></see> object that specifies the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.FileGroup">
			<summary>Gets or sets the filegroup on which the service queue is located. </summary>
			<returns>A <see cref="T:System.String"></see> object value that specifies the filegroup for the service queue.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.ID">
			<summary>Gets the ID value that uniquely identifies the service queue.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the service queue.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.IsActivationEnabled">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property that specifies whether activation is enabled for the service queue.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether activation is enabled for the service queue.If True, activation is enabled for the service queue.If False (default), activation is disabled for the service queue.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.IsEnqueueEnabled">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property that specifies whether the queue is enabled.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the queue is enabled.If True, the queue is enabled.If False (default), the queue is disabled.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.IsRetentionEnabled">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property that specifies whether the retention is enabled for the service queue.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether retention is enabled for the service queue.If True, retention is enabled for the service queue.If False (default), retention is disabled for the service queue.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.MaxReaders">
			<summary>Gets or sets the maximum number of concurrent queue readers.</summary>
			<returns>An <see cref="T:System.Int16"></see> value that specifies the maximum number of concurrent queue readers.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker"></see>object value that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.ProcedureDatabase">
			<summary>Gets or sets the database that contains the executing procedure.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the database that contains the executing procedure.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.ProcedureName">
			<summary>Gets or sets the name of the executing procedure.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the executing procedure.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.ProcedureSchema">
			<summary>Gets or sets the schema of the executing procedure.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the schema of the executing procedure.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.RowCount">
			<summary>Gets the number of rows in the service queue.</summary>
			<returns>An <see cref="T:System.Int64"></see> value that specifies the number of rows in the service queue.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.RowCountAsDouble">
			<summary>Gets the number of rows in the service queue as a double floating point value.</summary>
			<returns>A <see cref="T:System.Float64"></see> value that specifies the number of rows in the service queue.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue"></see> objects that represent all the service queues defined on a database.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueCollection.Add(Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue)">
			<summary>Adds the specified Broker service queue object to the collection.</summary>
			<param name="serviceQueue">A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue"></see> object to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue"></see> object value that represents the service queue.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue"></see> object value that represents the service queue.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueCollection.Item(System.String,System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue"></see> object in the collection by name and schema.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue"></see> object value that represents the service queue.</returns>
			<param name="schema">A <see cref="T:System.String"></see> value that specifies the schema of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueCollection"></see> collection.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueEvents">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueEvents"></see> object represents the settings required for Microsoft SQL Server service queue event notification.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueEvents.ServerEvent">
			<summary>Specifies the event raised when an event occurs in <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue"></see> object and the user subscribed to the events from that object instance.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueEvents.GetEventSelection">
			<summary>Returns the currently selected event notifications.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet"></see> object that specifies the set of service queue events.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueEvents.StartEvents">
			<summary>Starts receiving events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueEvents.StopEvents">
			<summary>Stops receiving events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet)">
			<summary>Specifies the service queue events to receive.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet"></see> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet,Microsoft.SqlServer.Management.Smo.ServerEventHandler)">
			<summary>Specifies the service queue events to receive and the event handler that handles the events.</summary>
			<param name="eventHandler">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventHandler"></see> object that handles the events that are received.</param>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet"></see> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueEvents.UnsubscribeAllEvents">
			<summary>Clears all event settings, and removes all event handlers.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueEvents.UnsubscribeFromEvents(Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet)">
			<summary>Clears the specified event settings, and removes the specified event handlers.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet"></see> object that specifies the set of events to stop receiving.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute"></see> object represents a Service Broker route that contains the location information for the service and the database on which it is defined. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.#ctor(Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute"></see> class on the specified instance of Service Broker and with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute"></see> object.</param>
			<param name="serviceBroker">A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker"></see> object value that specifies the instance of Service Broker on which the service route is defined.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute"></see> object property changes on the instance of MicrosoftSQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.Create">
			<summary>Creates a service route on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Denies access to the specified permission for the specified grantee on the service route.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Denies access to the specified permission for the specified grantees on the service route.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Denies access to the specified permission for the specified grantee and other users that the grantee granted access on the service route.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users that the grantee has granted access to the permission are also denied access to the permission.If True, the grantee and users to which the grantee granted access to the permission are all denied access to the permission.If False, only the grantee is denied access to the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Denies access to the specified permission for the specified grantees on the service route.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users that the grantee has granted access to the permission are also denied access to the permission.If True, the grantee and users to which the grantee granted access to the permission are all denied access to the permission.If False, only the grantee is denied access to the permission. </param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.Drop">
			<summary>Removes the service route.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.EnumObjectPermissions">
			<summary>Enumerates a list of object permissions for the service route.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the service route. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of object permissions for a specified permission on the service route.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified permission on the service route. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.EnumObjectPermissions(System.String)">
			<summary>Enumerates a list of object permissions for a specified grantee on the service route.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified grantee on the service route. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Enumerates a list of object permissions for a specified grantee and a specified permission on the service route.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo"></see> objects that contains object permission information for the specified grantee and permission on the service route. </returns>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Grants access to the specified permission for the specified grantee on the service route.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be granted access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Grants access to the specified permission for the specified grantees on the service route.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that lists the grantees to be granted access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Grants access to the specified permission and the ability to grant access to other users for the specified grantee on the service route.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute"></see> object for other users.If True, the grantee is given the ability to grant other users access to the service route.If False, the grantee is not given the ability to deny other users access to the service route. </param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies the grantee to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Grants access to the specified permission and the ability to grant access to other users for the specified grantees on the service route.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute"></see> object for other users.If True, the grantee is given the ability to grant other users access to the service route.If False, the grantee is not given the ability to deny other users access to the service route. </param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Grants access to the specified permission and the ability to grant access to other users for the specified grantee on the service route.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute"></see> object for other users.If True, the grantee is given the ability to grant other users access to the service route.If False, the grantee is not given the ability to grant other users access to the service route. </param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be denied access to the permission.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting access to the service route to other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Grants access to the specified permission and the ability to grant access to other users for the specified grantee on the service route under an assumed role.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute"></see> object for other users.If True, the grantee is given the ability to grant other users access to the service route.If False, the grantee is not given the ability to grant other users access to the service route. </param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be denied access to the permission.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when granting access to the service route to other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Revokes previously granted permissions from a grantee on the service route.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Revokes previously granted permissions from a list of grantees on the service route.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from a grantee on the service route and any other users to whom the grantee has granted access. The grantee is also given the ability to revoke other users' access.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute"></see> object for other users.If True, the grantee is given the ability to revoke other users' access from the service route.If False, the grantee is not given the ability to revoke other users' access from the service route.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users that the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Revokes previously granted permissions from a grantees on the service route and any other users to whom the grantees have granted access. The grantees are also given the ability to revoke other users' access.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute"></see> object for other users.If True, the grantee is given the ability to revoke other users' access from the service route.If False, the grantee is not given the ability to revoke other users' access from the service route.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users that the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from a grantee on the service route and any other users to whom the grantee has granted access. The grantee is also given the ability to revoke other users' access under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute"></see> object for other users.If True, the grantee is given the ability to revoke other users' access from the service route.If False, the grantee is not given the ability to revoke other users' access from the service route.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users that the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="granteeName">A <see cref="T:System.String"></see> value that specifies a grantee to be revoked access to the permission.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking access from the service route for other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Revokes previously granted permissions from grantees on the service route and any other users to whom the grantees have granted access. The grantees are also given the ability to revoke other users' access under an assumed role.</summary>
			<param name="revokeGrant">A <see cref="T:System.Boolean"></see> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute"></see> object for other users.If True, the grantee is given the ability to revoke other users' access from the service route.If False, the grantee is not given the ability to revoke other users' access from the service route.</param>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet"></see> object that specifies the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean"></see> property that specifies whether users that the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String"></see> array that specifies a list of grantees to be revoked access to the permission.</param>
			<param name="asRole">A <see cref="T:System.String"></see> value that specifies the role that the user assumes when revoking access from the service route for other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.Address">
			<summary>Gets or sets the connection string for the remote Service Broker instance addressed by the route.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the connection string for the remote Service Broker instance addressed by the route.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.BrokerInstance">
			<summary>Gets or sets the Service Broker instance that hosts the remote service.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the Service Broker instance that hosts the remote service.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.Events">
			<summary>Gets the events associated with the service route. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteEvents"></see> object that represents the service route events.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.ExpirationDate">
			<summary>Gets or sets the date and time when the service route expires.</summary>
			<returns>A <see cref="T:System.DateTime"></see> system object value that specifies the date and time when the service route expires.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.ExtendedProperties">
			<summary>Gets the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute"></see> object.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection"></see> object that specifies the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.ID">
			<summary>Gets the ID value that uniquely identifies the service route.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the service route.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.MirrorAddress">
			<summary>Gets or sets the connection string of the remote mirrored Service Broker instance addressed by this route.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the connection string of remote mirrored Service Broker instance addressed by this route.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.Owner">
			<summary>Gets or sets the owner of the service route.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the owner of the service route.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker"></see> object value that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.RemoteService">
			<summary>Gets or sets the remote service addressed by the service route.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the remote service addressed by the service route.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute"></see> objects that represent all the service routes defined on a database.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteCollection.Add(Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute)">
			<summary>Adds the specified Broker service route object to the collection.</summary>
			<param name="serviceRoute">A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute"></see> object to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteCollection"></see> collection using a system-defined, unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute"></see> object value that represents the service route.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute"></see> object value that represents the service route.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteEvents">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteEvents"></see> object represents the settings required for Microsoft SQL Server service route event notification.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteEvents.ServerEvent">
			<summary>Specifies the event raised when an event occurs in <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute"></see> object and the user subscribed to the events from that object instance.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteEvents.GetEventSelection">
			<summary>Returns the currently selected event notifications.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of service route events.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteEvents.StartEvents">
			<summary>Starts receiving events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteEvents.StopEvents">
			<summary>Stops receiving events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Specifies the service route events to receive.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet,Microsoft.SqlServer.Management.Smo.ServerEventHandler)">
			<summary>Specifies the service route events to receive and the event handler that handles the events.</summary>
			<param name="eventHandler">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventHandler"></see> object that handles the events that are received.</param>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteEvents.UnsubscribeAllEvents">
			<summary>Clears all event settings, and removes all event handlers.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteEvents.UnsubscribeFromEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Clears the specified event settings, and removes all event handlers.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet"></see> object that specifies the set of events to stop receiving.</param>
		</member>
		<member name="N:Microsoft.SqlServer.Management.Smo.Mail">
			<summary>The Microsoft.SqlServer.Management.Smo.Mail namespace contains classes that represent the MicrosoftSQL Server Database Mail service.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValue">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValue"></see> class represents a SQL Server Database Mail subsystem configuration option.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValue.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValue"></see> object property changes on an instance of SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValue.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the SQL Server Database Mail configuration value.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValue.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the SQL Server Database Mail configuration option as specified by the scripting options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that specifies the scripting options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValue.Description">
			<summary>Gets or sets a textual description of the SQL Server Database Mail configuration option.</summary>
			<returns>A <see cref="T:System.String"></see> value that contains a textual description of the SQL Server Database Mail configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValue.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.SqlMail"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValue"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.SqlMail"></see> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValue"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValue.Value">
			<summary>Gets or sets the value of the referenced configuration option.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the value of the configuration option.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValueCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValueCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValue"></see> objects that represent all the configuration options defined on the SQL Server Database Mail subsystem.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValueCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValue"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValue"></see> object value that represents the configuration option.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValue"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValueCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValueCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValue"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValue"></see> object value that represents the configuration option.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValue"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValueCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValueCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.SqlMail"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValueCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.SqlMail"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValueCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccount">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccount"></see> class represents a SQL Server Database Mail subsystem mail account.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailAccount.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccount"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailAccount.#ctor(Microsoft.SqlServer.Management.Smo.Mail.SqlMail,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccount"></see> class on the specified instance of SQL Server Database Mail subsystem and with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the mail account.</param>
			<param name="sqlMail">A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.SqlMail"></see> object value that specifies the SQL Server Database Mail subsystem that is running on the instance of Microsoft SQL Server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailAccount.#ctor(Microsoft.SqlServer.Management.Smo.Mail.SqlMail,System.String,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccount"></see> class on the specified instance of SQL Server Database Mail subsystem and with the specified name and description.</summary>
			<param name="description">A <see cref="T:System.String"></see> value that contains a textual description of the purpose of the mail account.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the mail account.</param>
			<param name="parent">A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.SqlMail"></see> object value that specifies the SQL Server Database Mail subsystem that is running on the instance of SQL Server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailAccount.#ctor(Microsoft.SqlServer.Management.Smo.Mail.SqlMail,System.String,System.String,System.String,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccount"></see> class on the specified instance of SQL Server Database Mail subsystem and with the specified name, description, display name, and e-mail address.</summary>
			<param name="description">A <see cref="T:System.String"></see> value that contains a textual description of the purpose of the mail account.</param>
			<param name="displayName">A <see cref="T:System.String"></see> value that specifies the name that is displayed when messages are sent.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the mail account.</param>
			<param name="emailAddress">A <see cref="T:System.String"></see> value that specifies the e-mail address of the mail account.</param>
			<param name="parent">A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.SqlMail"></see> object value that specifies the SQL Server Database Mail subsystem that is running on the instance of SQL Server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailAccount.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccount"></see> object property changes on an instance of SQL Server running the SQL Server Database Mail subsystem. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailAccount.Create">
			<summary>Creates a mail account on the instance of SQL Server running the SQL Server Database Mail subsystem, as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccount"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailAccount.Drop">
			<summary>Removes an existing mail account.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailAccount.GetAccountProfileNames">
			<summary>This method supports the SQL Server Management Objects infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailAccount.Rename(System.String)">
			<summary>Renames the mail account.</summary>
			<param name="newName">A <see cref="T:System.String"></see> value that specifies the new name of the mail account.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailAccount.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the SQL Server Database Mail account.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailAccount.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL  script that can be used to re-create the SQL Server Database Mail account, as specified by the scripting options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that specifies the scripting options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.MailAccount.Description">
			<summary>Gets or sets a textual description of the purpose of the mail account.</summary>
			<returns>A <see cref="T:System.String"></see> value that contains a textual description of the purpose of the mail account.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.MailAccount.DisplayName">
			<summary>Gets or sets the name of the mail account that is displayed in messages.</summary>
			<returns>A <see cref="T:System.String"></see> value that contains the display name of the mail account.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.MailAccount.EmailAddress">
			<summary>Gets or sets the e-mail address of the mail account.</summary>
			<returns>A <see cref="T:System.String"></see> value that contains the e-mail address of the mail account.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.MailAccount.ID">
			<summary>Gets the ID value that uniquely identifies the mail account.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the mail account.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.MailAccount.IsBusyAccount">
			<summary>This property supports the SQL Server Management Objects infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.MailAccount.MailServers">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailServer"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailServer"></see> object represents a mail server associated with the mail account.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailServerCollection"></see> that represents the mail servers associated with the mail account.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.MailAccount.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.SqlMail"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccount"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.SqlMail"></see> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccount"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.MailAccount.ReplyToAddress">
			<summary>Gets or sets the e-mail address to which the mail account replies.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the e-mail address to which the mail account replies.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccountCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccountCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccount"></see> objects that represent all the mail accounts defined on the SQL Server Database Mail subsystem.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailAccountCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccountCollection"></see> collection using a system-defined unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccount"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccount"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccountCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.MailAccountCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccount"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccount"></see> object value that represents the mail account.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccount"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccountCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.MailAccountCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccount"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccount"></see> object value that represents the mail account.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccount"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccountCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.MailAccountCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.SqlMail"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccountCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.SqlMail"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccountCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfile">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfile"></see> class represents a SQL Server Database Mail subsystem mail profile.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailProfile.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfile"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailProfile.#ctor(Microsoft.SqlServer.Management.Smo.Mail.SqlMail,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfile"></see> class on the specified instance of SQL Server Database Mail subsystem and with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the mail profile.</param>
			<param name="sqlMail">A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.SqlMail"></see> object value that specifies the SQL Server Database Mail subsystem that is running on the instance of SQL Server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailProfile.#ctor(Microsoft.SqlServer.Management.Smo.Mail.SqlMail,System.String,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfile"></see> class on the specified instance of SQL Server Database Mail subsystem and with the specified name and description.</summary>
			<param name="description">A <see cref="T:System.String"></see> value that contains a textual description of the purpose of the mail profile.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the mail profile.</param>
			<param name="parent">A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.SqlMail"></see> object value that specifies the SQL Server Database Mail subsystem that is running on the instance of SQL Server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailProfile.AddAccount(System.String,System.Int32)">
			<summary>Associates a mail account with the referenced mail profile.</summary>
			<param name="accountName">A <see cref="T:System.String"></see> value that specifies the name of the mail account.</param>
			<param name="sequenceNumber">An <see cref="T:System.Int32"></see> value that specifies the sequence number of the mail account for the referenced profile.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailProfile.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfile"></see> object property changes on an instance of SQL Server running the SQL Server Database Mail subsystem. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailProfile.Create">
			<summary>Creates a mail profile on the instance of SQL Server running the SQL Server Database Mail subsystem, as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfile"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailProfile.Drop">
			<summary>Removes an existing mail profile.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailProfile.EnumAccounts">
			<summary>Returns an enumerated list of e-mail accounts associated with the referenced mail profile. </summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a table of information about e-mail accounts that are associated with the referenced mail profile. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailProfile.EnumPrincipals">
			<summary>Returns an enumerated list of security principals associated with the referenced mail profile. </summary>
			<returns>A <see cref="T:System.Data.DataTable"></see> object value that contains a table of information about security principals that are associated with the referenced mail profile. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailProfile.RemoveAccount(System.String)">
			<summary>Removes the association between a mail account and the referenced mail profile.</summary>
			<param name="accountName">A <see cref="T:System.String"></see> value that specifies the name of the mail account.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailProfile.Rename(System.String)">
			<summary>Renames the referenced mail profile.</summary>
			<param name="newName">A <see cref="T:System.String"></see> value that specifies the new name of the mail profile.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailProfile.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the SQL Server Database Mail profile.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailProfile.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the SQL Server Database Mail profile, as specified by the scripting options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that specifies the scripting options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.MailProfile.Description">
			<summary>Gets or sets a textual description of the purpose of the mail profile.</summary>
			<returns>A <see cref="T:System.String"></see> value that contains a textual description of the purpose of the mail profile.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.MailProfile.ID">
			<summary>Gets the ID value that uniquely identifies the mail profile.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the mail profile.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.MailProfile.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.SqlMail"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfile"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.SqlMail"></see> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfile"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfileCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfileCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfile"></see> objects that represent all the mail profiles defined on the SQL Server Database Mail subsystem.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailProfileCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfileCollection"></see> collection using a system-defined unique identifier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfile"></see> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32"></see> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfile"></see> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfileCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.MailProfileCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfile"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfile"></see> object value that represents the mail profile.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfile"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfileCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.MailProfileCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfile"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfile"></see> object value that represents the mail profile.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfile"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfileCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.MailProfileCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.SqlMail"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfileCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.SqlMail"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfileCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Mail.MailServer">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailServer"></see> class represents a SQL Server Database Mail subsystem mail server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailServer.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailServer"></see> object property changes on an instance of SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailServer.Rename(System.String)">
			<summary>Renames the mail server.</summary>
			<param name="newName">A <see cref="T:System.String"></see> value that specifies the new name of the mail server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailServer.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the SQL Server Database Mail server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailServer.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the SQL Server Database Mail server.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailServer.SetPassword(System.String)">
			<summary>Sets the password for the user account.</summary>
			<param name="password">A <see cref="T:System.String"></see> value that specifies the password for the user account.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.MailServer.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccount"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailServer"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccount"></see> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailServer"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.MailServer.Port">
			<summary>Gets or sets the port setting for the mail server.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the port address setting for the mail server associated with the referenced mail server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.MailServer.ServerType">
			<summary>Gets the type of mail server.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the type of mail server, such as Microsoft Exchange Server, Internet Message Access Protocol (IMAP), or Post Office Protocol 3 (POP3).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.MailServer.UserName">
			<summary>Gets or sets the user name associated with the referenced mail server.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the user associated with the referenced mail server.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Mail.MailServerCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailServerCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailServer"></see> objects that represent all the mail servers defined on the SQL Server Database Mail subsystem.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.MailServerCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailServer"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailServer"></see> object value that represents the mail server.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailServer"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailServerCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.MailServerCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailServer"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailServer"></see> object value that represents the mail server.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailServer"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailServerCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.MailServerCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccount"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailServerCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccount"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailServerCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Mail.SqlMail">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.SqlMail"></see> class represents the SQL Server Database Mail subsystem.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.SqlMail.Script">
			<summary>Generates a Transact-SQL script that can be used to re-create the SQL Server Database Mail subsystem.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.SqlMail.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Generates a Transact-SQL script that can be used to re-create the SQL Server Database Mail subsystem as specified by the scripting options.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions"></see> object value that specifies the scripting options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.SqlMail.Accounts">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccount"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccount"></see> object represents a SQL Server Database Mail account.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccountCollection"></see> that represents the mail accounts defined on the SQL Server Database Mail subsystem.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.SqlMail.ConfigurationValues">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValue"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValue"></see> object represents a SQL Server Database Mail configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValueCollection"></see> that represents the configuration options defined on the SQL Server Database Mail subsystem.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.SqlMail.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.SqlMail"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server"></see>object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.SqlMail"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.SqlMail.Profiles">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfile"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfile"></see> object represents a SQL Server Database Mail configuration option.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfileCollection"></see> that represents the mail profiles defined on the SQL Server Database Mail subsystem.</returns>
		</member>
		<member name="N:Microsoft.SqlServer.Management.Smo.RegisteredServers">
			<summary>The Microsoft.SqlServer.Management.Smo.RegisteredServers namespace contains classes that represent the Microsoft SQL Server Registered Servers service.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServer">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServer"></see> object represents a MicrosoftSQL Server registered server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServer.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServer"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServer.#ctor(System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServer"></see> object.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the registered server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServer.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServer"></see> object property changes on the instance of MicrosoftSQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServer.Create">
			<summary>Creates a registered server on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServer"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServer.Drop">
			<summary>Removes the <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServer"></see> from the server group and the registered server collection.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServer.GetSmoObject(Microsoft.SqlServer.Management.Smo.Urn)">
			<summary>Returns an object for the specified URN value.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegSvrSmoObject"></see> that specifies the object referenced by the URN value.</returns>
			<param name="urn">A <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> object value that specifies the object to return.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServer.Description">
			<summary>Gets or sets a textual description of the referenced registered server.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the textual description of the reference registered server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServer.Login">
			<summary>Gets or sets the login used to establish a connection with the registered server. </summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the used to establish a connection with the registered server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServer.LoginSecure">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property value that specifies whether the connection is authenticated by Windows authentication or not. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the connection is authenticated by Windows authentication or not.If True (default), the connection is authenticated by Windows authentication.If False, the connection is authenticated using SQL Server standard authentication.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServer.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroup"></see> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServer"></see> object. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroup"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServer"></see> object. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServer.SecurePassword">
			<summary>Gets or sets the password used with SQL Server standard authentication to establish a connection to the registered server. </summary>
			<returns>A <see cref="T:System.Security.SecureString"></see> value that specifies the secure string password used to connect using SQL Server standard authentication.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServer.ServerInstance">
			<summary>Gets or sets the instance of SQL Server that is the registered server. </summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the instance of SQL Server that is the registered server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServer.Urn">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> object value that represents the referenced registered server. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> object value that represents the referenced registered server.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServerCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServerCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServer"></see> objects that represent all the registered servers on the registered server group. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServerCollection.Add(Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServer)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServer"></see> object to the <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServerCollection"></see> collection.</summary>
			<param name="registeredServer">A <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServer"></see> object that is to be added to the <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServerCollection"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServerCollection.Contains(System.String)">
			<summary>Determines whether the specified string value exists within the collection.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the string value exists within the collection.If True, the string value exists within the collection.If False, the string value does not exist within the collection.</returns>
			<param name="key">A <see cref="T:System.String"></see> value that specifies a value for which the existence within the collection is being determined.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServerCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copies the collection of objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServer"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index value in the collection to start copying. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServerCollection.GetEnumerator">
			<summary>Returns an <see cref="T:System.Collections.IEnumerator"></see> interface that allows you to iterate through the objects in the collection. </summary>
			<returns>An <see cref="T:System.Collections.IEnumerator"></see> system interface for the referenced collection object.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServerCollection.Remove(System.String)">
			<summary>Removes a <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServer"></see> object from the <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServerCollection"></see> object.</summary>
			<param name="key">A <see cref="T:System.String"></see> value that specifies the name of the registered server that is to be removed from the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServerCollection.Count">
			<summary>Gets the number of <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServer"></see> objects in the collection.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the number of <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServer"></see> objects in the collection.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServerCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServer"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServer"></see> object value that represents the registered server.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServer"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServerCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServerCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServer"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServer"></see> object value that represents the registered server.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServer"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServerCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServerCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroup"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServerCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroup"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServerCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegSvrCollectionBase">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegSvrCollectionBase"></see> class is a base class used in the construction of the <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServerCollection"></see> object.   </summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegSvrCollectionBase.IsSynchronized">
			<summary>Gets a <see cref="T:System.Boolean"></see> value indicating whether access to the collection is synchronized and therefore thread-safe.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the access to the collection is synchronized.If True, access to the collection is synchronized. If False (default), access to the collection is not synchronized.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegSvrCollectionBase.SyncRoot">
			<summary>Gets an object that can be used to synchronize access to the collection.</summary>
			<returns>An <see cref="T:System.Object"></see> system object value that can be used to synchronize access to the collection.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegSvrSmoObject">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegSvrSmoObject"></see> class is a class used in the construction MicrosoftSQL Server registered server objects.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegSvrSmoObject.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegSvrSmoObject"></see> object.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegSvrSmoObject.Name">
			<summary>Gets or sets the name of the object. </summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name for the object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegSvrSmoObject.Properties">
			<summary>Gets the properties associated with the object. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyCollection"></see> object value that specifies the properties of the object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegSvrSmoObject.Urn">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> object that represents the object. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> object value that represents the object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegSvrSmoObject.UrnSkeleton">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> object that represents the object. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> object value that represents the object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroup">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroup"></see> object represents a group of MicrosoftSQL Server registered servers.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroup.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroup"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroup.#ctor(System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroup"></see> object that has the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the server group.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroup.Description">
			<summary>Gets or sets the textual description of the referenced group of registered servers. </summary>
			<returns>A <see cref="T:System.String"></see> value that contains the textual description of the server group.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroup.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroup"></see> object that is the parent of the referenced <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroup"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroup"></see> object that is the parent of the referenced <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroup"></see> object. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroup.Path">
			<summary>Gets the path of the referenced server group.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the path of the referenced server group.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroup.ServerType">
			<summary>Gets the <see cref="T:System.Guid"></see> object value that specifies the type of server associated with the server group.</summary>
			<returns>A <see cref="T:System.Guid"></see> system object value that specifies the type of server associated with the server group.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroup.Urn">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> object value that represents the server group.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> object value that represents the server group.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroupBase">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroupBase"></see> class is a base class that is used in the construction of the <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroup"></see> class, which represents a group of MicrosoftSQL Server registered servers.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroupBase.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroupBase"></see> object property changes on the instance of MicrosoftSQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroupBase.ClearCollections">
			<summary>Clears the server group collections.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroupBase.Create">
			<summary>Creates a server group on the instance of MicrosoftSQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroupBase"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroupBase.Drop">
			<summary>Removes the <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroupBase"></see> from the parent server group.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroupBase.RegisteredServers">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServer"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServer"></see> object represents a registered server that is included in the parent server group.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServerCollection"></see> object that represents all the registered servers that are included in the parent server group. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroupBase.ServerGroups">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroup"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroup"></see> object represents a server group that is included in the parent server group.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroupCollection"></see> object that represents all the server groups that are included in the parent server group. </returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroupCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroupCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroup"></see> objects that represent all the server groups on the server group. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroupCollection.Add(Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroup)">
			<summary>Adds a <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroup"></see> object to the <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroupCollection"></see> collection.</summary>
			<param name="registeredServer">A <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroup"></see> object that is to be added to the <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroupCollection"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroupCollection.Contains(System.String)">
			<summary>Determines whether the specified string value exists within the collection.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the string value exists within the collection.If True, the string value exists within the collection.If False, the string value does not exist within the collection.</returns>
			<param name="key">A <see cref="T:System.String"></see> value that specifies a value for which the existence within the collection is being determined.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroupCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServer"></see> objects.</param>
			<param name="index">An <see cref="T:System."></see><see cref="Int32"></see> value that specifies the index position to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroupCollection.GetEnumerator">
			<summary>Returns an <see cref="T:System.Collections.IEnumerator"></see> interface that lets you iterate through the objects in the collection. </summary>
			<returns>An <see cref="T:System.Collections.IEnumerator"></see> system interface for the referenced collection object.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroupCollection.Remove(System.String)">
			<summary>Removes a <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroup"></see> object from the <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroupCollection"></see> object.</summary>
			<param name="key">A <see cref="T:System.String"></see> value that specifies the name of the server group that is to be removed from the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroupCollection.Count">
			<summary>Gets the number of objects in the referenced collection.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the number of objects in the referenced collection.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroupCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroup"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroup"></see> object value that represents the server group.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroup"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroupCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroupCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroup"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroup"></see> object value that represents the server group.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroup"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroupCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroupCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroup"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroupCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroup"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroupCollection"></see> object.</returns>
		</member>
		<member name="N:Microsoft.SqlServer.Management.Smo.Wmi">
			<summary>The <see cref="N:Microsoft.SqlServer.Management.Smo.Wmi"></see> namespace contains classes that provide programmatic access to the Windows Management Instrumentation (WMI) from an SMO application.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Wmi.ClientProtocol">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ClientProtocol"></see> class represents a network protocol installed on a client instance that allows communication with the instance of MicrosoftSQL Server over a network.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.ClientProtocol.Refresh">
			<summary>Refreshes the properties of the referenced object.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.ClientProtocol.DisplayName">
			<summary>Gets or sets the display name of the referenced protocol.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the display name of the protocol.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.ClientProtocol.IsEnabled">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property that specifies whether the client network protocol is enabled or disabled.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the client network protocol is enabled or disabled.If True, the client network protocol is enabled.If False (default), the client network protocol is disabled.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.ClientProtocol.NetLibInfo">
			<summary>Gets the network library information file for the referenced protocol.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.NetLibInfo"></see> object value that specifies the network library information file.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.ClientProtocol.NetworkLibrary">
			<summary>Gets the network library file name for the referenced protocol.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the network library file name for the referenced protocol.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.ClientProtocol.Order">
			<summary>Gets or sets the order in which the referenced protocol is listed and applied in relation to the other currently supported protocols.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the order of the referenced protocol in the list of currently supported protocols.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.ClientProtocol.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ManagedComputer"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ClientProtocol"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ManagedComputer"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ClientProtocol"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Wmi.ClientProtocolCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ClientProtocolCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ClientProtocol"></see> objects that represent all the client protocols defined on the parent object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.ClientProtocolCollection.Contains(System.String)">
			<summary>Checks whether the specified key value exists in the collection.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the key value exists in the collection.If True, the key value exists in the collection.If False, the key value does not exist in the collection.</returns>
			<param name="key">A <see cref="T:System.String"></see> value that specifies the key value to check the existence of in the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.ClientProtocolCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Wmi.ClientProtocol[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ClientProtocol"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index position to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.ClientProtocolCollection.GetEnumerator">
			<summary>Gets an enumerator that can iterate through the list of objects.</summary>
			<returns>A <see cref="T:System.Collections.IEnumerator"></see> object value that specifies that can be used to iterate through the collection.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.ClientProtocolCollection.Count">
			<summary>Gets the number of <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ClientProtocol"></see> objects in the referenced collection. </summary>
			<returns>An int32 value that specifies the number of <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ClientProtocol"></see> objects in the referenced collection. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.ClientProtocolCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ClientProtocol"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ClientProtocol"></see> object value that represents the client protocol.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ClientProtocol"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ClientProtocolCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.ClientProtocolCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ManagedComputer"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ClientProtocolCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ManagedComputer"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ClientProtocolCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Wmi.ClientProtocolProperty">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ClientProtocolProperty"></see> class represents an attribute of a Windows Management Instrumentation (WMI) client protocol.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Wmi.ClientProtocolPropertyCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ClientProtocolPropertyCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ClientProtocolProperty"></see> objects that represent all the attributes of the client protocol defined on the parent object.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Wmi.IPAddressProperty">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.IPAddressProperty"></see> class represents an attribute of a Windows Management Instrumentation (WMI) IP address.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Wmi.IPAddressPropertyCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.IPAddressPropertyCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.IPAddressProperty"></see> objects that represent all the attributes of the IP address defined on the parent object.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Wmi.ManagedComputer">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ManagedComputer"></see> class represents a Windows Management Instrumentation (WMI) installation on an instance of MicrosoftSQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.ManagedComputer.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ManagedComputer"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.ManagedComputer.#ctor(System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ManagedComputer"></see> class with the specified computer name.</summary>
			<param name="machineName">A <see cref="T:System.String"></see> value that specifies the name of the computer.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.ManagedComputer.#ctor(System.String,System.String,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ManagedComputer"></see> class with the specified computer name and the specified login and password.</summary>
			<param name="userName">A <see cref="T:System.String"></see> value that specifies the user name.</param>
			<param name="password">A <see cref="T:System.String"></see> value that specifies the password.</param>
			<param name="machineName">A <see cref="T:System.String"></see> value that specifies the name of the computer.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.ManagedComputer.GetSmoObject(Microsoft.SqlServer.Management.Smo.Urn)">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject"></see> object with the specified Uniform Resource Name (URN) address.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject"></see> object that represents the object with the specified URN address.</returns>
			<param name="urn">A <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> object with the specified URN address.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.ManagedComputer.ClientProtocols">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ClientProtocol"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ClientProtocol"></see> object represents a client protocol defined on the WMI installation.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ClientProtocolCollection"></see> object that represents all the client protocols defined on the WMI installation. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.ManagedComputer.ConnectionSettings">
			<summary>Gets the connection settings for the referenced WMI installation.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.WmiConnectionInfo"></see> object that represents all the connection settings defined on the WMI installation. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.ManagedComputer.ServerAliases">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerAlias"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerAlias"></see> object represents a server alias defined on the WMI installation.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerAliasCollection"></see> object that represents all the server aliases defined on the WMI installation. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.ManagedComputer.ServerInstances">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerInstance"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerInstance"></see> object represents an instance of SQL Server defined on the WMI installation.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerInstanceCollection"></see> object that represents all the server instances defined on the WMI installation. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.ManagedComputer.Services">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.Service"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.Service"></see> object represents a SQL Server service defined on the WMI installation.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServiceCollection"></see> object that represents all the SQL Server services defined on the WMI installation. </returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Wmi.NetLibInfo">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.NetLibInfo"></see> object represents information regarding a network library file.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.NetLibInfo.Date">
			<summary>Gets the date and time when the network library file was created.</summary>
			<returns>A <see cref="T:System.DateTime"></see> system object value that specifies the date and time when the network library file was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.NetLibInfo.FileName">
			<summary>Gets the name of the network library file.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the network library file.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.NetLibInfo.Size">
			<summary>Gets the size of the network library file in kilobytes.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the size of the network library file in kilobytes.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.NetLibInfo.Version">
			<summary>Gets the version information for the network library file.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies version information for the network library file.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Wmi.ProtocolBase">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ProtocolBase"></see> class represents a protocol used on a Microsoft SQL Server client or a SQL Server server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.ProtocolBase.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.Protocol"></see> object property changes on an instance of SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.ProtocolBase.GetManagementObject">
			<summary>Returns the object that manages the referenced protocol object.</summary>
			<returns>A <see cref="T:System.Management.ManagementObject"></see> system object value that specifies the management object.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.ProtocolBase.Refresh">
			<summary>Refreshes the properties of the referenced object.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.ProtocolBase.ProtocolProperties">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ProtocolProperty"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ProtocolProperty"></see> object represents an attribute defined on the referenced protocol.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ProtocolPropertyCollection"></see> object that represents all the attributes defined on the referenced protocol. </returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Wmi.ProtocolProperty">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ProtocolProperty"></see> class represents an attribute of a protocol on the Windows Management Instrumentation (WMI) installation.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Wmi.ProtocolPropertyCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ProtocolPropertyCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ProtocolProperty"></see> objects that represent all the attributes of the protocol defined on the parent object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.ProtocolPropertyCollection.Contains(System.String)">
			<summary>Checks whether the specified key value exists in the collection.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the key value exists in the collection.If True, the key value exists in the collection.If False, the key value does not exist in the collection.</returns>
			<param name="key">A <see cref="T:System.String"></see> value that specifies the key value to check the existence of in the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.ProtocolPropertyCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Wmi.ProtocolProperty[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ProtocolProperty"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index position to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.ProtocolPropertyCollection.GetEnumerator">
			<summary>Returns an <see cref="T:System.Collections.IEnumerator"></see> interface that allows you to iterate through the objects in the collection.</summary>
			<returns>An <see cref="T:System.Collections.IEnumerator"></see> system interface for the referenced collection object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.ProtocolPropertyCollection.Count">
			<summary>Gets the number of <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ProtocolProperty"></see> objects in the referenced collection. </summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the number of <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ProtocolProperty"></see> objects in the referenced collection. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.ProtocolPropertyCollection.IsSynchronized">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether access to the collection is synchronized and therefore thread-safe.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the access to the collection is synchronized. If True, access to the collection is synchronized. If False (false), access to the collection is not synchronized.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.ProtocolPropertyCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ProtocolProperty"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ProtocolProperty"></see> object value that represents an attribute of the protocol.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ProtocolProperty"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ProtocolPropertyCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.ProtocolPropertyCollection.SyncRoot">
			<summary>Gets an object that can be used to synchronize access to the collection.</summary>
			<returns>An <see cref="T:System.Object"></see> system object value that specifies the object that is used to synchronize access to the collection.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Wmi.ProviderArchitecture">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ProviderArchitecture"></see> enumeration contains values that are used to specify the Windows Management Instrumentation (WMI) provider architecture. </summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.Wmi.ProviderArchitecture.Default">
			<summary>Default architecture.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.Wmi.ProviderArchitecture.Use32bit">
			<summary>The WMI provider architecture is 32-bit.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.Wmi.ProviderArchitecture.Use64bit">
			<summary>The WMI Provider architecture is 64-bit.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerAlias">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerAlias"></see> class represents an alias for a server connection on the Windows Management Instrumentation (WMI) installation.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.ServerAlias.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerAlias"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.ServerAlias.#ctor(Microsoft.SqlServer.Management.Smo.Wmi.ManagedComputer,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerAlias"></see> class on the specified WMI installation and with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the server connection alias.</param>
			<param name="managedComputer">A <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ManagedComputer"></see> object value that specifies the WMI installation for which the server connection alias is used.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.ServerAlias.Create">
			<summary>Creates a server connection alias on the WMI installation as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerAlias"></see> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.ServerAlias.Drop">
			<summary>Removes the server connection alias from the WMI installation.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.ServerAlias.ConnectionString">
			<summary>Gets or sets the connection string that the alias uses to connect to the server.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the connection string.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.ServerAlias.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ManagedComputer"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerAlias"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ManagedComputer"></see> object that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerAlias"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.ServerAlias.ProtocolName">
			<summary>Gets or sets the name of the protocol used by the server connection alias.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the protocol used by the server connection alias.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.ServerAlias.ServerName">
			<summary>Gets or sets the name of the instance of SQL Server to which the server alias connects.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the instance of SQL Server to which the server alias connects.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerAliasCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerAliasCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerAlias"></see> objects that represent all the Microsoft SQL Server aliases defined on the parent object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.ServerAliasCollection.Contains(System.String)">
			<summary>Checks whether the specified key value exists in the collection.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the key value exists in the collection.If True, the key value exists in the collection.If False, the key value does not exist in the collection.</returns>
			<param name="key">A <see cref="T:System.String"></see> value that specifies the key value to check the existence of in the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.ServerAliasCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Wmi.ServerAlias[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerAlias"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index position to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.ServerAliasCollection.GetEnumerator">
			<summary>Returns an <see cref="T:System.Collections.IEnumerator"></see> interface that allows you to iterate through the objects in the collection.</summary>
			<returns>An <see cref="T:System.Collections.IEnumerator"></see> system interface for the referenced collection object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.ServerAliasCollection.Count">
			<summary>Gets the number of <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerAlias"></see> objects in the referenced collection. </summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the number of <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerAlias"></see> objects in the referenced collection. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.ServerAliasCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerAlias"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerAlias"></see> object value that represents a SQL Server alias.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerAlias"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerAliasCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.ServerAliasCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerAlias"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerAlias"></see> object value that represents a SQL Server alias.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerAlias"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerAliasCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.ServerAliasCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ManagedComputer"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerAliasCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ManagedComputer"></see> object that owns the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerAliasCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerInstance">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerInstance"></see> class represents an instance of MicrosoftSQL Server.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.ServerInstance.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ManagedComputer"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerInstance"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ManagedComputer"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerInstance"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.ServerInstance.ServerProtocols">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocol"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocol"></see> object represents a server protocol defined on the Microsoft Management Instrumentation (WMI) installation.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocolCollection"></see> object that represents all the server protocols defined on the WMI installation. </returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerInstanceCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerInstanceCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerInstance"></see> objects that represent all the instances of Microsoft SQL Server defined on the parent object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.ServerInstanceCollection.Contains(System.String)">
			<summary>Checks whether the specified key value exists in the collection.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the key value exists in the collection.If True, the key value exists in the collection.If False, the key value does not exist in the collection.</returns>
			<param name="key">A <see cref="T:System.String"></see> value that specifies the key value to check the existence of in the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.ServerInstanceCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Wmi.ServerInstance[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerInstance"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index position to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.ServerInstanceCollection.GetEnumerator">
			<summary>Returns an <see cref="T:System.Collections.IEnumerator"></see> interface that allows you to iterate through the objects in the collection.</summary>
			<returns>An <see cref="T:System.Collections.IEnumerator"></see> system interface for the referenced collection object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.ServerInstanceCollection.Count">
			<summary>Gets the number of <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerInstance"></see> objects in the referenced collection. </summary>
			<returns>An int32 value that specifies the number of <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerInstance"></see> objects in the referenced collection. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.ServerInstanceCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerInstance"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerInstance"></see> object value that represents an instance of SQL Server.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerInstance"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerInstanceCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.ServerInstanceCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerInstance"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerInstance"></see> object value that represents an instance of SQL Server.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerInstance"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerInstanceCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.ServerInstanceCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ManagedComputer"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerInstanceCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ManagedComputer"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerInstanceCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddress">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddress"></see> class represents the IP address of the server protocol defined on the Windows Management Instrumentation (WMI) installation. </summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddress.IPAddress">
			<summary>Gets the IP address associated with the server.</summary>
			<returns>An <see cref="T:System.Net.IPAddress"></see> system object value that specifies the IP address of the server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddress.IPAddressProperties">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.IPAddressProperty"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.IPAddressProperty"></see> object represents an attribute of the IP address.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.IPAddressPropertyCollection"></see> object that represents all the attributes of the IP address. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddress.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocol"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddress"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocol"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddress"></see> object</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddressCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddressCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddress"></see> objects that represent all the server IP addresses defined on the parent object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddressCollection.Contains(System.String)">
			<summary>Checks whether the specified key value exists in the collection.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the key value exists in the collection.If True, the key value exists in the collection.If False, the key value does not exist in the collection.</returns>
			<param name="key">A <see cref="T:System.String"></see> value that specifies the key value to check the existence of in the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddressCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddress[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddress"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index position to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddressCollection.GetEnumerator">
			<summary>Returns an <see cref="T:System.Collections.IEnumerator"></see> interface that allows you to iterate through the objects in the collection.</summary>
			<returns>An <see cref="T:System.Collections.IEnumerator"></see> system interface for the referenced collection object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddressCollection.Count">
			<summary>Gets the number of <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddress"></see> objects in the referenced collection. </summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the number of <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddress"></see> objects in the referenced collection. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddressCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddress"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddress"></see> object value that represents the server IP address.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddress"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddressCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddressCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddress"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddress"></see> object value that represents the server IP address.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddress"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddressCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddressCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocol"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddressCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocol"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddressCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocol">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocol"></see> class represents a network protocol installed on a server instance that allows communication with MicrosoftSQL Server clients over a network.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocol.DisplayName">
			<summary>Gets or sets the display name of the referenced protocol.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the display name of the protocol.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocol.HasMultiIPAddresses">
			<summary>Gets the <see cref="T:System.Boolean"></see> property that specifies whether there are multiple IP addresses associated with the server protocol. </summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the server protocol has multiple IP addresses associated with it.If True, the server protocol has multiple IP addresses.If False (default), the server protocol has a single IP address.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocol.IPAddresses">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddress"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddress"></see> object represents an IP address defined on the server protocol.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddressCollection"></see> object that represents all the IP addresses defined on the server protocol. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocol.IsEnabled">
			<summary>Gets or sets the <see cref="T:System.Boolean"></see> property that specifies whether the server network protocol is enabled or disabled.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the server network protocol is enabled or disabled.If True, the server network protocol is enabled.If False (default), the server network protocol is disabled.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocol.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ManagedComputer"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocol"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ManagedComputer"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocol"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocolCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocolCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocol"></see> objects that represent all the server protocols defined on the parent object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocolCollection.Contains(System.String)">
			<summary>Checks whether the specified key value exists in the collection.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the key value exists in the collection.If True, the key value exists in the collection.If False, the key value does not exist in the collection.</returns>
			<param name="key">A <see cref="T:System.String"></see> value that specifies the key value to check the existence of in the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocolCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocol[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocol"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index position to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocolCollection.GetEnumerator">
			<summary>Returns an <see cref="T:System.Collections.IEnumerator"></see> interface that allows you to iterate through the objects in the collection.</summary>
			<returns>An <see cref="T:System.Collections.IEnumerator"></see> system interface for the referenced collection object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocolCollection.Count">
			<summary>Gets the number of <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocol"></see> objects in the referenced collection. </summary>
			<returns>An int32 value that specifies the number of <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocol"></see> objects in the referenced collection. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocolCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocol"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocol"></see> object value that represents the server protocol.</returns>
			<param name="name">A <see cref="T:System.STring"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocol"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocolCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocolCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerInstance"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocolCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerInstance"></see> object that owns the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocolCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocolProperty">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocolProperty"></see> class represents an attribute of a Windows Management Instrumentation (WMI) server protocol.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocolPropertyCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocolPropertyCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocolProperty"></see> objects that represent all the attributes of the server protocol defined on the parent object.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Wmi.Service">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.Service"></see> class represents an instance of the SQL Server service.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.Wmi.Service.ManagementStateChange">
			<summary>An event that occurs when the management state changes.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.Service.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.Service"></see> object property changes on an instance of SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.Service.ChangePassword(System.String,System.String)">
			<summary>Changes the password for the system account under which the SQL Server service is running.</summary>
			<param name="newPassword">A <see cref="T:System.String"></see> value that specifies the new password.</param>
			<param name="oldPassword">A <see cref="T:System.String"></see> value that specifies the existing password.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.Service.Pause">
			<summary>Pauses the SQL Server service.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.Service.Refresh">
			<summary>Refreshes the SQL Server service.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.Service.Resume">
			<summary>Resumes the SQL Server service.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.Service.SetServiceAccount(System.String,System.String)">
			<summary>Sets the account under which the SQL Server service runs.</summary>
			<param name="userName">A <see cref="T:System.String"></see> value that specifies the system account under which the SQL Server service runs.</param>
			<param name="password">A <see cref="T:System.String"></see> value that specifies the password for the system account.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.Service.Start">
			<summary>Starts the SQL Server service.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.Service.Stop">
			<summary>Stops the SQL Server service.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.Service.AcceptsPause">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the SQL Server service can be paused.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the SQL Server service can be paused.If True, the service can be paused.If False (default), the service cannot be paused.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.Service.AcceptsStop">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether the SQL Server service can be stopped.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the SQL Server service can be stopped.If True, the service can be stopped.If False (default), the service cannot be stopped.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.Service.AdvancedProperties">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Property"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.Property"></see> object represents an advanced property defined on the SQL Server service.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyCollection"></see> object that represents all the advanced properties defined on the SQL Server service. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.Service.Dependencies">
			<summary>Returns a list of services that are dependent on the referenced SQL Server service.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> system object value that specifies the services associated with the SQL Server service.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.Service.Description">
			<summary>Gets a textual description of the SQL Server service.</summary>
			<returns>A <see cref="T:System.String"></see> value that contains a textual description of the SQL Server service.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.Service.DisplayName">
			<summary>Gets the display name of the SQL Server service.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the display name of the SQL Server service.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.Service.ErrorControl">
			<summary>Gets the severity of the error if the SQL Server service fails to start during startup.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServiceErrorControl"></see> object value that specifies the severity of the error if the service fails to start during MicrosoftSQL Server startup.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.Service.ExitCode">
			<summary>Gets the Win32 error code that defines problems encountered when starting and stopping the SQL Server service.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the Win32 error code that defines problems encountered when starting and stopping the service.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.Service.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ManagedComputer"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.Service"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ManagedComputer"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.Service"></see> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.Service.PathName">
			<summary>Gets the path and file name of the binary file that implements the SQL Server service.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the path and file name of the binary file that implements the service.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.Service.ProcessId">
			<summary>Gets the process ID that uniquely identifies the SQL Server service.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the ID value that uniquely identifies the service.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.Service.ServiceAccount">
			<summary>Gets the system account under which the SQL Server service is running.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the system account under which the service is running.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.Service.ServiceState">
			<summary>Gets the state of the SQL Server service, such as running, stopped, or paused.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServiceState"></see> object value that specifies the state of the SQL Server service.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.Service.StartMode">
			<summary>Gets or sets the method by which the SQL Server service is started.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServiceStartMode"></see> object value that specifies the method by which the service is started.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.Service.StartupParameters">
			<summary>Gets or sets any startup parameters for the SQL Server service.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the startup parameters for the SQL Server service.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.Service.Type">
			<summary>Gets the type of service, such as Microsoft Search service, SQL Server Agent service, or SQL Server service.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ManagedServiceType"></see> object that specifies the type of SQL Server service.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Wmi.ServiceCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServiceCollection"></see> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.Service"></see> objects that represent all SQL Server services defined on the parent object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.ServiceCollection.Contains(System.String)">
			<summary>Checks whether the specified key value exists in the collection.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the key value exists in the collection.If True, the key value exists in the collection.If False, the key value does not exist in the collection.</returns>
			<param name="key">A <see cref="T:System.String"></see> value that specifies the key value to check the existence of in the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.ServiceCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Wmi.Service[],System.Int32)">
			<summary>Copies the collection objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.Service"></see> objects.</param>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the index position to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.ServiceCollection.GetEnumerator">
			<summary>Returns an <see cref="T:System.Collections.IEnumerator"></see> interface that allows you to iterate through the objects in the collection.</summary>
			<returns>An <see cref="T:System.Collections.IEnumerator"></see> system interface for the referenced collection object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.ServiceCollection.Count">
			<summary>Gets the number of <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.Service"></see> objects in the referenced collection. </summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the number of <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.Service"></see> objects in the referenced collection. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.ServiceCollection.Item(System.Int32)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.Service"></see> object in the collection by index number.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.Service"></see> object value that represents a SQL Server service.</returns>
			<param name="index">An <see cref="T:System.Int32"></see> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.Service"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServiceCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.ServiceCollection.Item(System.String)">
			<summary>Gets a <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.Service"></see> object in the collection by name.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.Service"></see> object value that represents a SQL Server service.</returns>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.Service"></see> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServiceCollection"></see> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.ServiceCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ManagedComputer"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServiceCollection"></see> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ManagedComputer"></see> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServiceCollection"></see> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Wmi.WmiCollectionBase">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.WmiCollectionBase"></see> class represents all collection objects in the Windows Management Instrumentation (WMI) object reference.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.WmiCollectionBase.Add(Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject)">
			<summary>Adds the specified object to the referenced collection.</summary>
			<param name="wmiObj">A <see cref="T:System.String"></see> value that specifies the name of the object to add to the collection</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.WmiCollectionBase.Remove(System.String)">
			<summary>Removes the specified object from the referenced collection.</summary>
			<param name="objname">A <see cref="T:System.String"></see> value that specifies the name of the object to remove from the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.WmiCollectionBase.IsSynchronized">
			<summary>Gets the <see cref="T:System.Boolean"></see> property value that specifies whether access to the collection is synchronized (thread safe).</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether access to the collection is thread safe.If True, access to the collection is synchronized.If False (default), access to the collection is not synchronized.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.WmiCollectionBase.SyncRoot">
			<summary>Gets an object that can be used to synchronize access to the collection.</summary>
			<returns>An <see cref="T:System.Object"></see> value that can be used to synchronize access to the collection.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Wmi.WmiConnectionInfo">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.WmiConnectionInfo"></see> class represents connection information used by the installation of Windows Management Instrumentation (WMI).</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.WmiConnectionInfo.SetPassword(System.String)">
			<summary>Sets the password for the account that is used to establish the connection.</summary>
			<param name="password">A <see cref="T:System.String"></see> value that specifies the password.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.WmiConnectionInfo.MachineName">
			<summary>Gets or sets the name of the computer on which Windows Management Instrumentation (WMI) is installed.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the computer on which WMI is installed.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.WmiConnectionInfo.Timeout">
			<summary>Gets or sets the period after which the Windows Management Instrumentation (WMI) connection times out in seconds.</summary>
			<returns>An <see cref="T:System.Int32"></see> value that specifies the period after which the WMI connection times out in seconds.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.WmiConnectionInfo.Username">
			<summary>Gets the name of the account used to establish the connection.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the account used to establish the connection.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject"></see> class represents the fundamental Windows Management Instrumentation (WMI) object from which all WMI objects are constructed.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject"></see> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject.#ctor(System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject"></see> class with the specified name.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject.#ctor(Microsoft.SqlServer.Management.Smo.Wmi.WmiCollectionBase,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject"></see> class with the specified name and collection base class.</summary>
			<param name="parentColl">A <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.WmiCollectionBase"></see> object on which the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject"></see> object is based.</param>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject"></see> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject.AlterProtocolProperties(Microsoft.SqlServer.Management.Smo.Wmi.ProtocolPropertyCollection)">
			<summary>Updates any protocol object property changes on the Windows Management Instrumentation (WMI) installation. </summary>
			<param name="protocolProperties">A <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ProtocolPropertyCollection"></see> object that specifies the properties to update.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject.CheckObjectState">
			<summary>Checks the state of the referenced object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject.CreateProtocolPropertyCollection">
			<summary>Creates a set of protocol attributes for the referenced object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ProtocolPropertyCollection"></see> object that specifies the set of protocol attributes.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject.GetPropertyManagementObject(Microsoft.SqlServer.Management.Smo.Wmi.ProtocolProperty)">
			<summary>Gets the management object for the specified protocol property.</summary>
			<returns>A <see cref="T:System.Management.ManagementObject"></see> system object that specifies the object that manages the <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ProtocolProperty"></see> object.</returns>
			<param name="pp">A <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ProtocolProperty"></see> object that specifies the protocol property.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject.GetPropertyObject(Microsoft.SqlServer.Management.Smo.PropertyCollection,System.Data.DataRow,System.Object)">
			<summary>Gets the property from the specified collection with the specified position and value.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ProtocolProperty"></see> object that specifies the protocol property.</returns>
			<param name="properties">A <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyCollection"></see> object that specifies the property collection that contains the property.</param>
			<param name="dr">A <see cref="T:System.Data.DataRow"></see> system object value that specifies the position of the property in the property collection.</param>
			<param name="propValue">An <see cref="T:System.Object"></see> value that specifies the property value.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject.GetProtocolPropertyCollection">
			<summary>Returns the protocol property collection for the referenced object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ProtocolPropertyCollection"></see> object that specifies the protocol property collection for the referenced object.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject.Initialize">
			<summary>Initializes the referenced object.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.OrderBy"></see> object array value that specifies the initialized object order information.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject.InvokeMgmtMethod(System.Management.ManagementObject,System.String,System.Object[])">
			<summary>Invokes the management method for the referenced object with the specified management object, method name, and parameters.</summary>
			<param name="mo">A <see cref="T:System.Management.ManagementObject"></see> value that specifies the management object for the referenced object.</param>
			<param name="methodName">A <see cref="T:System.String"></see> value that specifies the name of the management method.</param>
			<param name="parameters">An <see cref="T:System.Object"></see> array value that specifies the parameters for the management method.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject.InvokeMgmtMethod(System.Management.ManagementObject,System.Management.ManagementOperationObserver,System.String,System.Object[])">
			<summary>Invokes the management method for the referenced object with the specified management object, observer, method name, and parameters.</summary>
			<param name="observer">A <see cref="T:System.Management.ManagementOperationObserver"></see> system object value that specifies the observer of the management method for the referenced object.</param>
			<param name="mo">A <see cref="T:System.Management.ManagementObject"></see> system object value that specifies the management object for the referenced object.</param>
			<param name="methodName">A <see cref="T:System.String"></see> value that specifies the name of the management method.</param>
			<param name="parameters">An <see cref="T:System.Object"></see> system object array value that specifies the parameters for the management method.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject.IsObjectInitialized">
			<summary>Specifies whether the referenced object is initialized.</summary>
			<returns>A <see cref="T:System.Boolean"></see> value that specifies whether the referenced object is initialized.If True, the object is initialized.If False, the object is not initialized.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject.Refresh">
			<summary>Refreshes the referenced object and its properties.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject.SetName(System.String)">
			<summary>Sets the name of the referenced object.</summary>
			<param name="name">A <see cref="T:System.String"></see> value that specifies the name of the referenced object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject.SetParentImpl(Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject)">
			<summary>Sets the parent of the referenced object.</summary>
			<param name="newParent">A <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject"></see> that is the parent of the referenced object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject.Trace(System.String)">
			<summary>Creates a trace of the referenced object.</summary>
			<param name="traceText">A <see cref="T:System.String"></see> value that specifies the buffer in which to store the trace output.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject.UpdateObjectState">
			<summary>Updates the object state.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject.Name">
			<summary>Gets or sets the name of the referenced Windows Management Instrumentation (WMI) object.</summary>
			<returns>A <see cref="T:System.String"></see> value that specifies the name of the referenced WMI object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject.Properties">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Property"></see> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.Property"></see> object represents a property defined on the Windows Management Instrumentation (WMI) object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyCollection"></see> that represents the properties defined on the WMI object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject.Urn">
			<summary>Gets the Uniform Resource Name (URN) address that represents the Windows Management Instrumentation (WMI) object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Urn"></see> object value that specifies the WMI object.</returns>
		</member>
	</members>
</doc>