Important
Some information relates to prerelease product that may be substantially modified before itâs released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
SqlAuthenticationInitializerDefines the core behavior of authentication initializers that can be registered in the app.config file and provides a base for derived classes.
SqlAuthenticationParametersRepresents AD authentication parameters passed by a driver to authentication providers.
SqlAuthenticationProviderDefines the core behavior of authentication providers and provides a base class for derived classes.
SqlAuthenticationTokenRepresents an AD authentication token.
SqlBulkCopyLets you efficiently bulk load a SQL Server table with data from another source.
SqlBulkCopyColumnMappingDefines the mapping between a column in a SqlBulkCopy instance's data source and a column in the instance's destination table.
SqlBulkCopyColumnMappingCollectionCollection of SqlBulkCopyColumnMapping objects that inherits from CollectionBase.
SqlClientFactoryRepresents a set of methods for creating instances of the System.Data.SqlClient provider's implementation of the data source classes.
SqlClientLoggerRepresents a SQL client logger.
SqlClientMetaDataCollectionNamesProvides a list of constants for use with the GetSchema method to retrieve metadata collections.
SqlClientPermissionEnables the .NET Framework Data Provider for SQL Server to help make sure that a user has a security level sufficient to access a data source.
SqlClientPermissionAttributeAssociates a security action with a custom security attribute.
SqlColumnEncryptionCertificateStoreProviderThe implementation of the key store provider for Windows Certificate Store. This class enables using certificates stored in the Windows Certificate Store as column master keys. For details, see Always Encrypted.
SqlColumnEncryptionCngProviderThe CMK Store provider implementation for using the Microsoft Cryptography API: Next Generation (CNG) with Always Encrypted.
SqlColumnEncryptionCspProviderThe CMK Store provider implementation for using Microsoft CAPI based Cryptographic Service Providers (CSP) with Always Encrypted.
SqlColumnEncryptionEnclaveProviderThe base class that defines the interface for enclave providers for Always Encrypted.
SqlColumnEncryptionKeyStoreProviderBase class for all key store providers. A custom provider must derive from this class and override its member functions and then register it using SqlConnection.RegisterColumnEncryptionKeyStoreProviders(). For details see, Always Encrypted.
SqlCommandRepresents a Transact-SQL statement or stored procedure to execute against a SQL Server database. This class cannot be inherited.
SqlCommandBuilderAutomatically generates single-table commands that are used to reconcile changes made to a DataSet with the associated SQL Server database. This class cannot be inherited.
SqlConnectionRepresents a connection to a SQL Server database. This class cannot be inherited.
SqlConnectionStringBuilderProvides a simple way to create and manage the contents of connection strings used by the SqlConnection class.
SqlCredentialSqlCredential provides a more secure way to specify the password for a login attempt using SQL Server Authentication.
SqlCredential is comprised of a user id and a password that will be used for SQL Server Authentication. The password in a SqlCredential object is of type SecureString.
SqlCredential cannot be inherited.
Windows Authentication (Integrated Security = true
) remains the most secure way to log in to a SQL Server database.
Represents a set of data commands and a database connection that are used to fill the DataSet and update a SQL Server database. This class cannot be inherited.
SqlDataReaderProvides a way of reading a forward-only stream of rows from a SQL Server database. This class cannot be inherited.
SQLDebuggingIncluded to support debugging applications. Not intended for direct use.
SqlDependencyThe SqlDependency object represents a query notification dependency between an application and an instance of SQL Server. An application can create a SqlDependency object and register to receive notifications via the OnChangeEventHandler event handler.
SqlEnclaveAttestationParametersEncapsulates the information SqlClient sends to SQL Server to initiate the process of attesting and creating a secure session with the enclave, SQL Server uses for computations on columns protected using Always Encrypted.
SqlEnclaveSessionEncapsulates the state of a secure session between SqlClient and an enclave inside SQL Server, which can be used for computations on encrypted columns protected with Always Encrypted.
SqlErrorCollects information relevant to a warning or error returned by SQL Server.
SqlErrorCollectionCollects all errors generated by the .NET Framework Data Provider for SQL Server. This class cannot be inherited.
SqlExceptionThe exception that is thrown when SQL Server returns a warning or error. This class cannot be inherited.
SqlInfoMessageEventArgsProvides data for the InfoMessage event.
SqlNotificationEventArgsRepresents the set of arguments passed to the notification event handler.
SqlParameterRepresents a parameter to a SqlCommand and optionally its mapping to DataSet columns. This class cannot be inherited. For more information on parameters, see Configuring Parameters and Parameter Data Types.
SqlParameterCollectionRepresents a collection of parameters associated with a SqlCommand and their respective mappings to columns in a DataSet. This class cannot be inherited.
SqlProviderServicesThe DbProviderServices implementation for the SqlClient provider for SQL Server.
SqlRowsCopiedEventArgsRepresents the set of arguments passed to the SqlRowsCopiedEventHandler.
SqlRowUpdatedEventArgsProvides data for the RowUpdated event.
SqlRowUpdatingEventArgsProvides data for the RowUpdating event.
SqlTransactionRepresents a Transact-SQL transaction to be made in a SQL Server database. This class cannot be inherited.
The .NET Data Provider for SQL Server describes a collection of classes used to access a SQL Server database in the managed space. Using the SqlDataAdapter, you can fill a memory-resident DataSet that you can use to query and update the database.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4