Skip to content

Commit 852ee74

Browse files
committed
Links: SQL - ADO - 13
1 parent 4befb5f commit 852ee74

50 files changed

Lines changed: 349 additions & 349 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/reference/ado-md-api/cellset-object-properties-methods-and-events.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,27 @@ ms.author: jroth
1616
---
1717
# Cellset Object Properties, Methods, and Events
1818
## Properties/Collections
19-
[ActiveConnection Property](../../../ado/reference/ado-md-api/activeconnection-property-ado-md.md)
19+
[ActiveConnection Property](./activeconnection-property-ado-md.md)
2020

21-
[Axes Collection](../../../ado/reference/ado-md-api/axes-collection-ado-md.md)
21+
[Axes Collection](./axes-collection-ado-md.md)
2222

23-
[FilterAxis Property](../../../ado/reference/ado-md-api/filteraxis-property-ado-md.md)
23+
[FilterAxis Property](./filteraxis-property-ado-md.md)
2424

25-
[Item Property (Cellset)](../../../ado/reference/ado-md-api/item-property-ado-md-cellset.md)
25+
[Item Property (Cellset)](./item-property-ado-md-cellset.md)
2626

27-
[Properties Collection](../../../ado/reference/ado-api/properties-collection-ado.md)
27+
[Properties Collection](../ado-api/properties-collection-ado.md)
2828

29-
[Source Property](../../../ado/reference/ado-md-api/source-property-ado-md.md)
29+
[Source Property](./source-property-ado-md.md)
3030

31-
[State Property](../../../ado/reference/ado-md-api/state-property-ado-md.md)
31+
[State Property](./state-property-ado-md.md)
3232

3333
## Methods
34-
[Close Method](../../../ado/reference/ado-md-api/close-method-ado-md.md)
34+
[Close Method](./close-method-ado-md.md)
3535

36-
[Open Method](../../../ado/reference/ado-md-api/open-method-ado-md.md)
36+
[Open Method](./open-method-ado-md.md)
3737

3838
## Events
3939
None.
4040

4141
## See Also
42-
[Cellset Object (ADO MD)](../../../ado/reference/ado-md-api/cellset-object-ado-md.md)
42+
[Cellset Object (ADO MD)](./cellset-object-ado-md.md)

docs/ado/reference/ado-md-api/childcount-property-ado-md.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,22 @@ author: rothja
1919
ms.author: jroth
2020
---
2121
# ChildCount Property (ADO MD)
22-
Indicates the number of members for which the current [Member](../../../ado/reference/ado-md-api/member-object-ado-md.md) object is the parent in a hierarchy.
22+
Indicates the number of members for which the current [Member](./member-object-ado-md.md) object is the parent in a hierarchy.
2323

2424
## Return Values
2525
Returns a **Long** integer and is read-only.
2626

2727
## Remarks
28-
Use the **ChildCount** property to return an estimate of how many children a **Member** has. The actual children of a **Member** can be returned by the [Children](../../../ado/reference/ado-md-api/children-property-ado-md.md) property.
28+
Use the **ChildCount** property to return an estimate of how many children a **Member** has. The actual children of a **Member** can be returned by the [Children](./children-property-ado-md.md) property.
2929

30-
For **Member** objects from a [Position](../../../ado/reference/ado-md-api/position-object-ado-md.md) object, the maximum number returned is 65536. If the actual number of children exceeds 65536, the value returned will still be 65536. Therefore, the application should interpret a **ChildCount** of 65536 as equal to or greater than 65536 children.
30+
For **Member** objects from a [Position](./position-object-ado-md.md) object, the maximum number returned is 65536. If the actual number of children exceeds 65536, the value returned will still be 65536. Therefore, the application should interpret a **ChildCount** of 65536 as equal to or greater than 65536 children.
3131

32-
For **Member** objects from a [Level](../../../ado/reference/ado-md-api/level-object-ado-md.md) object, use the ADO collection [Count](../../../ado/reference/ado-api/count-property-ado.md) property on the **Children** collection to determine the exact number of children. Determining the exact number of children may be slow if the number of children in the collection is large.
32+
For **Member** objects from a [Level](./level-object-ado-md.md) object, use the ADO collection [Count](../ado-api/count-property-ado.md) property on the **Children** collection to determine the exact number of children. Determining the exact number of children may be slow if the number of children in the collection is large.
3333

