Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 89fd21c

Browse files
committed
Merging changes synced from https://github.com/MicrosoftDocs/sql-docs-pr (branch live)
2 parents bf887b4 + 7345e4f commit 89fd21c

670 files changed

Lines changed: 4642 additions & 4941 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-api/ado-dynamic-properties.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,29 +15,29 @@ author: rothja
1515
ms.author: jroth
1616
---
1717
# ADO Dynamic Properties
18-
Dynamic properties can be added to the [Properties](../../../ado/reference/ado-api/properties-collection-ado.md) collections of the [Connection](../../../ado/reference/ado-api/connection-object-ado.md), [Command](../../../ado/reference/ado-api/command-object-ado.md), or [Recordset](../../../ado/reference/ado-api/recordset-object-ado.md) objects. The source for these properties is either a data provider, such as the [OLE DB Provider for SQL Server](../../../ado/guide/appendixes/microsoft-ole-db-provider-for-sql-server.md), or a service provider, such as the [Microsoft Cursor Service for OLE DB](../../../ado/guide/appendixes/microsoft-cursor-service-for-ole-db-ado-service-component.md). Refer to the appropriate data provider or service provider documentation for more information about a specific dynamic property.
18+
Dynamic properties can be added to the [Properties](./properties-collection-ado.md) collections of the [Connection](./connection-object-ado.md), [Command](./command-object-ado.md), or [Recordset](./recordset-object-ado.md) objects. The source for these properties is either a data provider, such as the [OLE DB Provider for SQL Server](../../guide/appendixes/microsoft-ole-db-provider-for-sql-server.md), or a service provider, such as the [Microsoft Cursor Service for OLE DB](../../guide/appendixes/microsoft-cursor-service-for-ole-db-ado-service-component.md). Refer to the appropriate data provider or service provider documentation for more information about a specific dynamic property.
1919

20-
The [ADO Dynamic Property Index](../../../ado/reference/ado-api/ado-dynamic-property-index.md) provides a cross-reference between the ADO and OLE DB names for each standard OLE DB provider dynamic property.
20+
The [ADO Dynamic Property Index](./ado-dynamic-property-index.md) provides a cross-reference between the ADO and OLE DB names for each standard OLE DB provider dynamic property.
2121

2222
The following dynamic properties are especially interesting, and are also documented in the sources that were mentioned earlier. Special functionality with ADO is documented in the ADO help topics in the following list.
2323

2424
|Dynamic property|Description|
2525
|-|-|
26-
|[Optimize](../../../ado/reference/ado-api/optimize-property-dynamic-ado.md)|Specifies whether an index should be created on this field.|
27-
|[Prompt](../../../ado/reference/ado-api/prompt-property-dynamic-ado.md)|Specifies whether the OLE DB provider should prompt the user for initialization information.|
28-
|[Reshape Name](../../../ado/reference/ado-api/reshape-name-property-dynamic-ado.md)|Specifies a name for the **Recordset** object.|
29-
|[Resync Command](../../../ado/reference/ado-api/resync-command-property-dynamic-ado.md)|Specifies a user-supplied command string that the **Resync** method issues to refresh the data in the table named in the **Unique Table** dynamic property.|
30-
|[Unique Table, Unique Schema, Unique Catalog](../../../ado/reference/ado-api/unique-table-unique-schema-unique-catalog-properties-dynamic-ado.md)|**Unique Table** Specifies the name of the base table upon which updates, insertions, and deletions are allowed.<br /><br /> **Unique Schema** Specifies the schema, or name of the owner of the table.<br /><br /> **Unique Catalog** Specifies the catalog, or name of the database that contains the table.|
31-
|[Update Resync](../../../ado/reference/ado-api/update-resync-property-dynamic-ado.md)|Specifies whether the **UpdateBatch** method is followed by an implicit **Resync** method operation, and if so, the scope of that operation.|
26+
|[Optimize](./optimize-property-dynamic-ado.md)|Specifies whether an index should be created on this field.|
27+
|[Prompt](./prompt-property-dynamic-ado.md)|Specifies whether the OLE DB provider should prompt the user for initialization information.|
28+
|[Reshape Name](./reshape-name-property-dynamic-ado.md)|Specifies a name for the **Recordset** object.|
29+
|[Resync Command](./resync-command-property-dynamic-ado.md)|Specifies a user-supplied command string that the **Resync** method issues to refresh the data in the table named in the **Unique Table** dynamic property.|
30+
|[Unique Table, Unique Schema, Unique Catalog](./unique-table-unique-schema-unique-catalog-properties-dynamic-ado.md)|**Unique Table** Specifies the name of the base table upon which updates, insertions, and deletions are allowed.<br /><br /> **Unique Schema** Specifies the schema, or name of the owner of the table.<br /><br /> **Unique Catalog** Specifies the catalog, or name of the database that contains the table.|
31+
|[Update Resync](./update-resync-property-dynamic-ado.md)|Specifies whether the **UpdateBatch** method is followed by an implicit **Resync** method operation, and if so, the scope of that operation.|
3232
| &nbsp; | &nbsp; |
3333

