Skip to content

Commit 2f05d89

Browse files
authored
fix more tables (#10782)
1 parent 6e160c1 commit 2f05d89

File tree

13 files changed

+1618
-1638
lines changed

13 files changed

+1618
-1638
lines changed

xml/Microsoft.SqlServer.Server/SqlMetaData.xml

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -176,19 +176,17 @@
176176
177177
The following are the default values assigned to `dbType`, depending on the `SqlDbType` (the <xref:Microsoft.SqlServer.Server.SqlMetaData.XmlSchemaCollectionDatabase%2A>, <xref:Microsoft.SqlServer.Server.SqlMetaData.XmlSchemaCollectionName%2A>, <xref:Microsoft.SqlServer.Server.SqlMetaData.XmlSchemaCollectionOwningSchema%2A>, and <xref:Microsoft.SqlServer.Server.SqlMetaData.Type%2A> properties are set to `null`):
178178
179-
|SqlDbType|Precision|Scale|Locale|Compare options|
180-
|---------------|---------------|-----------|------------|---------------------|
181-
|Binary|0|0|0|IgnoreCase, IgnoreKanaType, IgnoreWidth|
182-
|Char|0|0|\<thread>|IgnoreCase, IgnoreKanaType, IgnoreWidth|
183-
|Image|0|0|0|None|
184-
|NChar|0|0|\<thread>|IgnoreCase, IgnoreKanaType, IgnoreWidth|
185-
|NText|0|0|\<thread>|IgnoreCase, IgnoreKanaType, IgnoreWidth|
186-
|NVarChar|0|0|\<thread>|IgnoreCase, IgnoreKanaType, IgnoreWidth|
187-
|Text|0|0|\<thread>|IgnoreCase, IgnoreKanaType, IgnoreWidth|
188-
|VarBinary|0|0||IgnoreCase, IgnoreKanaType, IgnoreWidth|
189-
|VarChar|0|0|\<thread>|IgnoreCase, IgnoreKanaType, IgnoreWidth|
190-
191-
179+
| SqlDbType | Precision | Scale | Locale | Compare options |
180+
|-----------|-----------|-------|-----------|-----------------------------------------|
181+
| Binary | 0 | 0 | 0 | IgnoreCase, IgnoreKanaType, IgnoreWidth |
182+
| Char | 0 | 0 | \<thread> | IgnoreCase, IgnoreKanaType, IgnoreWidth |
183+
| Image | 0 | 0 | 0 | None |
184+
| NChar | 0 | 0 | \<thread> | IgnoreCase, IgnoreKanaType, IgnoreWidth |
185+
| NText | 0 | 0 | \<thread> | IgnoreCase, IgnoreKanaType, IgnoreWidth |
186+
| NVarChar | 0 | 0 | \<thread> | IgnoreCase, IgnoreKanaType, IgnoreWidth |
187+
| Text | 0 | 0 | \<thread> | IgnoreCase, IgnoreKanaType, IgnoreWidth |
188+
| VarBinary | 0 | 0 | | IgnoreCase, IgnoreKanaType, IgnoreWidth |
189+
| VarChar | 0 | 0 | \<thread> | IgnoreCase, IgnoreKanaType, IgnoreWidth |
192190
193191
## Examples
194192
The following example creates a new <xref:Microsoft.SqlServer.Server.SqlMetaData> object by specifying the column name, a column data type of <xref:System.Data.SqlDbType>`.NVarChar`, and a maximum length of 12 characters.

xml/Microsoft.VisualBasic.ApplicationServices/WindowsFormsApplicationBase.xml

Lines changed: 599 additions & 590 deletions
Large diffs are not rendered by default.

xml/System.Buffers.Text/Utf8Formatter.xml

Lines changed: 69 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,12 @@ If the method fails, iteratively increase the size of the buffer and retry until
139139
140140
Formats supported:
141141
142-
|Format string|Example result string|
143-
|--|--|
144-
|G/g (default)| |
145-
|D/d|122|
146-
|N/n|122|
147-
|X/x|7a|
142+
| Format string | Example result string |
143+
|---------------|-----------------------|
144+
| G/g (default) | |
145+
| D/d | 122 |
146+
| N/n | 122 |
147+
| X/x | 7a |
148148
149149
If the method fails, iteratively increase the size of the buffer and retry until it succeeds.
150150
@@ -197,12 +197,12 @@ If the method fails, iteratively increase the size of the buffer and retry until
197197
198198
Formats supported:
199199
200-
|Format string|Example result string|Comments|
201-
|--|--|--|
202-
|G (default)|05/25/2017 10:30:15| |
203-
|R|Tue, 03 Jan 2017 08:08:05 GMT|(RFC 1123)|
204-
|l|tue, 03 jan 2017 08:08:05 gmt|(Lowercase RFC 1123)|
205-
|O|2017-06-12T05:30:45.7680000-07:00|(Round-trippable)|
200+
| Format string | Example result string | Comments |
201+
|---------------|-----------------------------------|----------------------|
202+
| G (default) | 05/25/2017 10:30:15 | |
203+
| R | Tue, 03 Jan 2017 08:08:05 GMT | (RFC 1123) |
204+
| l | tue, 03 jan 2017 08:08:05 gmt | (Lowercase RFC 1123) |
205+
| O | 2017-06-12T05:30:45.7680000-07:00 | (Round-trippable) |
206206
207207
If the method fails, iteratively increase the size of the buffer and retry until it succeeds.
208208
@@ -298,11 +298,11 @@ If the method fails, iteratively increase the size of the buffer and retry until
298298
299299
Formats supported:
300300
301-
|Format string|Example result string|Comments|
302-
|--|--|--|
303-
|G/g (default)| |
304-
|F/f|12.45|Fixed point|
305-
|E/e|1.245000e1|Exponential|
301+
| Format string | Example result string | Comments |
302+
|----------------|-----------------------|-------------|
303+
| G/g (default) | |
304+
| F/f | 12.45 | Fixed point |
305+
| E/e | 1.245000e1 | Exponential |
306306
307307
If the method fails, iteratively increase the size of the buffer and retry until it succeeds.
308308
@@ -355,11 +355,11 @@ If the method fails, iteratively increase the size of the buffer and retry until
355355
356356
Formats supported:
357357
358-
|Format string|Example result string|Comments|
359-
|--|--|--|
360-
|G/g (default)| |
361-
|F/f|12.45|Fixed point|
362-
|E/e|1.245000e1|Exponential|
358+
| Format string | Example result string | Comments |
359+
|----------------|-----------------------|-------------|
360+
| G/g (default) | |
361+
| F/f | 12.45 | Fixed point |
362+
| E/e | 1.245000e1 | Exponential |
363363
364364
If the method fails, iteratively increase the size of the buffer and retry until it succeeds.
365365
@@ -470,12 +470,12 @@ If the method fails, iteratively increase the size of the buffer and retry until
470470
471471
Formats supported:
472472
473-
|Format string|Example result string|
474-
|--|--|
475-
|G/g (default)| |
476-
|D/d|32767|
477-
|N/n|32,767|
478-
|X/x|7fff|
473+
| Format string | Example result string |
474+
|---------------|-----------------------|
475+
| G/g (default) | |
476+
| D/d | 32767 |
477+
| N/n | 32,767 |
478+
| X/x | 7fff |
479479
480480
If the method fails, iteratively increase the size of the buffer and retry until it succeeds.
481481
@@ -528,12 +528,12 @@ If the method fails, iteratively increase the size of the buffer and retry until
528528
529529
Formats supported:
530530
531-
|Format string|Example result string|
532-
|--|--|
533-
|G/g (default)| |
534-
|D/d|32767|
535-
|N/n|32,767|
536-
|X/x|7fff|
531+
| Format string | Example result string |
532+
|---------------|-----------------------|
533+
| G/g (default) | |
534+
| D/d | 32767 |
535+
| N/n | 32,767 |
536+
| X/x | 7fff |
537537
538538
If the method fails, iteratively increase the size of the buffer and retry until it succeeds.
539539
@@ -586,12 +586,12 @@ If the method fails, iteratively increase the size of the buffer and retry until
586586
587587
Formats supported:
588588
589-
|Format string|Example result string|
590-
|--|--|
591-
|G/g (default)| |
592-
|D/d|32767|
593-
|N/n|32,767|
594-
|X/x|7fff|
589+
| Format string | Example result string |
590+
|---------------|-----------------------|
591+
| G/g (default) | |
592+
| D/d | 32767 |
593+
| N/n | 32,767 |
594+
| X/x | 7fff |
595595
596596
If the method fails, iteratively increase the size of the buffer and retry until it succeeds.
597597
@@ -650,12 +650,12 @@ If the method fails, iteratively increase the size of the buffer and retry until
650650
651651
Formats supported:
652652
653-
|Format string|Example result string|
654-
|--|--|
655-
|G/g (default)| |
656-
|D/d|122|
657-
|N/n|122|
658-
|X/x|7a|
653+
| Format string | Example result string |
654+
|---------------|-----------------------|
655+
| G/g (default) | |
656+
| D/d | 122 |
657+
| N/n | 122 |
658+
| X/x | 7a |
659659
660660
If the method fails, iteratively increase the size of the buffer and retry until it succeeds.
661661
@@ -708,11 +708,11 @@ If the method fails, iteratively increase the size of the buffer and retry until
708708
709709
Formats supported:
710710
711-
|Format string|Example result string|Comments|
712-
|--|--|--|
713-
|G/g (default)| |
714-
|F/f|12.45|Fixed point|
715-
|E/e|1.245000e1|Exponential|
711+
| Format string | Example result string | Comments |
712+
|----------------|-----------------------|-------------|
713+
| G/g (default) | |
714+
| F/f | 12.45 | Fixed point |
715+
| E/e | 1.245000e1 | Exponential |
716716
717717
If the method fails, iteratively increase the size of the buffer and retry until it succeeds.
718718
@@ -828,12 +828,12 @@ If the method fails, iteratively increase the size of the buffer and retry until
828828
829829
Formats supported:
830830
831-
|Format string|Example result string|
832-
|--|--|
833-
|G/g (default)| |
834-
|D/d|32767|
835-
|N/n|32,767|
836-
|X/x|7fff|
831+
| Format string | Example result string |
832+
|---------------|-----------------------|
833+
| G/g (default) | |
834+
| D/d | 32767 |
835+
| N/n | 32,767 |
836+
| X/x | 7fff |
837837
838838
If the method fails, iteratively increase the size of the buffer and retry until it succeeds.
839839
@@ -892,12 +892,12 @@ If the method fails, iteratively increase the size of the buffer and retry until
892892
893893
Formats supported:
894894
895-
|Format string|Example result string|
896-
|--|--|
897-
|G/g (default)| |
898-
|D/d|32767|
899-
|N/n|32,767|
900-
|X/x|7fff|
895+
| Format string | Example result string |
896+
|---------------|-----------------------|
897+
| G/g (default) | |
898+
| D/d | 32767 |
899+
| N/n | 32,767 |
900+
| X/x | 7fff |
901901
902902
If the method fails, iteratively increase the size of the buffer and retry until it succeeds.
903903
@@ -956,12 +956,12 @@ If the method fails, iteratively increase the size of the buffer and retry until
956956
957957
Formats supported:
958958
959-
|Format string|Example result string|
960-
|--|--|
961-
|G/g (default)| |
962-
|D/d|32767|
963-
|N/n|32,767|
964-
|X/x|7fff|
959+
| Format string | Example result string |
960+
|---------------|-----------------------|
961+
| G/g (default) | |
962+
| D/d | 32767 |
963+
| N/n | 32,767 |
964+
| X/x | 7fff |
965965
966966
If the method fails, iteratively increase the size of the buffer and retry until it succeeds.
967967

0 commit comments

Comments
 (0)