3434
## Applies To
35-
[Member Object (ADO MD)](../../../ado/reference/ado-md-api/member-object-ado-md.md)
35+
[Member Object (ADO MD)](./member-object-ado-md.md)
3636

3737
## See Also
38-
[Children Property (ADO MD)](../../../ado/reference/ado-md-api/children-property-ado-md.md)
39-
[Count Property (ADO)](../../../ado/reference/ado-api/count-property-ado.md)
40-
[Members Collection (ADO MD)](../../../ado/reference/ado-md-api/members-collection-ado-md.md)
38+
[Children Property (ADO MD)](./children-property-ado-md.md)
39+
[Count Property (ADO)](../ado-api/count-property-ado.md)
40+
[Members Collection (ADO MD)](./members-collection-ado-md.md)

docs/ado/reference/ado-md-api/children-property-ado-md.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ author: rothja
1919
ms.author: jroth
2020
---
2121
# Children Property (ADO MD)
22-
Returns a [Members](../../../ado/reference/ado-md-api/members-collection-ado-md.md) collection for which the current [Member](../../../ado/reference/ado-md-api/member-object-ado-md.md) is the parent in the hierarchy.
22+
Returns a [Members](./members-collection-ado-md.md) collection for which the current [Member](./member-object-ado-md.md) is the parent in the hierarchy.
2323

2424
## Return Values
2525
Returns a **Members** collection and is read-only.
2626

2727
## Remarks
28-
The **Children** property contains a **Members** collection for which the current **Member** is the hierarchical parent. Leaf level **Member** objects have no child members in the **Members** collection. This property is only supported on **Member** objects belonging to a [Level](../../../ado/reference/ado-md-api/level-object-ado-md.md) object. An error occurs when this property is referenced from **Member** objects belonging to a [Position](../../../ado/reference/ado-md-api/position-object-ado-md.md) object.
28+
The **Children** property contains a **Members** collection for which the current **Member** is the hierarchical parent. Leaf level **Member** objects have no child members in the **Members** collection. This property is only supported on **Member** objects belonging to a [Level](./level-object-ado-md.md) object. An error occurs when this property is referenced from **Member** objects belonging to a [Position](./position-object-ado-md.md) object.
2929

3030
## Applies To
31-
[Member Object (ADO MD)](../../../ado/reference/ado-md-api/member-object-ado-md.md)
31+
[Member Object (ADO MD)](./member-object-ado-md.md)
3232

3333
## See Also
34-
[ChildCount Property (ADO MD)](../../../ado/reference/ado-md-api/childcount-property-ado-md.md)
34+
[ChildCount Property (ADO MD)](./childcount-property-ado-md.md)

