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

Commit 85f44ee

Browse files
authored
Merge pull request #16257 from MicrosoftDocs/master
7/24 PM Publish
2 parents 810cbca + 063cebc commit 85f44ee

158 files changed

Lines changed: 873 additions & 426 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/guide/data/visual-basic-for-applications-functions.md

Lines changed: 129 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -18,29 +18,135 @@ ms.author: jroth
1818
---
1919
# Visual Basic for Applications functions
2020
The following Visual Basic for Applications functions can be used in data shaping CALC expressions:
21-
22-
|||||||
23-
|-|-|-|-|-|-|
24-
|Abs|Asc|Atn|CBool|CByte|CCur|
25-
|CDate|CDbl|Chr|ChrB|ChrW|Chr$|
26-
|ChrB$|CInt|CLng|Cos|CSng|CStr|
27-
|Cvar|CVDate|CVErr|Date|Date$|DateAdd|
28-
|DateDiff|DatePart|DateSerial|DateValue|Day|DDB|
29-
|Error|Error$|Exp|Fix|Format|Format$|
30-
|FV|Hex|Hex$|Hour|IIF|InStr|
31-
|Int|IPmt|IRR|IsDate|IsEmpty|IsError|
32-
|IsNull|IsNumeric|IsObject|LCase|LCase$|Left|
33-
|LeftB|Left$|LeftB$|Len|Log|LTrim|
34-
|LTrim$|Mid|Mid$|Minute|MIRR|Month|
35-
|Now|NPer|NPV|Oct|Oct$|Pmt|
36-
|PPmt|PV|QBColor|Rate|RGB|Right|
37-
|RightB|Right$|RightB$|Rnd|RTrim|RTrim$|
38-
|Second|Sgn|Sin|SLN|Space|Space$|
39-
|Sqr|Str|Str$|StrComp|StrConv|String|
40-
|String$|SYD|Tan|Time|Time$|Timer|
41-
|TimeSerial|TimeValue|Trim|Trim$|TypeName|UCase|
42-
|UCase$|Val|VarType|Weekday|Year||
43-
21+
22+
:::row:::
23+
:::column:::
24+
Abs
25+
Asc
26+
Atn
27+
CBool
28+
CByte
29+
CCur
30+
CDate
31+
CDbl
32+
Chr
33+
ChrB
34+
ChrW
35+
Chr$
36+
ChrB$
37+
CInt
38+
CLng
39+
Cos
40+
CSng
41+
CStr
42+
Cvar
43+
:::column-end:::
44+
:::column:::
45+
CVDate
46+
CVErr
47+
Date
48+
Date$
49+
DateAdd
50+
DateDiff
51+
DatePart
52+
DateSerial
53+
DateValue
54+
Day
55+
DDB
56+
Error
57+
Error$
58+
Exp
59+
Fix
60+
Format
61+
Format$
62+
FV
63+
Hex
64+
:::column-end:::
65+
:::column:::
66+
Hex$
67+
Hour
68+
IIF
69+
InStr
70+
Int
71+
IPmt
72+
IRR
73+
IsDate
74+
IsEmpty
75+
IsError
76+
IsNull
77+
IsNumeric
78+
IsObject
79+
LCase
80+
LCase$
81+
Left
82+
LeftB
83+
Left$
84+
LeftB$
85+
:::column-end:::
86+
:::column:::
87+
Len
88+
Log
89+
LTrim
90+
LTrim$
91+
Mid
92+
Mid$
93+
Minute
94+
MIRR
95+
Month
96+
Now
97+
NPer
98+
NPV
99+
Oct
100+
Oct$
101+
Pmt
102+
PPmt
103+
PV
104+
QBColor
105+
Rate
106+
:::column-end:::
107+
:::column:::
108+
RGB
109+
Right
110+
RightB
111+
Right$
112+
RightB$
113+
Rnd
114+
RTrim
115+
RTrim$
116+
Second
117+
Sgn
118+
Sin
119+
SLN
120+
Space
121+
Space$
122+
Sqr
123+
Str
124+
Str$
125+
StrComp
126+
StrConv
127+
:::column-end:::
128+
:::column:::
129+
String
130+
String$
131+
SYD
132+
Tan
133+
Time
134+
Time$
135+
Timer
136+
TimeSerial
137+
TimeValue
138+
Trim
139+
Trim$
140+
TypeName
141+
UCase
142+
UCase$
143+
Val
144+
VarType
145+
Weekday
146+
Year
147+
:::column-end:::
148+
:::row-end:::
149+
44150
## See Also
45151
[Accessing Rows in a Hierarchical Recordset](../../../ado/guide/data/accessing-rows-in-a-hierarchical-recordset.md)
46152
[Data Shaping Overview](../../../ado/guide/data/data-shaping-overview.md)

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

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,19 @@ Indicates to which [Connection](../../../ado/reference/ado-api/connection-object
6262
> URLs using the http scheme will automatically invoke the [Microsoft OLE DB Provider for Internet Publishing](../../../ado/guide/appendixes/microsoft-ole-db-provider-for-internet-publishing.md). For more information, see [Absolute and Relative URLs](../../../ado/guide/data/absolute-and-relative-urls.md).
6363
6464
## Applies To
65-
66-
||||
67-
|-|-|-|
68-
|[Command Object (ADO)](../../../ado/reference/ado-api/command-object-ado.md)|[Record Object (ADO)](../../../ado/reference/ado-api/record-object-ado.md)|[Recordset Object (ADO)](../../../ado/reference/ado-api/recordset-object-ado.md)|
69-
65+
66+
:::row:::
67+
:::column:::
68+
[Command Object (ADO)](../../../ado/reference/ado-api/command-object-ado.md)
69+
:::column-end:::
70+
:::column:::
71+
[Record Object (ADO)](../../../ado/reference/ado-api/record-object-ado.md)
72+
:::column-end:::
73+
:::column:::
74+
[Recordset Object (ADO)](../../../ado/reference/ado-api/recordset-object-ado.md)
75+
:::column-end:::
76+
:::row-end:::
77+
7078
## See Also
7179
[ActiveConnection, CommandText, CommandTimeout, CommandType, Size, and Direction Properties Example (VB)](../../../ado/reference/ado-api/activeconnection-commandtext-commandtimeout-commandtype-size-example-vb.md)
7280
[ActiveConnection, CommandText, CommandTimeout, CommandType, Size, and Direction Properties Example (VC++)](../../../ado/reference/ado-api/activeconnection-commandtext-commandtimeout-commandtype-size-example-vc.md)

docs/ado/reference/ado-api/ado-collections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The relationships between these collections and the ADO objects are represented
1919

2020
Each collection can contain its corresponding object. For example, an [Error](../../../ado/reference/ado-api/error-object.md) object can be contained in an [Errors](../../../ado/reference/ado-api/errors-collection-ado.md) collection. For more information about objects, see [ADO Objects](../../../ado/reference/ado-api/ado-objects-and-interfaces.md) or a specific object topic.
2121

22-
|||
22+
|Collection|Description|
2323
|-|-|
2424
|[Errors](../../../ado/reference/ado-api/errors-collection-ado.md)|Contains all the **Error** objects created in response to a single provider-related failure.|
2525
|[Fields](../../../ado/reference/ado-api/fields-collection-ado.md)|Contains all the **Field** objects of a **Recordset** object.|

docs/ado/reference/ado-api/ado-dynamic-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Dynamic properties can be added to the [Properties](../../../ado/reference/ado-a
2020

2121
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.
2222

23-
|||
23+
|Dynamic property|Description|
2424
|-|-|
2525
|[Optimize](../../../ado/reference/ado-api/optimize-property-dynamic-ado.md)|Specifies whether an index should be created on this field.|
2626
|[Prompt](../../../ado/reference/ado-api/prompt-property-dynamic-ado.md)|Specifies whether the OLE DB provider should prompt the user for initialization information.|

docs/ado/reference/ado-api/ado-enumerated-constants.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.author: jroth
1616
# ADO Enumerated Constants
1717
To assist in debugging, the ADO enumerations list a value for each constant. However, this value is purely advisory, and may change from one release of ADO to another. Your code should only depend on the name, not the actual value, of each enumerated constant.
1818

19-
|||
19+
|Constant|Description|
2020
|-|-|
2121
|[ADCPROP_ASYNCTHREADPRIORITY_ENUM](../../../ado/reference/ado-api/adcprop-asyncthreadpriority-enum.md)|For an RDS **Recordset** object, specifies the execution priority of the asynchronous thread that retrieves data.|
2222
|[ADCPROP_AUTORECALC_ENUM](../../../ado/reference/ado-api/adcprop-autorecalc-enum.md)|Specifies when the **MSDataShape** provider re-calculates aggregate and calculated columns in a hierarchical **Recordset**.|

docs/ado/reference/ado-api/ado-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.author: jroth
1616
---
1717
# ADO Events
1818

19-
|||
19+
|Event|Description|
2020
|-|-|
2121
|[BeginTransComplete](../../../ado/reference/ado-api/begintranscomplete-committranscomplete-and-rollbacktranscomplete-events-ado.md)|Called after the **BeginTrans** operation.|
2222
|[CommitTransComplete](../../../ado/reference/ado-api/begintranscomplete-committranscomplete-and-rollbacktranscomplete-events-ado.md)|Called after the **CommitTrans** operation.|

docs/ado/reference/ado-api/ado-methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.author: jroth
1616
---
1717
# ADO Methods
1818

19-
|||
19+
|Method|Description|
2020
|-|-|
2121
|[AddNew](../../../ado/reference/ado-api/addnew-method-ado.md)|Creates a new record for an updatable **Recordset** object.|
2222
|[Append](../../../ado/reference/ado-api/append-method-ado.md)|Appends an object to a collection. If the collection is **Fields**, a new **Field** object may be created before it is appended to the collection.|

docs/ado/reference/ado-api/ado-objects-and-interfaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The relationships between these objects are represented in the [ADO Object Model
1919

2020
Each object can be contained in its corresponding collection. For example, an [Error](../../../ado/reference/ado-api/error-object.md) object can be contained in an [Errors](../../../ado/reference/ado-api/errors-collection-ado.md) collection. For more information, see [ADO Collections](../../../ado/reference/ado-api/ado-collections.md) or a specific collection topic.
2121

22-
|||
22+
|Object or interface|Description|
2323
|-|-|
2424
|[IADOCommandConstruction](https://msdn.microsoft.com/library/windows/desktop/aa965677.aspx)|Used to retrieve the underlying OLEDB Command from an ADOCommand object.|
2525
|[ADORecordConstruction](../../../ado/reference/ado-api/adorecordconstruction-interface.md)|Constructs an ADO **Record** object from an OLE DB **Row** object in a C/C++ application.|

docs/ado/reference/ado-api/ado-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.author: jroth
1616
---
1717
# ADO Properties
1818

19-
|||
19+
|Property|Description|
2020
|-|-|
2121
|[AbsolutePage](../../../ado/reference/ado-api/absolutepage-property-ado.md)|Indicates on which page the current record resides.|
2222
|[AbsolutePosition](../../../ado/reference/ado-api/absoluteposition-property-ado.md)|Indicates the ordinal position of the current record of a **Recordset** object.|

docs/ado/reference/ado-api/adorecordconstruction-interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The **ADORecordConstruction**interface is used to construct an ADO **Record** ob
2323

2424
## Properties
2525

26-
|||
26+
|Property|Description|
2727
|-|-|
2828
|[ParentRow](../../../ado/reference/ado-api/parentrow-property-ado.md)|Write-only.<br />Sets the container of an OLE DB **Row** object on this ADO **Record** object.|
2929
|[Row](../../../ado/reference/ado-api/row-property-ado.md)|Read/Write.<br />Gets/sets an OLE DB **Row** object from/on this ADO **Record** object.|

0 commit comments

Comments
 (0)