Low quality sentence examples
NET Framework 데이터 공급자에서는 관리 공간에서 데이터 소스(예: 데이터베이스)에 액세스하는 데 사용되는 클래스 컬렉션이 설명됩니다.A. NET Framework data provider describes a collection of classes used to access a data source, such as a database, in the managed space.
새 응용 프로그램의 경우 Microsoft Visual C 또는 Visual Basic과 같은 관리되는 프로그래밍 언어를 사용하고 있고 SQL Server의 새 기능에 액세스해야 한다면. NET Framework의 일부인. NET Framework Data Provider for SQL Server를 사용해야 합니다.
NET Framework Data Provider for SQL Server에서 사용자가 데이터 소스에 액세스하는 데 충분한 보안 수준을 갖도록 보장합니다. Enables 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.
NET Framework data provider on the report server,
보안 정보 유지를 true로 설정 하지 않으면 SQL Server에 대 한. NET Framework Data Provider는 연결 문자열에 암호를 유지 하거나 반환 하지 않습니다. The. NET Framework Data Provider for SQL Server does not persist or return the password in a connection string unless you set Persist Security Info to true.
보고서 관리자를 열고 데이터 공급자가 사용 가능한 데이터 원본 목록에 포함되어 있는지 확인하여 데이터 공급자가 보고서 서버에 배포되었는지 확인할 수 있습니다. You can verify whether the data provider was deployed successfully to the report server by opening Report Manager and verifying that the data provider is included in the list of available data sources.
DataAdapter는. NET Framework 데이터 공급자의 Connection 개체를 사용하여 데이터 소스에 연결하며 Command 개체를 사용하여 데이터 소스에서 데이터를 검색하고 변경 내용을 데이터 소스에 적용합니다. The DataAdapter uses the Connection object of the. NET Framework data provider to connect to a data source,
of the. NET Framework. NET Framework data provider assembly (not including the. dll file name extension.
of the. NET Framework. NET Framework data provider assembly (not including the. dll file name extension.
NET Framework Data Provider for SQL Server는 SQL Server와 통신 하는 자체 프로토콜을 사용 합니다. The. NET Framework Data Provider for SQL Server uses its own protocol to communicate with SQL Server.
이 시도가 실패하면 데이터 액세스 공급자는 장애 조치(failover) 파트너 이름(사용 가능한 경우)을 시도합니다. If that attempt does not work, the data access provider tries the failover partner name, if available.
그런 후에는 데이터 액세스 공급자가 시간 초과되지 않으면 장애 조치(failover) 파트너에 연결을 시도합니다. Thereafter, if the data access provider has not timed out,
파트너 이름이 현재 주 서버를 올바르게 식별하는 경우 일반적으로 데이터 액세스 공급자가 초기 연결을 여는 데 성공합니다. If either partner name correctly identifies the current principal server, the data access provider normally succeeds in opening the initial connection.
expires before it succeeds, the data access provider tries the other partner.
클라이언트가 제공한 장애 조치(failover) 파트너 이름이 지난 데이터인 경우 데이터 액세스 공급자의 동작은 클라이언트에서 장애 조치(failover) 파트너 이름을 제공하지 않은 경우와 같습니다. When the client-supplied failover partner name is stale, the behavior of the data access provider equates to the case in which a failover partner name is not supplied by the client.
연결을 시도할 때 데이터 액세스 공급자는 최초 파트너 이름부터 사용하기 시작합니다. When attempting to connect, the data access provider begins by using the initial partner name.
장애 조치(failover) 파트너 이름이 연결 문자열에 제공되는 경우 데이터 액세스 공급자의 동작은 클라이언트의 네트워크 프로토콜과 운영 체제에 따라 다음과 같이 달라집니다. When the failover partner name is supplied in the connection string, the behavior of the data access provider depends on the network protocol and operating system of the client, as follows.
NET 데이터 공급자를 등록하려면To register a. NET data provider on the Report Designer client.
NET Framework 데이터 공급자의 RowUpdating 이벤트를 발생시킵니다. Raises the RowUpdating event of a. NET Framework data provider.
NET Framework의 일부인. NET Framework Data Provider for SQL Server를 사용해야 합니다.