docs/ado/reference/ado-md-api/close-method-ado-md.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@ Cellset.Close
2929
```
3030

3131
## Remarks
32-
Using the **Close** method to close a [Cellset](../../../ado/reference/ado-md-api/cellset-object-ado-md.md) object will release the associated data, including data in any related [Cell](../../../ado/reference/ado-md-api/cell-object-ado-md.md), [Axis](../../../ado/reference/ado-md-api/axis-object-ado-md.md), [Position](../../../ado/reference/ado-md-api/position-object-ado-md.md), or [Member](../../../ado/reference/ado-md-api/member-object-ado-md.md) objects. Closing a **Cellset** does not remove it from memory; you can change its property settings and open it again later. To completely eliminate an object from memory, set the object variable to **Nothing**.
32+
Using the **Close** method to close a [Cellset](./cellset-object-ado-md.md) object will release the associated data, including data in any related [Cell](./cell-object-ado-md.md), [Axis](./axis-object-ado-md.md), [Position](./position-object-ado-md.md), or [Member](./member-object-ado-md.md) objects. Closing a **Cellset** does not remove it from memory; you can change its property settings and open it again later. To completely eliminate an object from memory, set the object variable to **Nothing**.
3333

34-
You can later call the [Open](../../../ado/reference/ado-md-api/open-method-ado-md.md) method to reopen the **Cellset** using the same or another source string. While the **Cellset** object is closed, retrieving any properties or calling any methods that reference the underlying data or metadata generates an error.
34+
You can later call the [Open](./open-method-ado-md.md) method to reopen the **Cellset** using the same or another source string. While the **Cellset** object is closed, retrieving any properties or calling any methods that reference the underlying data or metadata generates an error.
3535

3636
## Applies To
37-
[Cellset Object (ADO MD)](../../../ado/reference/ado-md-api/cellset-object-ado-md.md)
37+
[Cellset Object (ADO MD)](./cellset-object-ado-md.md)
3838

3939
## See Also
40-
[Axis Object (ADO MD)](../../../ado/reference/ado-md-api/axis-object-ado-md.md)
41-
[Cell Object (ADO MD)](../../../ado/reference/ado-md-api/cell-object-ado-md.md)
42-
[Member Object (ADO MD)](../../../ado/reference/ado-md-api/member-object-ado-md.md)
43-
[Open Method (ADO MD)](../../../ado/reference/ado-md-api/open-method-ado-md.md)
44-
[Position Object (ADO MD)](../../../ado/reference/ado-md-api/position-object-ado-md.md)
45-
[State Property (ADO MD)](../../../ado/reference/ado-md-api/state-property-ado-md.md)
40+
[Axis Object (ADO MD)](./axis-object-ado-md.md)
41+
[Cell Object (ADO MD)](./cell-object-ado-md.md)
42+
[Member Object (ADO MD)](./member-object-ado-md.md)
43+
[Open Method (ADO MD)](./open-method-ado-md.md)
44+
[Position Object (ADO MD)](./position-object-ado-md.md)
45+
[State Property (ADO MD)](./state-property-ado-md.md)

docs/ado/reference/ado-md-api/cubedef-object-ado-md.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ Represents a cube from a multidimensional schema, containing a set of related di
2323
## Remarks
2424
With the collections and properties of a **CubeDef** object, you can do the following:
2525

26-
- Identify a **CubeDef** with the [Name](../../../ado/reference/ado-md-api/name-property-ado-md.md) property.
26+
- Identify a **CubeDef** with the [Name](./name-property-ado-md.md) property.
2727

28-
- Return a string that describes the cube with the [Description](../../../ado/reference/ado-md-api/description-property-ado-md.md) property.
28+
- Return a string that describes the cube with the [Description](./description-property-ado-md.md) property.
2929

30-
- Return the dimensions that make up the cube with the [Dimensions](../../../ado/reference/ado-md-api/dimensions-collection-ado-md.md) collection.
30+
- Return the dimensions that make up the cube with the [Dimensions](./dimensions-collection-ado-md.md) collection.
3131

32-
- Obtain additional information about the **CubeDef** with the standard ADO [Properties](../../../ado/reference/ado-api/properties-collection-ado.md) collection.
32+
- Obtain additional information about the **CubeDef** with the standard ADO [Properties](../ado-api/properties-collection-ado.md) collection.
3333

3434
The **Properties** collection contains provider-supplied properties. The following table lists properties that might be available. The actual property list may differ depending upon the implementation of the provider. See the documentation for your provider for a more complete list of available properties.
3535

@@ -48,11 +48,11 @@ Represents a cube from a multidimensional schema, containing a set of related di
4848

4949
This section contains the following topic.
5050

51-
- [Properties, Methods, and Events](../../../ado/reference/ado-md-api/cubedef-object-properties-methods-and-events.md)
51+
- [Properties, Methods, and Events](./cubedef-object-properties-methods-and-events.md)
5252

5353
## See Also
54-
[CubeDef Example (VBScript)](../../../ado/reference/ado-md-api/cubedef-example-vbscript.md)
55-
[Catalog Object (ADO MD)](../../../ado/reference/ado-md-api/catalog-object-ado-md.md)
56-
[CubeDefs Collection (ADO MD)](../../../ado/reference/ado-md-api/cubedefs-collection-ado-md.md)
57-
[Dimensions Collection (ADO MD)](../../../ado/reference/ado-md-api/dimensions-collection-ado-md.md)
58-
[Properties Collection (ADO)](../../../ado/reference/ado-api/properties-collection-ado.md)
54+
[CubeDef Example (VBScript)](./cubedef-example-vbscript.md)
55+
[Catalog Object (ADO MD)](./catalog-object-ado-md.md)
56+
[CubeDefs Collection (ADO MD)](./cubedefs-collection-ado-md.md)
57+
[Dimensions Collection (ADO MD)](./dimensions-collection-ado-md.md)
58+
[Properties Collection (ADO)](../ado-api/properties-collection-ado.md)

docs/ado/reference/ado-md-api/cubedef-object-properties-methods-and-events.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@ ms.author: jroth
1616
---
1717
# CubeDef Object Properties, Methods, and Events
1818
## Properties/Collections
19-
[Description Property](../../../ado/reference/ado-md-api/description-property-ado-md.md)
19+
[Description Property](./description-property-ado-md.md)
2020

21-
[Dimensions Collection](../../../ado/reference/ado-md-api/dimensions-collection-ado-md.md)
21+
[Dimensions Collection](./dimensions-collection-ado-md.md)
2222

23-
[Name Property](../../../ado/reference/ado-md-api/name-property-ado-md.md)
23+
[Name Property](./name-property-ado-md.md)
2424

25-
[Properties Collection](../../../ado/reference/ado-api/properties-collection-ado.md)
25+
[Properties Collection](../ado-api/properties-collection-ado.md)
2626

2727
## Methods
28-
[GetSchemaObject Method](../../../ado/reference/ado-md-api/getschemaobject-method-ado-md.md)
28+
[GetSchemaObject Method](./getschemaobject-method-ado-md.md)
2929

3030
## Events
3131
None.
3232

3333
## See Also
34-
[CubeDef Object (ADO MD)](../../../ado/reference/ado-md-api/cubedef-object-ado-md.md)
34+
[CubeDef Object (ADO MD)](./cubedef-object-ado-md.md)

docs/ado/reference/ado-md-api/cubedefs-collection-ado-md.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,22 @@ author: rothja
1919
ms.author: jroth
2020
---
2121
# CubeDefs Collection (ADO MD)
22-
Contains the [CubeDef](../../../ado/reference/ado-md-api/cubedef-object-ado-md.md) objects that represent a cube from a multidimensional catalog.
22+
Contains the [CubeDef](./cubedef-object-ado-md.md) objects that represent a cube from a multidimensional catalog.
2323

2424
## Remarks
2525
**CubeDefs** is a standard ADO collection. With the properties and methods of a collection, you can do the following:
2626

27-
- Obtain the number of objects in the collection with the [Count](../../../ado/reference/ado-api/count-property-ado.md) property.
27+
- Obtain the number of objects in the collection with the [Count](../ado-api/count-property-ado.md) property.
2828

29-
- Return an object from the collection with the default [Item](../../../ado/reference/ado-api/item-property-ado.md) property.
29+
- Return an object from the collection with the default [Item](../ado-api/item-property-ado.md) property.
3030

31-
- Update the objects in the collection from the provider with the [Refresh](../../../ado/reference/ado-api/refresh-method-ado.md) method.
31+
- Update the objects in the collection from the provider with the [Refresh](../ado-api/refresh-method-ado.md) method.
3232

3333
This section contains the following topic.
3434

35-
- [Properties, Methods, and Events](../../../ado/reference/ado-md-api/cubedefs-collection-properties-methods-and-events.md)
35+
- [Properties, Methods, and Events](./cubedefs-collection-properties-methods-and-events.md)
3636

3737
## See Also
38-
[Catalog Example (VB)](../../../ado/reference/ado-md-api/catalog-example-vb.md)
39-
[Catalog Object (ADO MD)](../../../ado/reference/ado-md-api/catalog-object-ado-md.md)
40-
[CubeDef Object (ADO MD)](../../../ado/reference/ado-md-api/cubedef-object-ado-md.md)
38+
[Catalog Example (VB)](./catalog-example-vb.md)
39+
[Catalog Object (ADO MD)](./catalog-object-ado-md.md)
40+
[CubeDef Object (ADO MD)](./cubedef-object-ado-md.md)

docs/ado/reference/ado-md-api/cubedefs-collection-properties-methods-and-events.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ ms.author: jroth
1616
---
1717
# CubeDefs Collection Properties, Methods, and Events
1818
## Properties
19-
[Count Property](../../../ado/reference/ado-api/count-property-ado.md)
19+
[Count Property](../ado-api/count-property-ado.md)
2020

21-
[Item Property](../../../ado/reference/ado-api/item-property-ado.md)
21+
[Item Property](../ado-api/item-property-ado.md)
2222

2323
## Methods
24-
[Refresh Method](../../../ado/reference/ado-api/refresh-method-ado.md)
24+
[Refresh Method](../ado-api/refresh-method-ado.md)
2525

2626
## Events
2727
None.
2828

2929
## See Also
30-
[CubeDefs Collection (ADO MD)](../../../ado/reference/ado-md-api/cubedefs-collection-ado-md.md)
30+
[CubeDefs Collection (ADO MD)](./cubedefs-collection-ado-md.md)

docs/ado/reference/ado-md-api/depth-property-ado-md.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ author: rothja
1919
ms.author: jroth
2020
---
2121
# Depth Property (ADO MD)
22-
Indicates the number of levels between the [Level](../../../ado/reference/ado-md-api/level-object-ado-md.md) and the root of the hierarchy.
22+
Indicates the number of levels between the [Level](./level-object-ado-md.md) and the root of the hierarchy.
2323

2424
## Return Values
2525
Returns an integer, and is read-only.
@@ -28,7 +28,7 @@ Indicates the number of levels between the [Level](../../../ado/reference/ado-md
2828
A **Level** at the root of a hierarchy has a **Depth** value of zero (0).
2929

3030
## Applies To
31-
[Level Object (ADO MD)](../../../ado/reference/ado-md-api/level-object-ado-md.md)
31+
[Level Object (ADO MD)](./level-object-ado-md.md)
3232

3333
## See Also
34-
[LevelDepth Property (ADO MD)](../../../ado/reference/ado-md-api/leveldepth-property-ado-md.md)
34+
[LevelDepth Property (ADO MD)](./leveldepth-property-ado-md.md)

docs/ado/reference/ado-md-api/description-property-ado-md.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,22 +29,22 @@ Returns a text explanation of the current object.
2929
Returns a **String** and is read-only.
3030

3131
## Remarks
32-
For [Member](../../../ado/reference/ado-md-api/member-object-ado-md.md) objects, **Description** applies only to measure and formula members. **Description** returns an empty string ("") for all other types of members. For more information about the various types of members, see the [Type](../../../ado/reference/ado-md-api/type-property-ado-md.md) property.
32+
For [Member](./member-object-ado-md.md) objects, **Description** applies only to measure and formula members. **Description** returns an empty string ("") for all other types of members. For more information about the various types of members, see the [Type](./type-property-ado-md.md) property.
3333

34-
This property is only supported on **Member** objects that belong to a [Level](../../../ado/reference/ado-md-api/level-object-ado-md.md) object. An error occurs when this property is referenced from **Member** objects belonging to a [Position](../../../ado/reference/ado-md-api/position-object-ado-md.md) object.
34+
This property is only supported on **Member** objects that belong to a [Level](./level-object-ado-md.md) object. An error occurs when this property is referenced from **Member** objects belonging to a [Position](./position-object-ado-md.md) object.
3535

3636
## Applies To
3737

3838
:::row:::
3939
:::column:::
40-
[CubeDef Object (ADO MD)](../../../ado/reference/ado-md-api/cubedef-object-ado-md.md)
41-
[Dimension Object (ADO MD)](../../../ado/reference/ado-md-api/dimension-object-ado-md.md)
40+
[CubeDef Object (ADO MD)](./cubedef-object-ado-md.md)
41+
[Dimension Object (ADO MD)](./dimension-object-ado-md.md)
4242
:::column-end:::
4343
:::column:::
44-
[Hierarchy Object (ADO MD)](../../../ado/reference/ado-md-api/hierarchy-object-ado-md.md)
45-
[Level Object (ADO MD)](../../../ado/reference/ado-md-api/level-object-ado-md.md)
44+
[Hierarchy Object (ADO MD)](./hierarchy-object-ado-md.md)
45+
[Level Object (ADO MD)](./level-object-ado-md.md)
4646
:::column-end:::
4747
:::column:::
48-
[Member Object (ADO MD)](../../../ado/reference/ado-md-api/member-object-ado-md.md)
48+
[Member Object (ADO MD)](./member-object-ado-md.md)
4949
:::column-end:::
50-
:::row-end:::
50+
:::row-end:::

0 commit comments

Comments
 (0)