Skip to content

Commit 4544388

Browse files
authored
Merge pull request #6522 from MicrosoftDocs/sai-removelocinfo0710-5
remove en-us in links part5
2 parents 017b7e7 + c93a223 commit 4544388

54 files changed

Lines changed: 111 additions & 111 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/ado/guide/data/service-providers-and-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ Service providers are components that extend the functionality of data providers
2424

2525
Universal Data Access provides a *component architecture* that allows individual, specialized components to implement discrete sets of database functionality, or "services," on top of less capable stores. Thus, rather than forcing each data store to provide its own implementation of extended functionality or forcing generic applications to implement database functionality internally, service components provide a common implementation that any application can use when accessing any data store. The fact that some functionality is implemented natively by the data store and some through generic components is transparent to the application.
2626

27-
For example, a cursor engine, such as [The Cursor Service for OLE DB](http://msdn.microsoft.com/en-us/57638feb-4ecd-4051-becb-8f828d21cf44), is a service component that can consume data from a sequential, forward-only data store to produce scrollable data. Other service providers commonly used by ADO include the [Microsoft OLE DB Persistence Provider (ADO Service Provider)](../../../ado/guide/appendixes/microsoft-ole-db-persistence-provider-ado-service-provider.md) (for saving data to a file), the [Microsoft Data Shaping Service for OLE DB (ADO Service Provider)](../../../ado/guide/appendixes/microsoft-data-shaping-service-for-ole-db-ado-service-provider.md) (for hierarchical **Recordsets**), and the [Microsoft OLE DB Remoting Provider (ADO Service Provider)](../../../ado/guide/appendixes/microsoft-ole-db-remoting-provider-ado-service-provider.md) (for invoking data providers on a remote computer).
27+
For example, a cursor engine, such as [The Cursor Service for OLE DB](http://msdn.microsoft.com/57638feb-4ecd-4051-becb-8f828d21cf44), is a service component that can consume data from a sequential, forward-only data store to produce scrollable data. Other service providers commonly used by ADO include the [Microsoft OLE DB Persistence Provider (ADO Service Provider)](../../../ado/guide/appendixes/microsoft-ole-db-persistence-provider-ado-service-provider.md) (for saving data to a file), the [Microsoft Data Shaping Service for OLE DB (ADO Service Provider)](../../../ado/guide/appendixes/microsoft-data-shaping-service-for-ole-db-ado-service-provider.md) (for hierarchical **Recordsets**), and the [Microsoft OLE DB Remoting Provider (ADO Service Provider)](../../../ado/guide/appendixes/microsoft-ole-db-remoting-provider-ado-service-provider.md) (for invoking data providers on a remote computer).
2828

2929
For more information about service and data providers, see [Appendix A: Providers](../../../ado/guide/appendixes/appendix-a-providers.md).

docs/ado/reference/ado-api/schemaenum.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ manager: craigg
2424
Specifies the type of schema **Recordset** that the [OpenSchema](../../../ado/reference/ado-api/openschema-method.md) method retrieves.
2525

2626
## Remarks
27-
Additional information about the function and columns returned for each ADO constant can be found in topics in [Appendix B: Schema Rowsets](http://msdn.microsoft.com/en-us/2b5fbf03-e50d-44ee-bc57-5a57666c55f1) of the OLE DB Programmer's Reference. The name of each topic is listed in parentheses in the Description section of the following table.
27+
Additional information about the function and columns returned for each ADO constant can be found in topics in [Appendix B: Schema Rowsets](http://msdn.microsoft.com/2b5fbf03-e50d-44ee-bc57-5a57666c55f1) of the OLE DB Programmer's Reference. The name of each topic is listed in parentheses in the Description section of the following table.
2828

29-
Additional information about the function and columns returned for each ADO MD constant can be found in topics in [OLE DB for OLAP Objects and Schema Rowsets](http://msdn.microsoft.com/en-us/d20bb2a6-68bd-423f-9ec8-eb930cd0c144) in the OLE DB for Online Analytical Processing (OLAP) documentation. The name of each topic is listed in parentheses in the Description column of the following table.
29+
Additional information about the function and columns returned for each ADO MD constant can be found in topics in [OLE DB for OLAP Objects and Schema Rowsets](http://msdn.microsoft.com/d20bb2a6-68bd-423f-9ec8-eb930cd0c144) in the OLE DB for Online Analytical Processing (OLAP) documentation. The name of each topic is listed in parentheses in the Description column of the following table.
3030

3131
You can translate the data types of columns in the OLE DB documentation to ADO data types by referring to the Description column of the ADO [DataTypeEnum](../../../ado/reference/ado-api/datatypeenum.md) topic. For example, an OLE DB data type of **DBTYPE_WSTR** is equivalent to an ADO data type of **adWChar**.
3232

33-
ADO generates schema-like results for the constants, **adSchemaDBInfoKeywords** and **adSchemaDBInfoLiterals**. ADO creates a **Recordset**, and then fills each row with the values returned respectively by the **IDBInfo::GetKeywords** and **IDBInfo::GetLiteralInfo** methods. Additional information about these methods can be found in the [IDBInfo](http://msdn.microsoft.com/en-us/3f5ad97f-3fc6-4f21-b691-f6911e4007f3) section of the OLE DB Programmer's Reference.
33+
ADO generates schema-like results for the constants, **adSchemaDBInfoKeywords** and **adSchemaDBInfoLiterals**. ADO creates a **Recordset**, and then fills each row with the values returned respectively by the **IDBInfo::GetKeywords** and **IDBInfo::GetLiteralInfo** methods. Additional information about these methods can be found in the [IDBInfo](http://msdn.microsoft.com/3f5ad97f-3fc6-4f21-b691-f6911e4007f3) section of the OLE DB Programmer's Reference.
3434

3535
|Constant|Value|Description|Constraint Columns|
3636
|--------------|-----------|-----------------|------------------------|

docs/analysis-services/multidimensional-models-adomd-net-client/retrieving-data-using-the-adomddatareader.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ manager: kfile
3232

3333
- Call the <xref:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader.Read%2A> method of the <xref:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader> object.
3434

35-
The <xref:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader.Read%2A> method obtains a row from the query results. You can then pass the name, or the ordinal reference, of the column to the [Item](https://msdn.microsoft.com/en-us/library/ms131793(v=sql.130).aspx) property to access each column of the returned row. For example, the first column in the current row is named, ColumnName. Then, either `reader[0].ToString()` or `reader["ColumnName"].ToString()` will return the contents of the first column in the current row.
35+
The <xref:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader.Read%2A> method obtains a row from the query results. You can then pass the name, or the ordinal reference, of the column to the [Item](https://msdn.microsoft.com/library/ms131793(v=sql.130).aspx) property to access each column of the returned row. For example, the first column in the current row is named, ColumnName. Then, either `reader[0].ToString()` or `reader["ColumnName"].ToString()` will return the contents of the first column in the current row.
3636

3737
- Call one of the typed accessor methods.
3838

docs/analysis-services/tabular-models-scripting-language-objects/roles-object-tmsl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ manager: kfile
2525
and administrator. See [Roles and Permissions &#40;Analysis Services&#41;](../../analysis-services/multidimensional-models/roles-and-permissions-analysis-services.md) for information about database permissions.
2626

2727
members
28-
Members consist of both a member name and ID, where member name is the alias or friendly name of a Windows security principle, and the ID is the security identifier. Both are specified in role definition.See [SID components](https://msdn.microsoft.com/en-us/library/windows/desktop/aa379597\(v=vs.85\).aspx) for details about identifiers.
28+
Members consist of both a member name and ID, where member name is the alias or friendly name of a Windows security principle, and the ID is the security identifier. Both are specified in role definition.See [SID components](https://msdn.microsoft.com/library/windows/desktop/aa379597\(v=vs.85\).aspx) for details about identifiers.
2929

3030
tablePermissions
3131
A table permission is a named object with permissions defined via a DAX expression. This property is optional, used to apply a security filter.

docs/analysis-services/tabular-models/roles-ssas-tabular.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ manager: kfile
7575

7676
|Function|Description|
7777
|--------------|-----------------|
78-
|[USERNAME Function (DAX)](http://msdn.microsoft.com/en-us/22dddc4b-1648-4c89-8c93-f1151162b93f)|Returns the domain\ username of the user currently logged on.|
79-
|[CUSTOMDATA Function (DAX)](http://msdn.microsoft.com/en-us/58235ad8-226c-43cc-8a69-5a52ac19dd4e)|Returns the CustomData property in a connection string.|
78+
|[USERNAME Function (DAX)](http://msdn.microsoft.com/22dddc4b-1648-4c89-8c93-f1151162b93f)|Returns the domain\ username of the user currently logged on.|
79+
|[CUSTOMDATA Function (DAX)](http://msdn.microsoft.com/58235ad8-226c-43cc-8a69-5a52ac19dd4e)|Returns the CustomData property in a connection string.|
8080

8181
You can use the LOOKUPVALUE function to return values for a column in which the Windows user name is the same as the user name returned by the USERNAME function or a string returned by the CustomData function. Queries can then be restricted where the values returned by LOOKUPVALUE match values in the same or related table.
8282

@@ -119,8 +119,8 @@ manager: kfile
119119
## See Also
120120
[Perspectives](../../analysis-services/tabular-models/perspectives-ssas-tabular.md)
121121
[Analyze in Excel](../../analysis-services/tabular-models/analyze-in-excel-ssas-tabular.md)
122-
[USERNAME Function (DAX)](http://msdn.microsoft.com/en-us/22dddc4b-1648-4c89-8c93-f1151162b93f)
123-
[LOOKUPVALUE Function (DAX)](http://msdn.microsoft.com/en-us/73a51c4d-131c-4c33-a139-b1342d10caab)
124-
[CUSTOMDATA Function (DAX)](http://msdn.microsoft.com/en-us/58235ad8-226c-43cc-8a69-5a52ac19dd4e)
122+
[USERNAME Function (DAX)](http://msdn.microsoft.com/22dddc4b-1648-4c89-8c93-f1151162b93f)
123+
[LOOKUPVALUE Function (DAX)](http://msdn.microsoft.com/73a51c4d-131c-4c33-a139-b1342d10caab)
124+
[CUSTOMDATA Function (DAX)](http://msdn.microsoft.com/58235ad8-226c-43cc-8a69-5a52ac19dd4e)
125125

126126

docs/connect/php/sqlsrv-prepare.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ sqlsrv_close($conn);
216216
```
217217
218218
> [!NOTE]
219-
> It is recommended to use strings as inputs when binding values to a [decimal or numeric column](https://docs.microsoft.com/en-us/sql/t-sql/data-types/decimal-and-numeric-transact-sql) to ensure precision and accuracy as PHP has limited precision for [floating point numbers](http://php.net/manual/en/language.types.float.php). The same applies to bigint columns, especially when the values are outside the range of an [integer](../../t-sql/data-types/int-bigint-smallint-and-tinyint-transact-sql.md).
219+
> It is recommended to use strings as inputs when binding values to a [decimal or numeric column](https://docs.microsoft.com/sql/t-sql/data-types/decimal-and-numeric-transact-sql) to ensure precision and accuracy as PHP has limited precision for [floating point numbers](http://php.net/manual/en/language.types.float.php). The same applies to bigint columns, especially when the values are outside the range of an [integer](../../t-sql/data-types/int-bigint-smallint-and-tinyint-transact-sql.md).
220220
221221
## Example
222222
This code sample shows how to bind a decimal value as an input parameter.

docs/connect/php/sqlsrv-query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ sqlsrv_close($conn);
160160
```
161161
162162
> [!NOTE]
163-
> It is recommended to use strings as inputs when binding values to a [decimal or numeric column](https://docs.microsoft.com/en-us/sql/t-sql/data-types/decimal-and-numeric-transact-sql) to ensure precision and accuracy as PHP has limited precision for [floating point numbers](http://php.net/manual/en/language.types.float.php). The same applies to bigint columns, especially when the values are outside the range of an [integer](../../t-sql/data-types/int-bigint-smallint-and-tinyint-transact-sql.md).
163+
> It is recommended to use strings as inputs when binding values to a [decimal or numeric column](https://docs.microsoft.com/sql/t-sql/data-types/decimal-and-numeric-transact-sql) to ensure precision and accuracy as PHP has limited precision for [floating point numbers](http://php.net/manual/en/language.types.float.php). The same applies to bigint columns, especially when the values are outside the range of an [integer](../../t-sql/data-types/int-bigint-smallint-and-tinyint-transact-sql.md).
164164
165165
## Example
166166
This code sample shows how to bind a decimal value as an input parameter.

docs/connect/php/step-4-connect-resiliently-to-sql-with-php.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ manager: craigg
1919
[!INCLUDE[Driver_PHP_Download](../../includes/driver_php_download.md)]
2020

2121

22-
The demo program is designed so that a transient error (that is any error code with the prefix '08' as listed in this [appendix](https://docs.microsoft.com/en-us/sql/odbc/reference/appendixes/appendix-a-odbc-error-codes)) during an attempt to connect leads to a retry. But a transient error during query command causes the program to discard the connection and create a new connection, before retrying the query command. We neither recommend nor disrecommend this design choice. The demo program illustrates some of the design flexibility that is available to you.
22+
The demo program is designed so that a transient error (that is any error code with the prefix '08' as listed in this [appendix](https://docs.microsoft.com/sql/odbc/reference/appendixes/appendix-a-odbc-error-codes)) during an attempt to connect leads to a retry. But a transient error during query command causes the program to discard the connection and create a new connection, before retrying the query command. We neither recommend nor disrecommend this design choice. The demo program illustrates some of the design flexibility that is available to you.
2323

2424
The length of this code sample is due mostly to the catch exception logic.
2525

docs/connect/python/pymssql/step-3-proof-of-concept-connecting-to-sql-using-pymssql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ This code example demonstrates the use of transactions in which you:
8484

8585
## Next steps
8686

87-
For more information, see the [Python Developer Center](https://azure.microsoft.com/en-us/develop/python/).
87+
For more information, see the [Python Developer Center](https://azure.microsoft.com/develop/python/).

docs/connect/python/pyodbc/step-3-proof-of-concept-connecting-to-sql-using-pyodbc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ while row:
7676
`
7777
## Next steps
7878

79-
For more information, see the [Python Developer Center](https://azure.microsoft.com/en-us/develop/python/).
79+
For more information, see the [Python Developer Center](https://azure.microsoft.com/develop/python/).

0 commit comments

Comments
 (0)