Skip to content

Commit ad8054b

Browse files
author
Owen Duncan
committed
Bulk remove Applies To banner. Removed most Microsoft and SQL Server includes.
1 parent 7c26532 commit ad8054b

244 files changed

Lines changed: 512 additions & 512 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/mdx/add-mdx.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "+ (Add) (MDX) | Microsoft Docs"
3-
ms.date: 05/30/2018
3+
ms.date: 06/04/2018
44
ms.prod: sql
55
ms.technology: analysis-services
66
ms.custom: mdx
@@ -11,7 +11,7 @@ author: minewiskan
1111
manager: kfile
1212
---
1313
# + (Add) (MDX)
14-
[!INCLUDE[ssas-appliesto-sqlas](../includes/ssas-appliesto-sqlas.md)]
14+
1515

1616
Performs an arithmetic operation that adds two numbers.
1717

docs/mdx/addcalculatedmembers-mdx.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "AddCalculatedMembers (MDX) | Microsoft Docs"
3-
ms.date: 05/30/2018
3+
ms.date: 06/04/2018
44
ms.prod: sql
55
ms.technology: analysis-services
66
ms.custom: mdx
@@ -11,7 +11,7 @@ author: minewiskan
1111
manager: kfile
1212
---
1313
# AddCalculatedMembers (MDX)
14-
[!INCLUDE[ssas-appliesto-sqlas](../includes/ssas-appliesto-sqlas.md)]
14+
1515

1616
Returns a set generated by adding calculated members to a specified set.
1717

docs/mdx/aggregate-mdx.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Aggregate (MDX) | Microsoft Docs"
3-
ms.date: 05/30/2018
3+
ms.date: 06/04/2018
44
ms.prod: sql
55
ms.technology: analysis-services
66
ms.custom: mdx
@@ -11,7 +11,7 @@ author: minewiskan
1111
manager: kfile
1212
---
1313
# Aggregate (MDX)
14-
[!INCLUDE[ssas-appliesto-sqlas](../includes/ssas-appliesto-sqlas.md)]
14+
1515

1616
Returns a number that is calculated by aggregating over the cells returned by the set expression. If a numeric expression is not provided, this function aggregates each measure within the current query context by using the default aggregation operator that is specified for each measure. If a numeric expression is provided, this function first evaluates, and then sums, the numeric expression for each cell in the specified set.
1717

docs/mdx/allmembers-mdx.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "AllMembers (MDX) | Microsoft Docs"
3-
ms.date: 05/30/2018
3+
ms.date: 06/04/2018
44
ms.prod: sql
55
ms.technology: analysis-services
66
ms.custom: mdx
@@ -11,7 +11,7 @@ author: minewiskan
1111
manager: kfile
1212
---
1313
# AllMembers (MDX)
14-
[!INCLUDE[ssas-appliesto-sqlas](../includes/ssas-appliesto-sqlas.md)]
14+
1515

1616
Evaluates either a hierarchy or a level expression and returns a set that contains all members of the specified hierarchy or level, which includes all calculated members in the hierarchy or level.
1717

docs/mdx/analysis-services-language-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Analysis Services Language Reference | Microsoft Docs"
3-
ms.date: 05/30/2018
3+
ms.date: 06/04/2018
44
ms.prod: sql
55
ms.technology: analysis-services
66
ms.custom: mdx
@@ -11,7 +11,7 @@ author: minewiskan
1111
manager: kfile
1212
---
1313
# Analysis Services Language Reference
14-
[!INCLUDE[ssas-appliesto-sqlas](../includes/ssas-appliesto-sqlas.md)]
14+
1515

1616
[Data Analysis Expressions (DAX) Reference](http://msdn.microsoft.com/70a82136-0926-4a91-bcb3-e18e82593b0d)
1717

docs/mdx/ancestor-mdx.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Ancestor (MDX) | Microsoft Docs"
3-
ms.date: 05/30/2018
3+
ms.date: 06/04/2018
44
ms.prod: sql
55
ms.technology: analysis-services
66
ms.custom: mdx
@@ -11,7 +11,7 @@ author: minewiskan
1111
manager: kfile
1212
---
1313
# Ancestor (MDX)
14-
[!INCLUDE[ssas-appliesto-sqlas](../includes/ssas-appliesto-sqlas.md)]
14+
1515

1616
A function that returns the ancestor of a specified member at a specified level or at a specified distance from the member.
1717

docs/mdx/ancestors-mdx.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Ancestors (MDX) | Microsoft Docs"
3-
ms.date: 05/30/2018
3+
ms.date: 06/04/2018
44
ms.prod: sql
55
ms.technology: analysis-services
66
ms.custom: mdx
@@ -11,9 +11,9 @@ author: minewiskan
1111
manager: kfile
1212
---
1313
# Ancestors (MDX)
14-
[!INCLUDE[ssas-appliesto-sqlas](../includes/ssas-appliesto-sqlas.md)]
1514

16-
A function that returns the set of all ancestors of a specified member at a specified level or at a specified distance from the member. With [!INCLUDE[msCoName](../includes/msconame-md.md)] [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] [!INCLUDE[ssASnoversion](../includes/ssasnoversion-md.md)], the set returned will always consist of a single member - [!INCLUDE[ssASnoversion](../includes/ssasnoversion-md.md)] does not support multiple parents for a single member.
15+
16+
A function that returns the set of all ancestors of a specified member at a specified level or at a specified distance from the member. With [!INCLUDE[ssASnoversion](../includes/ssasnoversion-md.md)], the set returned will always consist of a single member - [!INCLUDE[ssASnoversion](../includes/ssasnoversion-md.md)] does not support multiple parents for a single member.
1717

1818
## Syntax
1919

docs/mdx/and-mdx.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "AND (MDX) | Microsoft Docs"
3-
ms.date: 05/30/2018
3+
ms.date: 06/04/2018
44
ms.prod: sql
55
ms.technology: analysis-services
66
ms.custom: mdx
@@ -11,7 +11,7 @@ author: minewiskan
1111
manager: kfile
1212
---
1313
# AND (MDX)
14-
[!INCLUDE[ssas-appliesto-sqlas](../includes/ssas-appliesto-sqlas.md)]
14+
1515

1616
Performs a logical conjunction on two numeric expressions.
1717

docs/mdx/arithmetic-operators.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Arithmetic Operators | Microsoft Docs"
3-
ms.date: 05/30/2018
3+
ms.date: 06/04/2018
44
ms.prod: sql
55
ms.technology: analysis-services
66
ms.custom: mdx
@@ -11,7 +11,7 @@ author: minewiskan
1111
manager: kfile
1212
---
1313
# Arithmetic Operators
14-
[!INCLUDE[ssas-appliesto-sqlas](../includes/ssas-appliesto-sqlas.md)]
14+
1515

1616
You can use arithmetic operators in Multidimensional Expressions (MDX) for any arithmetic computations, including addition, subtraction, multiplication, and division.
1717

docs/mdx/ascendants-mdx.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Ascendants (MDX) | Microsoft Docs"
3-
ms.date: 05/30/2018
3+
ms.date: 06/04/2018
44
ms.prod: sql
55
ms.technology: analysis-services
66
ms.custom: mdx
@@ -11,7 +11,7 @@ author: minewiskan
1111
manager: kfile
1212
---
1313
# Ascendants (MDX)
14-
[!INCLUDE[ssas-appliesto-sqlas](../includes/ssas-appliesto-sqlas.md)]
14+
1515

1616
Returns the set of the ascendants of a specified member, including the member itself.
1717

0 commit comments

Comments
 (0)