Skip to content

Commit 8f4ffb5

Browse files
authored
Merge branch 'master' into master
2 parents 06125ca + 9cb14ba commit 8f4ffb5

2,412 files changed

Lines changed: 42054 additions & 40356 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.

.openpublishing.redirection.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1565,6 +1565,51 @@
15651565
"redirect_url": "/sql/analysis-services/analysis-services",
15661566
"redirect_document_id": false
15671567
},
1568+
{
1569+
"source_path": "docs/analysis-services/tabular-models/data-sources-ssas-tabular.md",
1570+
"redirect_url": "/sql/analysis-services/analysis-services",
1571+
"redirect_document_id": false
1572+
},
1573+
{
1574+
"source_path": "docs/analysis-services/tabular-models/edit-an-existing-data-source-connection-ssas-tabular.md",
1575+
"redirect_url": "/sql/analysis-services/analysis-services",
1576+
"redirect_document_id": false
1577+
},
1578+
{
1579+
"source_path": "docs/analysis-services/tabular-models/manually-process-data-ssas-tabular.md",
1580+
"redirect_url": "/sql/analysis-services/analysis-services",
1581+
"redirect_document_id": false
1582+
},
1583+
{
1584+
"source_path": "docs/analysis-services/tabular-models/process-data-ssas-tabular.md",
1585+
"redirect_url": "/sql/analysis-services/analysis-services",
1586+
"redirect_document_id": false
1587+
},
1588+
{
1589+
"source_path": "docs/analysis-services/tabular-models/ssas-import-data-copy-and-paste-data.md",
1590+
"redirect_url": "/sql/analysis-services/analysis-services",
1591+
"redirect_document_id": false
1592+
},
1593+
{
1594+
"source_path": "docs/analysis-services/tabular-models/ssas-import-data-text-file.md",
1595+
"redirect_url": "/sql/analysis-services/analysis-services",
1596+
"redirect_document_id": false
1597+
},
1598+
{
1599+
"source_path": "docs/analysis-services/tabular-models/ssas-import-data-data-feed.md",
1600+
"redirect_url": "/sql/analysis-services/analysis-services",
1601+
"redirect_document_id": false
1602+
},
1603+
{
1604+
"source_path": "docs/analysis-services/tabular-models/ssas-import-data-multidimensional-data-source.md",
1605+
"redirect_url": "/sql/analysis-services/analysis-services",
1606+
"redirect_document_id": false
1607+
},
1608+
{
1609+
"source_path": "docs/analysis-services/tabular-models/ssas-import-data-relational-data-source.md",
1610+
"redirect_url": "/sql/analysis-services/analysis-services",
1611+
"redirect_document_id": false
1612+
},
15681613
{
15691614
"source_path": "docs/reporting-services/report-server/configure-kerberos-to-use-power-bi-reports.md",
15701615
"redirect_url": "https://powerbi.microsoft.com/documentation/reportserver-configure-kerberos-powerbi-reports/",

docs/ado/ado-glossary.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ caps.latest.revision: 15
1616
author: "MightyPen"
1717
ms.author: "genemi"
1818
manager: "jhubbard"
19+
ms.workload: "Inactive"
1920
---
2021
# ADO Glossary Terms
2122
This topic defines terms relevant to ADO.

docs/ado/guide/ado-history.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ caps.latest.revision: 13
1515
author: "MightyPen"
1616
ms.author: "genemi"
1717
manager: "jhubbard"
18+
ms.workload: "Inactive"
1819
---
1920
# ADO Features for each Release
2021
This topic lists the new features introduced by each release of ADO, ADO MD, and ADOX.

docs/ado/guide/ado-introduction.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ caps.latest.revision: 14
1515
author: "MightyPen"
1616
ms.author: "MightyPen"
1717
manager: "jhubbard"
18+
ms.workload: "Inactive"
1819
---
1920
# ADO Overview and Benefits
2021
ActiveX Data Objects (ADO) is a high-level, easy-to-use interface to OLE DB. OLE DB is a low-level, high-performance interface to a variety of data stores. Both ADO and OLE DB can work with relational (tabular) and nonrelational (hierarchical or stream) data.

docs/ado/guide/ado-programmer-s-guide.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ caps.latest.revision: 12
1515
author: "MightyPen"
1616
ms.author: "genemi"
1717
manager: "jhubbard"
18+
ms.workload: "On Demand"
1819
---
1920
# ADO Programmer's Guide for using ADO Objects
2021
This documentation provides an overview of how to use ADO objects to work with data from various data sources. First, the introduction summarizes the new features and the requirement for installing, using, and redistributing the ADO component. The next sections discuss the use of the various types of ADO objects. Finally, the appendixes discuss various Microsoft-supplied data and service providers, error messages, and tips about how to use ADO in several programming languages, in addition to samples and a glossary.

docs/ado/guide/ado-security-design-issues.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ caps.latest.revision: 18
1515
author: "MightyPen"
1616
ms.author: "genemi"
1717
manager: "jhubbard"
18+
ms.workload: "Inactive"
1819
---
1920
# ADO Security Design Features
2021
The following sections describe security design features in ActiveX Data Objects (ADO) 2.8 and later. These changes were made in ADO 2.8 to improve security. ADO 6.0, which is included in Windows DAC 6.0 in Windows Vista, is functionally equivalent to ADO 2.8, which was included in MDAC 2.8 in Windows XP and Windows Server 2003. This topic provides information about how to best secure your applications in ADO 2.8 or later.

docs/ado/guide/ado-task-table.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ caps.latest.revision: 9
1616
author: "MightyPen"
1717
ms.author: "genemi"
1818
manager: "jhubbard"
19+
ms.workload: "Inactive"
1920
---
2021
# ADO Programming Task Table
2122
The following table lists programming tasks contained in the *ADO Programmer's Guide* and provides references for each task. These references can be textual descriptions or code examples in which you can find information about the ADO feature that performs the task.

docs/ado/guide/ado-technology-table.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ caps.latest.revision: 15
1515
author: "MightyPen"
1616
ms.author: "genemi"
1717
manager: "jhubbard"
18+
ms.workload: "Inactive"
1819
---
1920
# Products and Technologies Table
2021
The following table lists the Microsoft products, tools, and technologies discussed in the ADO Programmer's Guide. It provides links, wherever possible, to relevant topics in the guide.

docs/ado/guide/appendixes/ado-error-codes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ caps.latest.revision: 11
1616
author: "MightyPen"
1717
ms.author: "genemi"
1818
manager: "jhubbard"
19+
ms.workload: "Inactive"
1920
---
2021
# Capture ADO Error Codes
2122
In addition to the provider errors returned in the [Error](../../../ado/reference/ado-api/error-object.md) objects of the [Errors](../../../ado/reference/ado-api/errors-collection-ado.md) collection, ADO itself can return errors to the exception-handling mechanism of your run-time environment. Use the error trapping mechanism your programming language, such as the **On Error** statement in Microsoft® Visual Basic, or the **try-catch** block in Microsoft Visual C++®, to capture ADO errors.

docs/ado/guide/appendixes/ado-java-class-wrappers.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ caps.latest.revision: 10
1616
author: "MightyPen"
1717
ms.author: "genemi"
1818
manager: "jhubbard"
19+
ms.workload: "Inactive"
1920
---
2021
# ADO Java Class Wrappers
2122
This code declares an instance of the ADO [Recordset](../../../ado/reference/ado-api/recordset-object-ado.md) class wrapper and initializes it, all on the same line of code. Further, it declares variables for each of the arguments in the [Open](../../../ado/reference/ado-api/open-method-ado-recordset.md) method, especially for [LockType](../../../ado/reference/ado-api/locktype-property-ado.md) and [CursorType](../../../ado/reference/ado-api/cursortype-property-ado.md) (because Java doesn't support enumerated types). It opens and closes the **Recordset** object. Setting Rs1 to NULL merely schedules that variable to be released when Java performs its systematic and intermittent release of unused objects.
@@ -39,4 +40,4 @@ public static void main( String args[])
3940
```
4041

4142
## See Also
42-
[Using the Microsoft SDK for Java](../../../ado/guide/appendixes/using-the-microsoft-sdk-for-java.md)
43+
[Using the Microsoft SDK for Java](../../../ado/guide/appendixes/using-the-microsoft-sdk-for-java.md)

0 commit comments

Comments
 (0)