Disallowed Types and Members in System.Data.dll

Applies to: SQL Server

SQL Server common language integration (CLR) programming disallows the use of a type or member that has a HostProtectionAttribute that specifies a System.Security.Permissions.HostProtectionResource enumeration with a value of ExternalProcessMgmt, ExternalThreading, MayLeakOnAbort, SecurityInfrastructure, SelfAffectingProcessMgmnt, SelfAffectingThreading, SharedState, Synchronization, or UI. The following table lists the members and types of the System.Data.dll assembly whose Host Protection Attribute (HPA) values are disallowed.

Note

This list was generated from the supported assemblies. For more information, see Supported .NET Framework Libraries.

Type or Member HPA Value(s)
System.Data.SqlClient.SqlCommand.BeginExecuteNonQuery() ExternalThreading
System.Data.SqlClient.SqlCommand.BeginExecuteReader() ExternalThreading
System.Data.SqlClient.SqlCommand.BeginExecuteXmlReader() ExternalThreading
System.Data.SqlClient.SqlDependency..ctor() ExternalThreading
System.Data.SqlClient.SqlDependency.Start() ExternalThreading
System.Data.SqlClient.SqlDependency.Stop() ExternalThreading
System.Data.TypedDataSetGenerator SharedState, Synchronization
System.Xml.XmlDataDocument Synchronization

See Also

Host Protection Attributes and CLR Integration Programming
Disallowed Types and Members in Microsoft.VisualBasic.dll
Disallowed Types and Members in mscorlib.dll
Disallowed Types and Members in System.dll
Disallowed Types and Members in System.Core.dll