Skip to content

Commit 4001e66

Browse files
committed
[Bulk] INCLUDE files: Visual Studio-related
1 parent 7be6cef commit 4001e66

7 files changed

Lines changed: 6 additions & 9 deletions

File tree

docs/includes/vb-orcas-long-md.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/includes/vcprvc-md.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Visual C\+\+
1+
Visual C++

docs/includes/vcprx64-md.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/includes/vs-dev10-long-md.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/integration-services/extending-packages-scripting/task/coding-and-debugging-the-script-task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ ms.author: chugu
4848
### Project Items and Classes in the Script Task Project
4949
By default, the Script task project displayed in the VSTA Project Explorer window contains a single item, **ScriptMain**. The **ScriptMain** item, in turn, contains a single class, also named **ScriptMain**. The code elements in the class vary depending on the programming language that you selected for the Script task:
5050

51-
- When the Script task is configured for the [!INCLUDE[vb_orcas_long](../../../includes/vb-orcas-long-md.md)] programming language, the **ScriptMain** class has a public subroutine, **Main**. The **ScriptMain.Main** subroutine is the method that the runtime calls when you run your Script task.
51+
- When the Script task is configured for the [!INCLUDE [vbprvb-md](../../../includes/vbprvb-md.md)] programming language, the **ScriptMain** class has a public subroutine, **Main**. The **ScriptMain.Main** subroutine is the method that the runtime calls when you run your Script task.
5252

5353
By default, the only code in the **Main** subroutine of a new script is the line `Dts.TaskResult = ScriptResults.Success`. This line informs the runtime that the task was successful in its operation. The **Dts.TaskResult** property is discussed in [Returning Results from the Script Task](../../../integration-services/extending-packages-scripting/task/returning-results-from-the-script-task.md).
5454

docs/reporting-services/plan-for-report-design-and-report-deployment-reporting-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ In a SharePoint mode deployment, browse to the document library, select the repo
103103

104104
|ReportViewer control in product|Version of RDL for local preview|
105105
|-------------------------------------|--------------------------------------|
106-
|[!INCLUDE[vsprvs](../includes/vsprvs-md.md)] 2015 <br/><br/>Or<br/><br/>[!INCLUDE[vsprvs](../includes/vsprvs-md.md)] 2013<br /><br /> Or<br /><br /> [!INCLUDE[vsprvs](../includes/vsprvs-md.md)] 2012<br /><br /> Or<br /><br /> [!INCLUDE[vs_dev10_long](../includes/vs-dev10-long-md.md)]|2008 RDL|
106+
|[!INCLUDE[vsprvs](../includes/vsprvs-md.md)] 2015 <br/><br/>Or<br/><br/>[!INCLUDE[vsprvs](../includes/vsprvs-md.md)] 2013<br /><br /> Or<br /><br /> [!INCLUDE[vsprvs](../includes/vsprvs-md.md)] 2012<br /><br /> Or<br /><br /> [!INCLUDE[vsprvs](../includes/vsprvs-md.md)] 2010|2008 RDL|
107107
|[!INCLUDE[vsprvs2005](../includes/vsprvs2005-md.md)]<br /><br /> Or<br /><br /> [!INCLUDE[vsprvs2008](../includes/vsprvs2008-md.md)]|2005 RDL|
108108

109109
For more information, see the following:

docs/reporting-services/report-data/data-sources-supported-by-reporting-services-ssrs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ author: maggiesMSFT
2323
ms.author: maggies
2424
---
2525
# Data Sources Supported by Reporting Services (SSRS)
26-
[!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] retrieves report data from data sources through a modular and extensible data layer that uses data processing extensions. To retrieve report data from a data source, you must select a data processing extension that supports the type of data source, the version of software running on the data source, and the data source platform (32-bit or 64-bit [!INCLUDE[vcprx64](../../includes/vcprx64-md.md)]).
26+
[!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] retrieves report data from data sources through a modular and extensible data layer that uses data processing extensions. To retrieve report data from a data source, you must select a data processing extension that supports the type of data source, the version of software running on the data source, and the data source platform (32-bit or 64-bit).
2727

2828
When you deploy [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)], a set of data processing extensions are automatically installed and registered on both the report authoring client and on the report server to provide access to a variety of data source types. [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] installs the following data source types:
2929

@@ -134,7 +134,7 @@ ms.author: maggies
134134
For more information about data processing extensions supported by Report Builder, see [Create data connection strings - Report Builder & SSRS](data-connections-data-sources-and-connection-strings-report-builder-and-ssrs.md).
135135

136136
### <a name="MicrosoftSQLServer"></a> Microsoft SQL Server Data Processing Extension
137-
The data source type **Microsoft SQL Server** wraps and extends the [!INCLUDE[dnprdnshort](../../includes/dnprdnshort-md.md)] Data Provider for [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]. This data processing extension is natively compiled for and runs on x86 and [!INCLUDE[vcprx64](../../includes/vcprx64-md.md)]-based platforms.
137+
The data source type **Microsoft SQL Server** wraps and extends the [!INCLUDE[dnprdnshort](../../includes/dnprdnshort-md.md)] Data Provider for [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]. This data processing extension is natively compiled for and runs on x86 and x64-based platforms.
138138

139139
In [!INCLUDE[ss_dtbi](../../includes/ss-dtbi-md.md)], the query designer associated with this data extension is the Visual Database Tool Designer. If you use the query designer in graphical mode, the query is analyzed and possibly rewritten. Use the text-based query designer when you want to control the exact [!INCLUDE[tsql](../../includes/tsql-md.md)] syntax that is used for a query. For more information, see [Graphical Query Designer User Interface](../../reporting-services/report-data/graphical-query-designer-user-interface.md).
140140

@@ -213,7 +213,7 @@ This data source has been deprecated. Use the SQL Server data source type to con
213213
[Return to Data sources table](#DataSourcesTable)
214214

215215
### <a name="ODBC"></a> ODBC Data Processing Extension
216-
When you select data source type **ODBC**, you are selecting a [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] data processing extension that extends the [!INCLUDE[dnprdnshort](../../includes/dnprdnshort-md.md)] Data Provider for ODBC. This data processing extension is natively compiled for and runs on x86 and [!INCLUDE[vcprx64](../../includes/vcprx64-md.md)] platforms. Use this extension to connect to and retrieve data from any data source that has an ODBC provider.
216+
When you select data source type **ODBC**, you are selecting a [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] data processing extension that extends the [!INCLUDE[dnprdnshort](../../includes/dnprdnshort-md.md)] Data Provider for ODBC. This data processing extension is natively compiled for and runs on x86 and x64 platforms. Use this extension to connect to and retrieve data from any data source that has an ODBC provider.
217217

218218
> [!NOTE]
219219
> Although a data provider may support previewing a report on your report authoring client, not all ODBC data providers are designed to support reports published on a report server.

0 commit comments

Comments
 (0)