3434
## See Also
35-
[ADO API Reference](../../../ado/reference/ado-api/ado-api-reference.md)
36-
[ADO Collections](../../../ado/reference/ado-api/ado-collections.md)
37-
[ADO Enumerated Constants](../../../ado/reference/ado-api/ado-enumerated-constants.md)
38-
[Appendix B: ADO Errors](../../../ado/guide/appendixes/appendix-b-ado-errors.md)
39-
[ADO Events](../../../ado/reference/ado-api/ado-events.md)
40-
[ADO Methods](../../../ado/reference/ado-api/ado-methods.md)
41-
[ADO Object Model](../../../ado/reference/ado-api/ado-object-model.md)
42-
[ADO Objects and Interfaces](../../../ado/reference/ado-api/ado-objects-and-interfaces.md)
43-
[ADO Properties](../../../ado/reference/ado-api/ado-properties.md)
35+
[ADO API Reference](./ado-api-reference.md)
36+
[ADO Collections](./ado-collections.md)
37+
[ADO Enumerated Constants](./ado-enumerated-constants.md)
38+
[Appendix B: ADO Errors](../../guide/appendixes/appendix-b-ado-errors.md)
39+
[ADO Events](./ado-events.md)
40+
[ADO Methods](./ado-methods.md)
41+
[ADO Object Model](./ado-object-model.md)
42+
[ADO Objects and Interfaces](./ado-objects-and-interfaces.md)
43+
[ADO Properties](./ado-properties.md)

docs/ado/reference/ado-api/ado-dynamic-property-index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ author: rothja
1414
ms.author: jroth
1515
---
1616
# ADO Dynamic Property Index
17-
Data providers, service providers, and service components can add dynamic properties to the **Properties** collections of the unopened [Connection](../../../ado/reference/ado-api/connection-object-ado.md) and [Recordset](../../../ado/reference/ado-api/recordset-object-ado.md) objects. A given provider may also insert additional properties when these objects are opened. Some of these properties are listed in the [ADO Dynamic Properties](../../../ado/reference/ado-api/ado-dynamic-properties.md) section. More are listed under the specific providers in the [Appendix A: Providers](../../../ado/guide/appendixes/appendix-a-providers.md) section.
17+
Data providers, service providers, and service components can add dynamic properties to the **Properties** collections of the unopened [Connection](./connection-object-ado.md) and [Recordset](./recordset-object-ado.md) objects. A given provider may also insert additional properties when these objects are opened. Some of these properties are listed in the [ADO Dynamic Properties](./ado-dynamic-properties.md) section. More are listed under the specific providers in the [Appendix A: Providers](../../guide/appendixes/appendix-a-providers.md) section.
1818

1919
The following tables are cross-indexes of the ADO and OLE DB names for each standard OLE DB provider dynamic property. Your providers may add more properties than listed here. For the specific information about provider-specific dynamic properties, see your provider documentation.
2020

21-
The OLE DB Programmer's Reference refers to an ADO property name by the term "Description." For more information about these standard properties, search or browse the index in the [OLE DB documentation](https://msdn.microsoft.com/library/windows/desktop/ms722784.aspx)for the OLE DB property by its name.
21+
The OLE DB Programmer's Reference refers to an ADO property name by the term "Description." For more information about these standard properties, search or browse the index in the [OLE DB documentation](/previous-versions/windows/desktop/ms722784(v=vs.85))for the OLE DB property by its name.
2222

2323
## Connection Dynamic Properties
2424

@@ -194,4 +194,4 @@ Data providers, service providers, and service components can add dynamic proper
194194
|Updatability|DBPROP_UPDATABILITY|
195195
|Update Criteria|DBPROP_ADC_UPDATECRITERIA|
196196
|Update Resync|DBPROP_ADC_UPDATERESYNC|
197-
|Use Bookmarks|DBPROP_BOOKMARKS|
197+
|Use Bookmarks|DBPROP_BOOKMARKS|

0 commit comments

Comments
 (0)