net45/smo/Microsoft.SqlServer.ConnectionInfo.xml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 |
<?xml version="1.0"?>
<doc> <assembly> <name>Microsoft.SqlServer.ConnectionInfo</name> </assembly> <members> <member name="T:Microsoft.SqlServer.Management.Common.NetworkProtocol"> <summary> Network protocols </summary> </member> <member name="F:Microsoft.SqlServer.Management.Common.NetworkProtocol.TcpIp"> <summary> TcpIp </summary> </member> <member name="F:Microsoft.SqlServer.Management.Common.NetworkProtocol.NamedPipes"> <summary> NamedPipes </summary> </member> <member name="F:Microsoft.SqlServer.Management.Common.NetworkProtocol.Multiprotocol"> <summary> Multiprotocol </summary> </member> <member name="F:Microsoft.SqlServer.Management.Common.NetworkProtocol.AppleTalk"> <summary> AppleTalk </summary> </member> <member name="F:Microsoft.SqlServer.Management.Common.NetworkProtocol.BanyanVines"> <summary> BanyanVines </summary> </member> <member name="F:Microsoft.SqlServer.Management.Common.NetworkProtocol.Via"> <summary> Via </summary> </member> <member name="F:Microsoft.SqlServer.Management.Common.NetworkProtocol.SharedMemory"> <summary> SharedMemory </summary> </member> <member name="F:Microsoft.SqlServer.Management.Common.NetworkProtocol.NWLinkIpxSpx"> <summary> NWLinkIpxSpx </summary> </member> <member name="F:Microsoft.SqlServer.Management.Common.NetworkProtocol.NotSpecified"> <summary> NotSpecified </summary> </member> <member name="T:Microsoft.SqlServer.Management.Common.DatabaseEngineType"> <summary> the possible values of server configuration </summary> </member> <member name="F:Microsoft.SqlServer.Management.Common.DatabaseEngineType.Standalone"> The server has a Standalone configuration </member> <member name="F:Microsoft.SqlServer.Management.Common.DatabaseEngineType.SqlAzureDatabase"> The server has a Cloud configuration </member> <member name="T:Microsoft.SqlServer.Management.Common.DatabaseEngineEdition"> <summary> the possible values of server edition - match SERVERPROPERTY('EngineEdition') </summary> </member> <member name="F:Microsoft.SqlServer.Management.Common.DatabaseEngineEdition.Unknown"> Currently these values are duplicated in $\Sql\ssms\smo\SMO\Main\src\enumerations.cs Eventually we would like to remove the type defined there (see TFS#7818885) but until that happens make sure to update both enums with any changes * </member> <member name="F:Microsoft.SqlServer.Management.Common.DatabaseEngineEdition.Personal"> The server is Personal or standard </member> <member name="F:Microsoft.SqlServer.Management.Common.DatabaseEngineEdition.Standard"> The server is Standard </member> <member name="F:Microsoft.SqlServer.Management.Common.DatabaseEngineEdition.Enterprise"> The server is Enterprise </member> <member name="F:Microsoft.SqlServer.Management.Common.DatabaseEngineEdition.Express"> The server is Express </member> <member name="F:Microsoft.SqlServer.Management.Common.DatabaseEngineEdition.SqlDatabase"> The server is SqlDatabase </member> <member name="F:Microsoft.SqlServer.Management.Common.DatabaseEngineEdition.SqlDataWarehouse"> The server is a DataWarehouse </member> <member name="F:Microsoft.SqlServer.Management.Common.DatabaseEngineEdition.SqlStretchDatabase"> The server is a StretchDatabase </member> <member name="F:Microsoft.SqlServer.Management.Common.DatabaseEngineEdition.SqlManagedInstance"> The server is a Sql Managed Instance </member> <member name="T:Microsoft.SqlServer.Management.Common.ExecutionTypes"> <remarks> Statement execution constants are used to direct the behavior of the ExecuteImmediate method, altering execution behavior or interpretation of the statement submitted for execution </remarks> </member> <member name="F:Microsoft.SqlServer.Management.Common.ExecutionTypes.Default"> <summary> No statement execution options set </summary> </member> <member name="F:Microsoft.SqlServer.Management.Common.ExecutionTypes.NoCommands"> <summary> Ignore the command terminator in the script. Execute as a single batch </summary> </member> <member name="F:Microsoft.SqlServer.Management.Common.ExecutionTypes.ContinueOnError"> <summary> Batch execution continues on any error that does not break the connection </summary> </member> <member name="F:Microsoft.SqlServer.Management.Common.ExecutionTypes.NoExec"> <summary> Execute SET NOEXEC ON prior to batch execution. Execute SET NOEXEC OFF after batch execution. </summary> </member> <member name="F:Microsoft.SqlServer.Management.Common.ExecutionTypes.ParseOnly"> <summary> Execute SET PARSEONLY ON prior to batch execution. Execute SET PARSEONLY OFF after batch execution </summary> </member> <member name="F:Microsoft.SqlServer.Management.Common.ExecutionTypes.QuotedIdentifierOn"> <summary> Execute SET QUOTED_IDENTIFIER ON prior to batch execution. Execute SET QUOTED_IDENTIFIER OFF after batch execution. </summary> </member> <member name="T:Microsoft.SqlServer.Management.Common.SqlExecutionModes"> <summary> Determines if SQL statements are captured or sent to the server. </summary> </member> <member name="F:Microsoft.SqlServer.Management.Common.SqlExecutionModes.ExecuteSql"> <summary> execute sql </summary> </member> <member name="F:Microsoft.SqlServer.Management.Common.SqlExecutionModes.CaptureSql"> <summary> sql is captured </summary> </member> <member name="F:Microsoft.SqlServer.Management.Common.SqlExecutionModes.ExecuteAndCaptureSql"> <summary> sql is executed and captured </summary> </member> <member name="T:Microsoft.SqlServer.Management.Common.FixedServerRoles"> <summary> </summary> </member> <member name="F:Microsoft.SqlServer.Management.Common.FixedServerRoles.None"> <summary> none </summary> </member> <member name="F:Microsoft.SqlServer.Management.Common.FixedServerRoles.SysAdmin"> <summary> System administrators </summary> </member> <member name="F:Microsoft.SqlServer.Management.Common.FixedServerRoles.ServerAdmin"> <summary> Server administrators </summary> </member> <member name="F:Microsoft.SqlServer.Management.Common.FixedServerRoles.SetupAdmin"> <summary> Setup administrators </summary> </member> <member name="F:Microsoft.SqlServer.Management.Common.FixedServerRoles.SecurityAdmin"> <summary> Security administrators </summary> </member> <member name="F:Microsoft.SqlServer.Management.Common.FixedServerRoles.ProcessAdmin"> <summary> Process administrators </summary> </member> <member name="F:Microsoft.SqlServer.Management.Common.FixedServerRoles.DBCreator"> <summary> Database creators </summary> </member> <member name="F:Microsoft.SqlServer.Management.Common.FixedServerRoles.DiskAdmin"> <summary> Disk administrators </summary> </member> <member name="F:Microsoft.SqlServer.Management.Common.FixedServerRoles.BulkAdmin"> <summary> Bulk insert administrators </summary> </member> <member name="T:Microsoft.SqlServer.Management.Common.ServerUserProfiles"> <summary> </summary> </member> <member name="F:Microsoft.SqlServer.Management.Common.ServerUserProfiles.None"> <summary> </summary> </member> <member name="F:Microsoft.SqlServer.Management.Common.ServerUserProfiles.SALogin"> <summary> Login is a member of the sysadmin role. </summary> </member> <member name="F:Microsoft.SqlServer.Management.Common.ServerUserProfiles.CreateDatabase"> <summary> Login has CREATE DATABASE permission. </summary> </member> <member name="F:Microsoft.SqlServer.Management.Common.ServerUserProfiles.CreateXP"> <summary> Login can execute sp_addextendedproc and sp_dropextendedproc (loading and unloading extended stored procedures). </summary> </member> <member name="F:Microsoft.SqlServer.Management.Common.ServerUserProfiles.All"> <summary> Login has all specifiable SQL Server maintenance permissions. </summary> </member> <member name="T:Microsoft.SqlServer.Management.Common.AutoDisconnectMode"> <summary> regulates the disconnect policy </summary> </member> <member name="F:Microsoft.SqlServer.Management.Common.AutoDisconnectMode.DisconnectIfPooled"> <summary> after statement is executed if connection is pooled disconnect connection </summary> </member> <member name="F:Microsoft.SqlServer.Management.Common.AutoDisconnectMode.NoAutoDisconnect"> <summary> don't disconnect connection </summary> </member> <member name="T:Microsoft.SqlServer.Management.Common.ServerType"> <summary> Valid connection types </summary> </member> <member name="F:Microsoft.SqlServer.Management.Common.ServerType.DatabaseEngine"> <summary> SQL Engine </summary> </member> <member name="F:Microsoft.SqlServer.Management.Common.ServerType.AnalysisServices"> <summary> </summary> </member> <member name="F:Microsoft.SqlServer.Management.Common.ServerType.ReportingServices"> <summary> </summary> </member> <member name="F:Microsoft.SqlServer.Management.Common.ServerType.IntegrationServices"> <summary> </summary> </member> <member name="F:Microsoft.SqlServer.Management.Common.ServerType.SqlServerEverywhere"> <summary> DO NOT USE - the name is SQL Server Compact Edition </summary> </member> <member name="F:Microsoft.SqlServer.Management.Common.ServerType.SqlServerCompactEdition"> <summary> SQL CE </summary> </member> <member name="T:Microsoft.SqlServer.Management.Common.HostPlatformNames"> <summary> Possible values for Server.HostPlatform property in SMO </summary> </member> <member name="T:Microsoft.SqlServer.Management.Common.TypeConverters"> <summary> Type converters to use to translate enum values to their string values and back </summary> </member> <member name="T:Microsoft.SqlServer.Management.Common.ConnectionEnumsHelpers"> <summary> Set of helper methods for use with the enums defined here </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ConnectionEnumsHelpers.GetSupportedDatabaseEngineEditions(Microsoft.SqlServer.Management.Common.DatabaseEngineType)"> <summary> Gets the set of supported <see cref="T:Microsoft.SqlServer.Management.Common.DatabaseEngineEdition"/> for a given <see cref="T:Microsoft.SqlServer.Management.Common.DatabaseEngineType"/> </summary> <param name="engineType"></param> <returns></returns> </member> <member name="T:Microsoft.SqlServer.Management.Common.ConnectionException"> <summary> TBD </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ConnectionException.#ctor"> <summary> TBD </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ConnectionException.#ctor(System.String)"> <summary> TBD </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ConnectionException.#ctor(System.String,System.Exception)"> <summary> TBD </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ConnectionException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"> <summary> TBD </summary> </member> <member name="T:Microsoft.SqlServer.Management.Common.ConnectionCannotBeChangedException"> <summary> TBD </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ConnectionCannotBeChangedException.#ctor"> <summary> TBD </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ConnectionCannotBeChangedException.#ctor(System.String)"> <summary> TBD </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ConnectionCannotBeChangedException.#ctor(System.String,System.Exception)"> <summary> TBD </summary> </member> <member name="T:Microsoft.SqlServer.Management.Common.InvalidPropertyValueException"> <summary> TBD </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.InvalidPropertyValueException.#ctor"> <summary> TBD </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.InvalidPropertyValueException.#ctor(System.String)"> <summary> TBD </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.InvalidPropertyValueException.#ctor(System.String,System.Exception)"> <summary> TBD </summary> </member> <member name="T:Microsoft.SqlServer.Management.Common.ConnectionFailureException"> <summary> TBD </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ConnectionFailureException.#ctor"> <summary> TBD </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ConnectionFailureException.#ctor(System.String)"> <summary> TBD </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ConnectionFailureException.#ctor(System.String,System.Exception)"> <summary> TBD </summary> </member> <member name="T:Microsoft.SqlServer.Management.Common.ExecutionFailureException"> <summary> TBD </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ExecutionFailureException.#ctor"> <summary> TBD </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ExecutionFailureException.#ctor(System.String)"> <summary> TBD </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ExecutionFailureException.#ctor(System.String,System.Exception)"> <summary> TBD </summary> </member> <member name="T:Microsoft.SqlServer.Management.Common.NotInTransactionException"> <summary> TBD </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.NotInTransactionException.#ctor"> <summary> TBD </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.NotInTransactionException.#ctor(System.String)"> <summary> TBD </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.NotInTransactionException.#ctor(System.String,System.Exception)"> <summary> TBD </summary> </member> <member name="T:Microsoft.SqlServer.Management.Common.InvalidArgumentException"> <summary> TBD </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.InvalidArgumentException.#ctor"> <summary> TBD </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.InvalidArgumentException.#ctor(System.String)"> <summary> TBD </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.InvalidArgumentException.#ctor(System.String,System.Exception)"> <summary> TBD </summary> </member> <member name="T:Microsoft.SqlServer.Management.Common.PropertyNotSetException"> <summary> TBD </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.PropertyNotSetException.#ctor"> <summary> TBD </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.PropertyNotSetException.#ctor(System.String)"> <summary> TBD </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.PropertyNotSetException.#ctor(System.String,System.Exception)"> <summary> TBD </summary> </member> <member name="T:Microsoft.SqlServer.Management.Common.PropertyNotAvailableException"> <summary> TBD </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.PropertyNotAvailableException.#ctor"> <summary> TBD </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.PropertyNotAvailableException.#ctor(System.String)"> <summary> TBD </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.PropertyNotAvailableException.#ctor(System.String,System.Exception)"> <summary> TBD </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.PropertyNotAvailableException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"> <summary> Serialization constructor </summary> <param name="si"></param> <param name="sc"></param> </member> <member name="T:Microsoft.SqlServer.Management.Common.ChangePasswordFailureException"> <summary> TBD </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ChangePasswordFailureException.#ctor"> <summary> TBD </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ChangePasswordFailureException.#ctor(System.String)"> <summary> TBD </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ChangePasswordFailureException.#ctor(System.String,System.Exception)"> <summary> TBD </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ChangePasswordFailureException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"> <summary> Serialization constructor </summary> <param name="si"></param> <param name="sc"></param> </member> <member name="T:Microsoft.SqlServer.Management.Common.DisconnectedConnectionException"> <summary> This exception is thrown when an attempt is made to use a connected that is forced in disconnected mode </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.DisconnectedConnectionException.#ctor"> <summary> Constructor </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.DisconnectedConnectionException.#ctor(System.String)"> <summary> Constructor </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.DisconnectedConnectionException.#ctor(System.String,System.Exception)"> <summary> Constructor </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ConnectionInfoHelper.SetTokenOnConnection(System.Data.SqlClient.SqlConnection,System.String)"> <summary> Sets the AccessToken property on SqlConnection object </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ConnectionInfoHelper.GetTokenFromSqlConnection(System.Data.SqlClient.SqlConnection)"> <summary> Get AccessToken from SqlConnection </summary> <remarks>Will be an empty string if AccessToken is not supported in the current .NET Framework (<4.6)</remarks> </member> <member name="M:Microsoft.SqlServer.Management.Common.ConnectionInfoHelper.CreateSqlConnection(Microsoft.SqlServer.Management.Common.SqlConnectionInfo)"> <summary> Creates SqlConnection from the SqlConnectionInfo class </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ConnectionInfoHelper.GetAccessTokenProperty"> <summary> Gets the AccessToken property if it's available (requires .NET 4.6) </summary> <returns></returns> </member> <member name="T:Microsoft.SqlServer.Management.Common.ConnectionManager"> <summary> connection settings and creation </summary> </member> <member name="T:Microsoft.SqlServer.Management.Common.ConnectionSettings"> <summary> connection settings and creation </summary> </member> <member name="F:Microsoft.SqlServer.Management.Common.ConnectionSettings.NoConnectionTimeout"> <summary> Infinite wait </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ConnectionSettings.#ctor"> <summary> TBD </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ConnectionSettings.#ctor(Microsoft.SqlServer.Management.Common.SqlConnectionInfo)"> <summary> TBD </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ConnectionSettings.InitDefaults"> <summary> TBD </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ConnectionSettings.InitFromSqlConnectionInfo(Microsoft.SqlServer.Management.Common.SqlConnectionInfo)"> <summary> </summary> <param name="sci"></param> </member> <member name="M:Microsoft.SqlServer.Management.Common.ConnectionSettings.InitFromSqlConnection(System.Data.SqlClient.SqlConnection)"> <summary> </summary> <param name="sc"></param> </member> <member name="M:Microsoft.SqlServer.Management.Common.ConnectionSettings.ThrowIfUpdatesAreBlocked"> <summary> check that we are not already connected </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ConnectionSettings.ThrowIfInvalidValue(System.String,System.String,System.Boolean)"> <summary> check if the input value is valid ( != null ) </summary> <param name="str">string to be checked</param> <param name="propertyName"></param> <param name="checkEmpty"></param> </member> <member name="M:Microsoft.SqlServer.Management.Common.ConnectionSettings.ThrowIfInvalidValue(System.Int32,System.Int32,System.String)"> <summary> check if the input value is valid ( > 0 ) </summary> <param name="n">integer to be checked</param> <param name="value"></param> <param name="propertyName"></param> </member> <member name="M:Microsoft.SqlServer.Management.Common.ConnectionSettings.GetConnectionString"> <summary> builds the connection string </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ConnectionSettings.SetAuthentication(System.Data.SqlClient.SqlConnectionStringBuilder)"> <summary> Set Authentication using reflection </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ConnectionSettings.SetApplicationIntent(System.Data.SqlClient.SqlConnectionStringBuilder)"> <summary> Set the ApplicationIntent of the SqlConnectionStringBuilder. If the property is not supported or we have an invalid ApplicationIntent the value is ignored. </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.ServerInstance"> <summary> The name of the SQL Server the object will connect to. If not set, the local server is implied. Exceptions: ConnectionCannotBeChangedException InvalidPropertyValueException </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.IsLoginInitialized"> <summary> true if Login property has been initialized </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.Login"> <summary> The SQL Server Login name that is used to connect to the server. Exceptions: ConnectionCannotBeChangedException InvalidPropertyValueException PropertyNotSetException </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.IsPasswordInitialized"> <summary> true if Password property has been initialized </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.Password"> <summary> The password that is used with Login to connect to the server. Exceptions: ConnectionCannotBeChangedException InvalidPropertyValueException PropertyNotSetException </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.SecurePassword"> <summary> The password that is used with Login to connect to the server. Exceptions: ConnectionCannotBeChangedException InvalidPropertyValueException PropertyNotSetException </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.LoginSecure"> <summary> If set to true, Windows integrate security is used and Login and Password are ignored. If not set, Sql Server Authentication is used. Exceptions: ConnectionCannotBeChangedException </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.ConnectAsUserName"> <summary> Specifies the NT user that is used when creating an impersonated connection. Exceptions: ConnectionCannotBeChangedException InvalidPropertyValueException PropertyNotSetException </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.ConnectAsUserPassword"> <summary> Specifies password of the NT user that is used when creating an impersonated connection. Exceptions: ConnectionCannotBeChangedException InvalidPropertyValueException PropertyNotSetException </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.ConnectAsUser"> <summary> If set to true, the connection will be made with the credentials of the specified user. This will assume impersonation, however the LoginSecure flags and Login and Password fields will not be affected. ConnectionCannotBeChangedException </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.NonPooledConnection"> <summary> By default, all connections to SQL Server are taken from an ADO.NET connection pool.If set to true, this allows users to create a non-pooled connection (will not be reused when closed). Exceptions: ConnectionCannotBeChangedException </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.PooledConnectionLifetime"> <summary> When a connection is returned to the pool, its creation time is compared with the current time, and the connection is destroyed if that time span (in seconds) exceeds the value specified by connection lifetime. Exceptions: ConnectionCannotBeChangedException InvalidPropertyValueException </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.MinPoolSize"> <summary> The minimum number of connections maintained in the pool. Exceptions: ConnectionCannotBeChangedException InvalidPropertyValueException </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.MaxPoolSize"> <summary> The maximum number of connections allowed in the pool. Exceptions: ConnectionCannotBeChangedException InvalidPropertyValueException </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.ConnectTimeout"> <summary> The length of time (in seconds) to wait for a connection to the server before terminating the attempt and throwing an exception. Default is 30 seconds (same as Shiloh). Exceptions: ConnectionCannotBeChangedException InvalidPropertyValueException </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.Authentication"> <summary> The authentication type of the connection </summary> <value></value> </member> <member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.ApplicationIntent"> <summary> The application intent of the connection Valid values are ReadWrite and ReadOnly </summary> <value></value> </member> <member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.TrustServerCertificate"> <summary> Indicate whether the client trusts the server certificate </summary> <value></value> </member> <member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.ConnectionString"> <summary> The property will return either the user specified connection string or it will return the computed connection string based on object settings. If explicitly set, All properties in the ServerConnection object will be populated to reflect the passed in connection string. Exceptions: ConnectionCannotBeChangedException InvalidPropertyValueException </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.SecureConnectionString"> <summary> The property will return a SecureString version of either the user specified connection string or it will return the computed connection string based on object settings. If explicitly set, All properties in the ServerConnection object will be populated to reflect the passed in connection string. Exceptions: ConnectionCannotBeChangedException </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.NetworkProtocol"> <summary> Identifies the client network protocol that is used to connect to SQL Server. If you do not specify a network and you use a local server, shared memory is used. If you do not specify a network and you use a remote server, the one of the configured client protocols is used. Exceptions: ConnectionCannotBeChangedException InvalidPropertyValueException </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.IsApplicationNameInitialized"> <summary> true if ApplicationName property has been initialized </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.ApplicationName"> <summary> The name of the application. 'SQL Management' if no application name has been provided. Exceptions: ConnectionCannotBeChangedException InvalidPropertyValueException </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.IsWorkstationIdInitialized"> <summary> true if WorkstationId property has been initialized </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.WorkstationId"> <summary> The name of the workstation connecting to SQL Server. Exceptions: ConnectionCannotBeChangedException InvalidPropertyValueException </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.IsDatabaseNameInitialized"> <summary> true if DatabaseName property has been initialized </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.DatabaseName"> <summary> TBD </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.PacketSize"> <summary> Size in bytes of the network packets used to communicate with an instance of SQL Server. Default is 8192. Exceptions: ConnectionCannotBeChangedException InvalidPropertyValueException </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.MultipleActiveResultSets"> <summary> Enable MARS from the connection. Default is false. </summary> <value></value> </member> <member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.EncryptConnection"> <summary> whether "encrypt=true" is specified in the connection string </summary> <value></value> </member> <member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.AdditionalParameters"> <summary> Returns whether additional parameters have been specified in connection string </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.InitialCatalog"> <summary> Gets the InitialCatalog. </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.ResetConnectionString"> <summary> Tells us whether ConnectionString needs to be reset in SqlConnectionObject property of ConnectionManager or not. </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ConnectionManager.#ctor"> <summary> TBD </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ConnectionManager.#ctor(System.Data.SqlClient.SqlConnection,Microsoft.SqlServer.Management.Common.IRenewableToken)"> <summary> Constructor. Initialize properties by using information from parameter sqlConnectionObject. If the status of sqlConnectionObject is Open, also query server for @@LOCK_TIMEOUT to set the LockTimeout property. </summary> <param name="sqlConnectionObject">SqlConnection</param> <param name="accessToken"></param> </member> <member name="M:Microsoft.SqlServer.Management.Common.ConnectionManager.#ctor(Microsoft.SqlServer.Management.Common.SqlConnectionInfo)"> <summary> </summary> <param name="sci"></param> </member> <member name="M:Microsoft.SqlServer.Management.Common.ConnectionManager.InitSqlConnectionObject(System.Boolean,System.Boolean)"> <summary> Initialize the SqlConnection object. </summary> <param name="setConnectionString">if ConnectionString needs to be set.</param> <param name="removeIntegratedSecurity"></param> </member> <member name="M:Microsoft.SqlServer.Management.Common.ConnectionManager.GetWindowsIdentityForConnection"> <summary> if impersonation is required return the identity to be impersonated else returns null </summary> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.ConnectionManager.InternalConnect(System.Security.Principal.WindowsIdentity)"> <summary> connects to the server impersonating if necessary ( if null != impersonatedIdentity ) </summary> <param name="impersonatedIdentity"></param> </member> <member name="M:Microsoft.SqlServer.Management.Common.ConnectionManager.Connect"> <summary> Creates the actual connection to SQL Server. Ignored if already connected. It is optional to call this method, as the connection will be opened when required. Exceptions: ConnectionFailureException </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ConnectionManager.ExecuteTSql(Microsoft.SqlServer.Management.Common.ConnectionManager.ExecuteTSqlAction,System.Object,System.Data.DataSet,System.Boolean)"> <summary> Executes T-SQL using the appropriate methods depending on the action information passed as the parameter. </summary> <param name="action">Defines method to be used for executing T-SQL</param> <param name="execObject">Object on which that method needs to be called</param> <param name="fillDataSet">DataSet in which data need to filled in case of SqlDataAdapter execObject</param> <param name="catchException">If the exception to be caught.</param> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.ConnectionManager.IsDatabaseValid(System.Data.SqlClient.SqlConnection,System.String)"> <summary> Verifies that a given database exists </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ConnectionManager.CheckServerVersion(Microsoft.SqlServer.Management.Common.ServerVersion)"> <summary> Check if we are connecting to a supported server version. block off <= 7.0 in ServerConnection. </summary> <param name="version"></param> </member> <member name="M:Microsoft.SqlServer.Management.Common.ConnectionManager.Disconnect"> <summary> Closes the connection with SQL Server. Ignored if already disconnected. Exceptions: ConnectionFailureException </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ConnectionManager.PoolConnect"> <summary> connects only if not already connected </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ConnectionManager.PoolDisconnect"> <summary> disconnects only if it is pooled </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ConnectionManager.GenerateStatementExecutedEvent(System.String)"> <summary> </summary> </member> <member name="F:Microsoft.SqlServer.Management.Common.ConnectionManager.statementEventHandler"> <summary> Event that is called each time a T-SQL statement has been executed and capture is set This allows users to add a event hook to trace T-SQL statements. </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ConnectionManager.ForceDisconnected"> <summary> Enforces a disconnect and ensures that connection cannot be re-opened again </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ConnectionManager.InUse"> <summary> Returns true if the object has been connected with the server at least once. If true, property changes are not allowed any more and ConnectionCannotBeChangedException will be thrown when a property has been changed. </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ConnectionManager.LockTimeout"> <summary> LockTimeout is the Lock timeout in seconds. Default -1 is for indefinite. InvalidPropertyValueException is thrown for all other negative numbers. Positive LockTimeout will be multiplied by 1000 and then used for "SET LOCK_TIMEOUT" setting. </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ConnectionManager.ServerVersion"> <summary> Returns the major version number of SQL Server. I.e. 8 for SQL Server 2000. Exceptions: ConnectionFailureException </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ConnectionManager.ProductVersion"> <summary> Gets the ProductVersion server property of this connection </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ConnectionManager.DatabaseEngineType"> <summary> Returns the database engine type of SQL Server. Exceptions: ConnectionFailureException </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ConnectionManager.DatabaseEngineEdition"> <summary> The edition of the Database Engine </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ConnectionManager.HostPlatform"> <summary> The host platform of the server (Linux/Windows/etc) </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ConnectionManager.ConnectionProtocol"> <summary> Connection protocol. </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ConnectionManager.IsContainedAuthentication"> <summary> Returns true if the database engine authenticates using contained authentication. Exceptions: ConnectionFailureException </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ConnectionManager.SqlConnectionObject"> <summary> Returns a reference to the SqlConnection object used by the ConnectionContext object. This should always return the valid sqlConnection object with the latest valid ConnectionString set. Exceptions: PropertyNotAvailableException </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ConnectionManager.CurrentDatabase"> <summary> Returns the current database context. </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ConnectionManager.IsOpen"> <summary> Returns true if the SqlConnection object is connected with the server. This can only return true for non pooled connections as pooled connections are always closed directly after an operation. </summary> </member> <member name="E:Microsoft.SqlServer.Management.Common.ConnectionManager.StateChange"> <summary> Occurs when the state of the connection changes. Uses System.Data.StateChangeEventHandler. </summary> </member> <member name="E:Microsoft.SqlServer.Management.Common.ConnectionManager.InfoMessage"> <summary> Occurs when SQL Server returns a warning or informational message. Uses System.Data.SqlClient.SqlInfoMessageEventHandler. </summary> </member> <member name="E:Microsoft.SqlServer.Management.Common.ConnectionManager.ServerMessage"> <summary> Occurs when SQL Server returns a warning or informational message. Uses System.Data.SqlClient.SqlInfoMessageEventHandler. </summary> </member> <member name="E:Microsoft.SqlServer.Management.Common.ConnectionManager.RemoteLoginFailed"> <summary> Called when the server needs to connect to remote servers and the login fails </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ConnectionManager.CapturedSql"> <summary> </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ConnectionManager.AutoDisconnectMode"> <summary> </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ConnectionManager.IsForceDisconnected"> <summary> Indicates that the connection has been forcefully disconnected </summary> </member> <member name="T:Microsoft.SqlServer.Management.Common.ConnectionManager.ExecuteTSqlAction"> <summary> Defines all the Methods used to Execute T-SQL on a server in the ServerConnection object. </summary> </member> <member name="T:Microsoft.SqlServer.Management.Common.EncryptionUtility"> <summary> Utility methods for working with SecureStrings </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.EncryptionUtility.DecryptSecureString(System.Security.SecureString)"> <summary> Decrypt a SecureString </summary> <param name="ss">The secure string to decrypt</param> </member> <member name="M:Microsoft.SqlServer.Management.Common.EncryptionUtility.EncryptString(System.String)"> <summary> Encrypt a string </summary> <param name="s">The string to encrypt</param> </member> <member name="T:Microsoft.SqlServer.Management.Common.CommonUtils"> <summary> General utility methods. </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.CommonUtils.MakeSqlBraket(System.String)"> <summary> Makes the string a SQL identifier. </summary> <param name="s"></param> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.CommonUtils.MakeSqlString(System.String)"> <summary> Makes the string a unicode sql string. </summary> <param name="value"></param> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.CommonUtils.EscapeString(System.String,System.String)"> <summary> Escape the specified cEsc character </summary> </member> <member name="T:Microsoft.SqlServer.Management.Common.ExecutionCache`2"> <summary> ExecutionCache is a simple cache that manages cached items. The cache holds up to #capacity# number of items and will remove the first item it added to the cache when it is full. It is intent to be used by a single thread. Implementation note: The access time is linear to the number of item in the cache. The cache is initially extracted from ServerConnection such that the cache and item management can be unit tested thoughtfully without configuration. It is not designed to be a widely-used cache utilities class. It is generalized for testability. </summary> <typeparam name="C"></typeparam> <typeparam name="K"></typeparam> </member> <member name="M:Microsoft.SqlServer.Management.Common.ExecutionCache`2.#ctor(System.Int32)"> <summary> Constructor. </summary> <param name="capacity">The capacity of the cache. If item is added when the cache is full, the first item of the cache will be evicted.</param> </member> <member name="M:Microsoft.SqlServer.Management.Common.ExecutionCache`2.ContainsKey(`0)"> <summary> Returns true of the cache contains an item with the specified key. </summary> <param name="key"></param> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.ExecutionCache`2.Add(`1)"> <summary> Add a cache item into the cache. The item must have a unique key. The item and key must not be null. </summary> <param name="item">Item to be added</param> <exception cref="T:System.ArgumentException">Throws to indicate another item in the cache has the same key as the specified item</exception> </member> <member name="M:Microsoft.SqlServer.Management.Common.ExecutionCache`2.ClearResults"> <summary> Clear results in all cache items. </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ExecutionCache`2.Clear"> <summary> Clear the cache. </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ExecutionCache`2.IsEmpty"> <summary> Report if the cache is empty. </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ExecutionCache`2.Item(`0)"> <summary> Obtain the cache item with the specified key. </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ExecutionCache`2.Count"> <summary> Report the number of item in the cache. </summary> </member> <member name="T:Microsoft.SqlServer.Management.Common.CacheItem`1"> <summary> CacheItem is a item container for the payloads identified the same key. The CacheItem has three specific concepts, Key, Result and ExecutionCount. Each item is identified by its key, and it must be unique. Adding non-unique item to the cache results in exception. The Result and ExecutionCount is specific payload that a CacheItem supports. The result distinguishes between null result and no result by hasResult(). ExecutionCount is nothing more than a manual counter. Sub-class of CacheItem can add more payload that suite the purpose of them. </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.CacheItem`1.#ctor"> <summary> Constructor </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.CacheItem`1.HasResult"> <summary> Returns to if result has been set. </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.CacheItem`1.ClearResult"> <summary> Unset the result </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.CacheItem`1.Key"> <summary> The key of the cache item. </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.CacheItem`1.Result"> <summary> The result of the item </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.CacheItem`1.ExecutionCount"> <summary> Execution count </summary> </member> <member name="T:Microsoft.SqlServer.Management.Common.ICreateOrAlterable"> <summary> Interface for CreateOrAlter method. All classes that support create or alter implement this interface. </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ICreateOrAlterable.CreateOrAlter"> <summary> Create OR ALTER the object. First perform setup for execution Then validate "CREATE OR ALTER" syntax through ScriptCreateOrAlter(), Finally execute the query and do cleanup. return without exception. </summary> </member> <member name="T:Microsoft.SqlServer.Management.Common.IDropIfExists"> <summary> Interface for DropIfExists method. All classes that support drop with existence check implement this interface. </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.IDropIfExists.DropIfExists"> <summary> Drops the object with IF EXISTS option. If object is invalid for drop function will return without exception. </summary> </member> <member name="T:Microsoft.SqlServer.Management.Common.ISafeRenamable"> <summary> Implemented by objects that may prefer to have the UI confirm the rename before proceeding </summary> </member> <member name="T:Microsoft.SqlServer.Management.Common.IRenewableToken"> <summary> Simple interface to hide details of access token renewal. Consumers of this interface must defer retrieval of the token string until the point of SqlConnectionUsage </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.IRenewableToken.GetAccessToken"> <summary> Returns an access token that can be used to query the associated Resource until the TokenExpiry time </summary> <returns></returns> </member> <member name="P:Microsoft.SqlServer.Management.Common.IRenewableToken.TokenExpiry"> <summary> Returns the expiration time of the most recently retrieved token If no token has been retrieved the value is undefined. </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.IRenewableToken.Resource"> <summary> The URL of the resource associated with the token </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.IRenewableToken.Tenant"> <summary> The tenant id associated with the token </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.IRenewableToken.UserId"> <summary> The user id associated with the token </summary> </member> <member name="T:Microsoft.SqlServer.Management.Common.ISfcConnection"> <summary> This interface is a high-level connection interface. </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ISfcConnection.ForceDisconnected"> <summary> Enforces a disconnect and ensures that connection cannot be re-opened again </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ISfcConnection.IsOpen"> <summary> Returns if the connection is currently active. </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ISfcConnection.ServerInstance"> <summary> Name of the server we are connecting to. </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ISfcConnection.ServerVersion"> <summary> Returns the version of the service we are connected to. </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ISfcConnection.IsForceDisconnected"> <summary> Indicates that the connection has been forcefully disconnected </summary> </member> <member name="T:Microsoft.SqlServer.Management.Common.CommonLocalizedPropertyResourcesAttribute"> <summary> The name of the resources containing localized property category, name, and description strings </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.CommonLocalizedPropertyResourcesAttribute.#ctor(System.String)"> <summary> Constructor </summary> <param name="resourcesName">The name of the resources (e.g. Microsoft.SqlServer.Foo.BarStrings)</param> </member> <member name="M:Microsoft.SqlServer.Management.Common.CommonLocalizedPropertyResourcesAttribute.#ctor(System.String,System.Boolean)"> <summary> Constructor </summary> <param name="resourcesName">the name of the resource (e.g. Microsoft.SqlServer.Foo.BarStrings)</param> <param name="useDefaultKeys"></param> </member> <member name="M:Microsoft.SqlServer.Management.Common.CommonLocalizedPropertyResourcesAttribute.#ctor(System.Type)"> <summary> Constructor </summary> <param name="resourceType">The type of the resources (e.g. Microsoft.SqlServer.Foo.BarStrings)</param> </member> <member name="P:Microsoft.SqlServer.Management.Common.CommonLocalizedPropertyResourcesAttribute.ResourcesName"> <summary> The name of the resources containing localized property category and name strings </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.CommonLocalizedPropertyResourcesAttribute.UseDefaultKeys"> <summary> Returns true if the keys should be picked up by defaults or if they should be retrieve as attributes </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.CommonDisplayKeyHelper.GetDisplayKey(System.Type)"> <summary> A factory method for getting an instance of the type that implements IDisplayKey </summary> <param name="keyAttribute"></param> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.CommonDisplayKeyHelper.GetValueFromCustomAttribute(System.Reflection.FieldInfo,System.Type,System.Resources.ResourceManager,System.Boolean)"> <summary> Gets the Display value for a field </summary> <param name="field"></param> <param name="keyAttribute"></param> <param name="resourceManager"></param> <param name="isDefault"></param> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.CommonDisplayKeyHelper.GetValueFromCustomAttribute(System.Reflection.PropertyInfo,System.Type,System.Resources.ResourceManager,System.Boolean)"> <summary> Gets the Display value for a property </summary> <param name="property"></param> <param name="keyAttribute"></param> <param name="resourceManager"></param> <param name="isDefault"></param> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.CommonDisplayKeyHelper.GetValueFromCustomAttribute(System.Type,System.Type,System.Resources.ResourceManager,System.Boolean)"> <summary> Gets the Display value for a Type </summary> <param name="type"></param> <param name="keyAttribute"></param> <param name="resourceManager"></param> <param name="isDefault"></param> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.CommonDisplayKeyHelper.GetDisplayValue(System.String,System.Resources.ResourceManager)"> <summary> Retrives the key from the resource manager </summary> <param name="key"></param> <param name="resourceManager"></param> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.CommonDisplayKeyHelper.GetCustomDisplayValue(System.Object[],System.Resources.ResourceManager)"> <summary> Retrives the first key value from the customAttribute and retrives the value from the resource manager </summary> <param name="customAttributes"></param> <param name="resourceManager"></param> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.CommonDisplayKeyHelper.ConvertNullToEmptyString(System.String)"> <summary> A helper class for getting an empty string if the value is null </summary> <param name="value"></param> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.CommonDisplayKeyHelper.ConstructDefaultKey(System.String,System.String,System.Reflection.PropertyInfo)"> <summary> Returns the default key for a property </summary> <param name="postfix"></param> <param name="delim"></param> <param name="property"></param> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.CommonDisplayKeyHelper.ConstructDefaultKey(System.String,System.String,System.Type)"> <summary> /// Returns the default key for a type </summary> <param name="postfix"></param> <param name="delim"></param> <param name="type"></param> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.CommonDisplayKeyHelper.ConstructDefaultKey(System.String,System.String,System.Reflection.FieldInfo)"> <summary> /// Returns the default key for a field </summary> <param name="postfix"></param> <param name="delim"></param> <param name="field"></param> <returns></returns> </member> <member name="T:Microsoft.SqlServer.Management.Common.CommonDisplayCategoryKeyAttribute"> <summary> The key used to look up the localized property category </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.CommonDisplayCategoryKeyAttribute.GetDefaultKey(System.Reflection.PropertyInfo)"> <summary> The key used to look up a localized property category in a default resource file </summary> <param name="property"></param> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.CommonDisplayCategoryKeyAttribute.GetDefaultKey(System.Type)"> <summary> The key used to look up a localized type category in a default resource file </summary> <param name="type"></param> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.CommonDisplayCategoryKeyAttribute.GetDefaultKey(System.Reflection.FieldInfo)"> <summary> The key used to look up a localized field category in a default resource file </summary> <param name="field"></param> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.CommonDisplayCategoryKeyAttribute.#ctor(System.String)"> <summary> Constructor </summary> <param name="key">The key used to look up the localized property category</param> </member> <member name="P:Microsoft.SqlServer.Management.Common.CommonDisplayCategoryKeyAttribute.Key"> <summary> The key used to look up the localized property category </summary> </member> <member name="T:Microsoft.SqlServer.Management.Common.CommonDisplayNameKeyAttribute"> <summary> The key used to look up the localized property name </summary> <remarks> The AttributeTargets.Field is added to allow this attribute to be placed on Enum elements which the EnumConverter will use to localize each Enum value </remarks> </member> <member name="M:Microsoft.SqlServer.Management.Common.CommonDisplayNameKeyAttribute.GetDefaultKey(System.Reflection.PropertyInfo)"> <summary> The key used to look up a localized property category in a default resource file </summary> <param name="property"></param> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.CommonDisplayNameKeyAttribute.GetDefaultKey(System.Type)"> <summary> The key used to look up a localized property category in a default resource file </summary> <param name="type"></param> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.CommonDisplayNameKeyAttribute.GetDefaultKey(System.Reflection.FieldInfo)"> <summary> The key used to look up a localized property category in a default resource file </summary> <param name="field"></param> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.CommonDisplayNameKeyAttribute.#ctor(System.String)"> <summary> Constructor </summary> <param name="key">The key used to look up the localized property name</param> </member> <member name="P:Microsoft.SqlServer.Management.Common.CommonDisplayNameKeyAttribute.Key"> <summary> The key used to look up the localized property name </summary> </member> <member name="T:Microsoft.SqlServer.Management.Common.CommonDisplayDescriptionKeyAttribute"> <summary> The key used to look up the localized description </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.CommonDisplayDescriptionKeyAttribute.GetDefaultKey(System.Reflection.PropertyInfo)"> <summary> The key used to look up a localized property category in a default resource file </summary> <param name="property"></param> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.CommonDisplayDescriptionKeyAttribute.GetDefaultKey(System.Type)"> <summary> The key used to look up a localized property category in a default resource file </summary> <param name="type"></param> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.CommonDisplayDescriptionKeyAttribute.GetDefaultKey(System.Reflection.FieldInfo)"> <summary> The key used to look up a localized property category in a default resource file </summary> <param name="field"></param> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.CommonDisplayDescriptionKeyAttribute.#ctor(System.String)"> <summary> Constructor </summary> <param name="key">The key used to look up the localized property description</param> </member> <member name="P:Microsoft.SqlServer.Management.Common.CommonDisplayDescriptionKeyAttribute.Key"> <summary> The key used to look up the localized property description </summary> </member> <member name="T:Microsoft.SqlServer.Management.Common.ICommonDynamicVisible"> <summary> The ICommonDynamicVisible interface should be implemented by any class that wants to limit the visibility of certain Enum values based on state of the class at that moment. If a class contains a property which exposes an Enum and that class implements the ICommonDynamicVisible interface then it will be called for each property that is of an Enum type. The context param can be used to determine for which Enum this method is being called. If a class only has one Enum it is not necessary to make this check. The way to limit the visibility of certain items is to simply remove the unwanted Enum values from the values ArrayList. This method is called on every drop down of the enum so it is possible to change the list on each and every drop down. If the list will not change once it has been initially determined caching the ArrayList and returning it would be helpful. Care should be taken to ensure that you are not removing values that the Enum property is already set to. This will not cause any errors as all Enum values are still valid but when the user clicks on the dropdown they will not see the current choice as an option. Also no new values should be added to the list since these values will not be convertable to valid Enum values and an error will be thrown at runtime. If more dynamic control is needed then consider using the DynamicValues design. </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ICommonDynamicVisible.ConfigureVisibleEnumFields(System.ComponentModel.ITypeDescriptorContext,System.Collections.ArrayList)"> <summary> Removing items from the values list and returning that new list will control the values shown in the Enum specified in context. The enum can be determined with code similar to the following if (context.PropertyDescriptor.PropertyType == typeof(myEnum)) </summary> <param name="context"></param> <param name="values"></param> <returns></returns> </member> <member name="T:Microsoft.SqlServer.Management.Common.CommonLocalizableEnumConverter"> <summary> The CommonLocalizableEnumConverter allows for the values of an Enum to be converted to localized strings based on the DisplayNameKey attribute applied to the individual items in the Enum. </summary> <example> public enum ScriptModeOptions { [DisplayNameKey("CreateOnlyMode")] scriptCreateOnly, [DisplayNameKey("DropOnlyMode")] scriptDropOnly } </example> </member> <member name="M:Microsoft.SqlServer.Management.Common.CommonLocalizableEnumConverter.LoadLocalizedNames(System.Type,System.Resources.ResourceManager)"> <summary> Load display names for the enum fields </summary> <param name="type">The .NET Type for the enum</param> <param name="manager">The resource manager used to load localized field names</param> </member> <member name="M:Microsoft.SqlServer.Management.Common.CommonLocalizableEnumConverter.LoadLocalizedFieldNames(System.Type,System.Resources.ResourceManager)"> <summary> Load localized display names for the enum fields from a resource manager </summary> <param name="type">The .NET Type for the enum</param> <param name="manager">The resource manager used to load localized field names</param> </member> <member name="M:Microsoft.SqlServer.Management.Common.CommonLocalizableEnumConverter.LoadUnlocalizedFieldNames(System.Type)"> <summary> Load the field names for the enum </summary> <remarks> this is called when there are no localized strings for the field names. In lieu of localized field names, the method puts the C# enum field names in the field name dictionary. </remarks> <param name="type">The .NET Type for the enum</param> </member> <member name="M:Microsoft.SqlServer.Management.Common.CommonLocalizableEnumConverter.#ctor(System.Type,System.Resources.ResourceManager)"> <summary> This constructor is used by our internal PropertyDescriptor when it is created automatically for any Enum property. </summary> <param name="type"></param> <param name="manager"></param> </member> <member name="M:Microsoft.SqlServer.Management.Common.CommonLocalizableEnumConverter.#ctor(System.Type)"> <summary> This constructor is the default constructor that would be used if this converter is placed on an Enum class directly and not via the abstraction through the LocalizedTypeConverter attribute on the containing class. </summary> <param name="type"></param> </member> <member name="M:Microsoft.SqlServer.Management.Common.CommonLocalizableEnumConverter.GetEnumDescription(System.Enum)"> <summary> used to translate the enum value into the localized string. </summary> <param name="value"></param> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.CommonLocalizableEnumConverter.GetEnumValue(System.String)"> <summary> Get the enum value based on the string. This uses the hashtable lookup to increase perf. </summary> <param name="description"></param> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.CommonLocalizableEnumConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)"> <summary> Does the conversion from Enum to string and the odd string to string. All others are passed on to the base </summary> <param name="context"></param> <param name="culture"></param> <param name="value"></param> <param name="destinationType"></param> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.CommonLocalizableEnumConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)"> <summary> Does the conversion from string to enum and the odd enum to enum. All others are passed on to the base </summary> <param name="context"></param> <param name="culture"></param> <param name="value"></param> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.CommonLocalizableEnumConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)"> <summary> Returns the list of values for the list box in the property grid. If the ICommonDynamicVisible interface is defined then we call into that to get the manipulated values array. If not then we just return the list of values. </summary> <param name="context"></param> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.OlapConnectionInfo.Copy"> <summary> Deep copy </summary> <returns></returns> </member> <member name="P:Microsoft.SqlServer.Management.Common.OlapConnectionInfo.EncryptConnection"> <summary> whether connection should be opened with encryption </summary> <value></value> </member> <member name="M:Microsoft.SqlServer.Management.Common.SafeNativeMethods.GetUserToken(System.String,System.String,System.String,System.IntPtr@)"> <summary> get the HTOKEN of the specifies user, this token can then be used to impersonate the user </summary> <param name="user"></param> <param name="domain"></param> <param name="password"></param> <param name="hToken"></param> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.ServerComparer.#ctor(Microsoft.SqlServer.Management.Common.ServerConnection)"> <summary> </summary> <param name="conn"></param> </member> <member name="M:Microsoft.SqlServer.Management.Common.ServerComparer.#ctor(Microsoft.SqlServer.Management.Common.ServerConnection,System.String)"> <summary> </summary> <param name="conn"></param> <param name="databaseName"></param> </member> <member name="M:Microsoft.SqlServer.Management.Common.ServerComparer.System#Collections#Generic#IComparer{System#String}#Compare(System.String,System.String)"> <summary> </summary> <param name="x"></param> <param name="y"></param> <returns></returns> </member> <member name="P:Microsoft.SqlServer.Management.Common.ServerComparer.DatabaseNameEqualityComparer"> <summary> Returns a comparer which matches the server's master database string comparer </summary> </member> <member name="T:Microsoft.SqlServer.Management.Common.DatabaseNameEqualityComparer"> <summary> Utility <see cref="T:System.Collections.IEqualityComparer"/> used for comparing database names using the same semantics as the target server </summary> </member> <member name="T:Microsoft.SqlServer.Management.Common.ServerConnection"> <summary> </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.#ctor"> <summary> </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.#ctor(Microsoft.SqlServer.Management.Common.IRenewableToken)"> <summary> Creates a ServerConnection object taking in the token. The extra boolean is used to overload this constructor as another constructor with string is present. </summary> <param name="token">An optional access token provider</param> </member> <member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.#ctor(Microsoft.SqlServer.Management.Common.SqlConnectionInfo)"> <summary> </summary> <param name="sci"></param> </member> <member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.#ctor(System.Data.SqlClient.SqlConnection)"> <summary> Constructs a new ServerConnection object from the given SqlConnection </summary> <param name="sqlConnection"></param> </member> <member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.#ctor(System.Data.SqlClient.SqlConnection,Microsoft.SqlServer.Management.Common.IRenewableToken)"> <summary> Constructs a new ServerConnection object </summary> <param name="sqlConnection"></param> <param name="accessToken"></param> </member> <member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.#ctor(System.String)"> <summary> </summary> <param name="serverInstance"></param> </member> <member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.Copy"> <summary> This function performs a deep copy </summary> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.AddParameterLiterals(System.Text.RegularExpressions.Match)"> <summary> Used to add the query parameters when the query is in parameterization mode ParameterizeLiterals </summary> <param name="match"></param> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.AddParameterForced(System.Text.RegularExpressions.Match)"> <summary> Match delegate method for parameter replacement RegEx Adds each parameter value to parameter collection during RegEx search of query text Returns parameter marker (e.g., @P0) for insertion into query text </summary> <param name="match">Match object passed in by RegEx engine</param> <returns>Marker corresponding to value added to parameter collection</returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.NormalizeQuery(System.String,System.Boolean)"> <summary> Translate a query with embedded literals to a normalized form (all literals replaced by a standard token) </summary> <remarks> Examples: SELECT * FROM table WHERE column = 123 becomes: SELECT * FROM table WHERE column = ? SELECT * FROM table WHERE column = 'foo' becomes: SELECT * FROM table WHERE column = '?' </remarks> <param name="QueryText">Query text to normalize</param> <param name="QuotedIdentifiers">Switch indicating whether query text expects QUOTED_IDENTIFER to be enabled</param> <returns>Query text with inline literals translated to ? symbols</returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.NormalizeQuery(System.String)"> <summary> Overload for the above function -- see it for details </summary> <param name="QueryText"></param> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.GetSqlCommand(System.String)"> <summary>Creates a SqlCommand with CommandText set to the specified query</summary> <param name="query"></param> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.Microsoft#SqlServer#Management#Common#ISfcConnection#Connect"> <summary> </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.Microsoft#SqlServer#Management#Common#ISfcConnection#Disconnect"> <summary> </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.Microsoft#SqlServer#Management#Common#ISfcConnection#ToEnumeratorObject"> Temporary function needed as long as the sql enumerator is unaware of the SqlStoreConnection type </member> <member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.ExecuteNonQuery(System.Collections.Specialized.StringCollection)"> <summary> </summary> <param name="sqlCommands"></param> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.ExecuteNonQuery(System.Collections.Specialized.StringCollection,Microsoft.SqlServer.Management.Common.ExecutionTypes)"> <summary> Executes the T-SQL statements in the StringCollection. The command termininator ('GO') is recognized by ExecuteNonQuery. Batches separated with the GO statement will be sent and executed individually. The statement is recorded and not executed if CaptureMode has been set to true. An array of int values is returned that contain the numbers of rows affected for each statement in the StringCollection. If multiple batches are executed, the total numbers of affected rows of all batches is returned. The Connect() method will be called if the connection with the server is not open. Exceptions: ConnectionFailureException ExecutionFailureExeception </summary> <param name="sqlCommands"></param> <param name="executionType"></param> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.ExecuteNonQuery(System.Collections.Specialized.StringCollection,Microsoft.SqlServer.Management.Common.ExecutionTypes,System.Boolean)"> <summary> Executes the T-SQL statements in the StringCollection. The command termininator ('GO') is recognized by ExecuteNonQuery. Batches separated with the GO statement will be sent and executed individually. The statement is recorded and not executed if CaptureMode has been set to true. An array of int values is returned that contain the numbers of rows affected for each statement in the StringCollection. If multiple batches are executed, the total numbers of affected rows of all batches is returned. The Connect() method will be called if the connection with the server is not open. Exceptions: ConnectionFailureException ExecutionFailureExeception </summary> <param name="sqlCommands"></param> <param name="executionType"></param> <param name="retry">Whether we should retry if an exception is thrown during execution</param> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.ExecuteNonQuery(System.String)"> <summary> </summary> <param name="sqlCommand"></param> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.ExecuteNonQuery(System.String,Microsoft.SqlServer.Management.Common.ExecutionTypes)"> <summary> Executes a T-SQL statement. The command termininator ('GO') is recognized by ExecuteNonQuery. Batches will be sent and executed individually. The statement is recorded and not executed if CaptureMode has been set to true. An int value is returned that contain the numbers of rows affected. If multiple batches are executed, the total numbers of affected rows of all batches is returned. The Connect() method will be called if the connection with the server is not open. Exceptions: ConnectionFailureException ExecutionFailureExeception </summary> <param name="sqlCommand"></param> <param name="executionType"></param> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.ExecuteNonQuery(System.String,Microsoft.SqlServer.Management.Common.ExecutionTypes,System.Boolean)"> <summary> Executes a T-SQL statement. The command termininator ('GO') is recognized by ExecuteNonQuery. Batches will be sent and executed individually. The statement is recorded and not executed if CaptureMode has been set to true. An int value is returned that contain the numbers of rows affected. If multiple batches are executed, the total numbers of affected rows of all batches is returned. The Connect() method will be called if the connection with the server is not open. Exceptions: ConnectionFailureException ExecutionFailureExeception </summary> <param name="sqlCommand"></param> <param name="executionType"></param> <param name="retry">Whether we should retry if an exception is thrown during execution</param> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.ExecuteWithResults(System.Collections.Specialized.StringCollection)"> <summary> Executes the T-SQL statements in the StringCollection. An array of DataSets are returned that contain the results for each statement in the StringCollection. The Connect() method will be called if the connection with the server is not open. Exceptions: ConnectionFailureException ExecutionFailureExeception </summary> <param name="sqlCommands"></param> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.ExecuteWithResults(System.String)"> <summary> Executes the T-SQL statements in sqlCommand. A DataSet is returned that contains the results. The Connect() method will be called if the connection with the server is not open. Exceptions: ConnectionFailureException ExecutionFailureExeception </summary> <param name="sqlCommand"></param> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.ExecuteWithResults(System.String,System.Boolean)"> <summary> Executes the T-SQL statements in sqlCommand. A DataSet is returned that contains the results. The Connect() method will be called if the connection with the server is not open. Exceptions: ConnectionFailureException ExecutionFailureExeception </summary> <param name="sqlCommand"></param> <param name="retry">Whether we should retry if an exception is thrown during execution</param> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.ExecuteReader(System.String)"> <summary> Executes T-SQL statements. A SqlDataReader object is returned that can be used to read the stream of rows that are returned by SQL Server. The Connect() method will be called if the connection with the server is not open. it doesn't automatically disconnect Exceptions: ConnectionFailureException ExecutionFailureExeception </summary> <param name="sqlCommand">The SQL command text.</param> <returns>The data reader.</returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.ExecuteReader(System.String,System.Data.SqlClient.SqlCommand@)"> <summary> Executes T-SQL statements. A SqlDataReader object is returned that can be used to read the stream of rows that are returned by SQL Server. A SqlCommand object is also returned that can be used to cancel the data reader pipe if an abort of a long-running query is needed. it doesn't automatically disconnect Exceptions: ConnectionFailureException ExecutionFailureExeception </summary> <param name="sqlCommand">The SQL command text.</param> <param name="command">The resulting SqlCommand object for data reader pipe cancellation.</param> <returns>The data reader.</returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.ExecuteReader(System.Data.SqlClient.SqlCommand)"> <summary> Executes T-SQL statements. A SqlDataReader object is returned that can be used to read the stream of rows that are returned by SQL Server. Exceptions: ConnectionFailureException ExecutionFailureExeception </summary> <param name="command">SQL command object.</param> <returns>The data reader.</returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.GetExecuteReader(System.Data.SqlClient.SqlCommand)"> <summary> Returns a SqlDataReader with an active connection. </summary> <param name="command">Ready to execute sqlcommand object.</param> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.ExecuteScalar(System.Collections.Specialized.StringCollection)"> <summary> Executes the T-SQL statements in the StringCollection. An array of objects are returned that each contain the first column of the first row of the result set of each executed statement. The Connect() method will be called if the connection with the server is not open. Exceptions: ConnectionFailureException ExecutionFailureExeception </summary> <param name="sqlCommands"></param> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.ExecuteScalar(System.String)"> <summary> Executes a T-SQL statement. An objects is returned that contains the first column of the first row of the result set. The Connect() method will be called if the connection with the server is not open. Exceptions: ConnectionFailureException ExecutionFailureExeception </summary> <param name="sqlCommand"></param> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.BeginTransaction"> <summary> Starts a new transaction. If CaptureMode is true, the transaction statement will be added to the capture buffer.It is possible to nest transactions. It is the user's responsibility to commit or rollback every opened transaction. It is not guaranteed that all T-SQL emitted by the object model, can be encapsulated by a transaction. Furthermore, the state of the objects that have been changed will not reflect the actual database state until a transaction has been committed or after a transaction has been rolled backed. It is the responsibility of the user to refresh affected objects. Use with care. </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.CommitTransaction"> <summary> Commits a transaction. If CaptureMode is true, the transaction command will be added to the capture buffer. Exceptions: NotInTransactionException </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.RollBackTransaction"> <summary> Aborts a transaction (all changes made will not be saved to the database). If CaptureMode is true, the transaction command will be added to the capture buffer. Exceptions: NotInTransactionException </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.IsInFixedServerRole(Microsoft.SqlServer.Management.Common.FixedServerRoles)"> <summary> Tests if login is member of any of the specified server roles. </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.GetDatabaseConnection(System.String,System.Boolean)"> <summary> Returns a connection that has the specified database name in the connection string </summary> <param name="dbName"></param> <param name="poolConnection"></param> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.GetDatabaseConnection(System.String,System.Boolean,Microsoft.SqlServer.Management.Common.IRenewableToken)"> <summary> Returns a connection that has the specified database name in the connection string </summary> <param name="dbName"></param> <param name="poolConnection"></param> <param name="accessToken"></param> <returns></returns> </member> <member name="P:Microsoft.SqlServer.Management.Common.ServerConnection.StatementTimeout"> <summary> This is the number of seconds that a statement is attempted to be sent to the server before it fails. Default is 600 seconds (same as Shiloh). Exceptions: InvalidPropertyValueException </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ServerConnection.BatchSeparator"> <summary> Defines the batch separator used by the ExecuteNonQuery methods. Default is "GO". The batch separator is case-insensitive. </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ServerConnection.TransactionDepth"> <summary> Provides the transaction depth as counted by the object model. This doesn't include any transactions that may have been started on the server, or by issuing BEGIN TRAN with the ExecuteNonQuery method. </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ServerConnection.SqlExecutionModes"> <summary> Determines if SQL statements are captured or sent to the server. </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ServerConnection.FixedServerRoles"> <summary> Returns an enum that specified the fixed server role the login is member of. </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ServerConnection.UserProfile"> <summary> The UserProfile property returns a high-level role description for the Microsoft SQL Server login used by the current connection. </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ServerConnection.ProcessID"> <summary> The ProcessID property returns the SQL Server process identifier for the connection used by the ServerConnection object. </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ServerConnection.TrueLogin"> <summary> The TrueLogin property returns the login record name used by the current connection. </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ServerConnection.TrueName"> <summary> The TrueName property returns the result set of the Microsoft® SQL Server global function @@INSTANCENAME. </summary> </member> <member name="T:Microsoft.SqlServer.Management.Common.ServerConnection.ConnectionFactory"> <summary> The factory also takes care of caching the connections </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.ConnectionFactory.GetInstance(Microsoft.SqlServer.Management.Common.ServerConnection)"> <summary> Gets the connection factory instance for the given server connection </summary> <param name="serverConnection">Connection for which to get a factory</param> <returns>A cached connection factory instance</returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.ConnectionFactory.#ctor(Microsoft.SqlServer.Management.Common.ServerConnection)"> <summary> Creates a new <see cref="T:Microsoft.SqlServer.Management.Common.ServerConnection.ConnectionFactory"/> object </summary> <param name="serverConnection">Connection for which to create the connection factory</param> </member> <member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.ConnectionFactory.GetDatabaseConnection(System.String,System.Boolean,Microsoft.SqlServer.Management.Common.IRenewableToken)"> <summary> Returns a connection that has the specified database name in the connection string </summary> <param name="dbName">Database for which to get a connection</param> <param name="poolConnection">Indicates if the connection should be pooled</param> <param name="accessToken">Access token for the connection</param> <returns>Connection to the specified database</returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.ConnectionFactory.CreateServerConnection(System.String,System.String,System.Boolean,Microsoft.SqlServer.Management.Common.IRenewableToken)"> <summary> Helper function to create a ServerConnection object with the specified parameters </summary> <param name="connString">Connection string to use</param> <param name="initialCatalog">Initial database</param> <param name="poolConn">Indicates if pooling should be used</param> <param name="accessToken">Access token for the connection</param> <returns>Server connection</returns> </member> <member name="P:Microsoft.SqlServer.Management.Common.ServerConnection.ConnectionFactory.ServerComparer"> <summary> Gets the server comparer used for this connection factory </summary> </member> <member name="T:Microsoft.SqlServer.Management.Common.ServerInformation"> <summary> Encapsulates server version, database engine type and database engine edition values into a single entity </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ServerInformation.#ctor(Microsoft.SqlServer.Management.Common.ServerVersion,System.Version,Microsoft.SqlServer.Management.Common.DatabaseEngineType,Microsoft.SqlServer.Management.Common.DatabaseEngineEdition)"> <summary> Constructs a new ServerInformation object with the given values and HostPlatform of Windows Use this constructor only when the real value of the host platform isn't needed </summary> <param name="sv"></param> <param name="productVersion"></param> <param name="dt"></param> <param name="databaseEngineEdition"></param> </member> <member name="M:Microsoft.SqlServer.Management.Common.ServerInformation.#ctor(Microsoft.SqlServer.Management.Common.ServerVersion,System.Version,Microsoft.SqlServer.Management.Common.DatabaseEngineType,Microsoft.SqlServer.Management.Common.DatabaseEngineEdition,System.String,Microsoft.SqlServer.Management.Common.NetworkProtocol)"> <summary> Constructs a new ServerInformation object with the given values </summary> <param name="sv"></param> <param name="productVersion"></param> <param name="dt"></param> <param name="databaseEngineEdition"></param> <param name="hostPlatform"></param> <param name="connectionProtocol">net_transport value from dm_exec_connections for the current spid</param> </member> <member name="P:Microsoft.SqlServer.Management.Common.ServerInformation.HostPlatform"> <summary> The host platform of the connection as given by select host_platform from sys.dm_os_host_info </summary> <remarks>Returns Windows prior to 2016 (when this DMV was introduced)</remarks> </member> <member name="P:Microsoft.SqlServer.Management.Common.ServerInformation.ServerVersion"> <summary> The server version string given when this was initialized </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ServerInformation.ProductVersion"> <summary> The Product Version as given by SERVERPROPERTY('ProductVersion') </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ServerInformation.DatabaseEngineType"> <summary> The DatabaseEngineType of the connection as given by SERVERPROPERTY('EDITION') </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ServerInformation.DatabaseEngineEdition"> <summary> The DatabaseEngineEdition of the connection as given by SERVERPROPERTY('EngineEdition') </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ServerInformation.ConnectionProtocol"> <summary> Protocol used for the connection. </summary> </member> <member name="T:Microsoft.SqlServer.Management.Common.ServerVersion"> <summary> server version </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ServerVersion.#ctor(System.Int32,System.Int32)"> <summary> initializes server version </summary> <param name="major"></param> <param name="minor"></param> </member> <member name="M:Microsoft.SqlServer.Management.Common.ServerVersion.ToString"> <summary> string representation in format Major.Minor.BuildNumber Example: 11.0.1234 </summary> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.ServerVersion.op_Explicit(Microsoft.SqlServer.Management.Common.ServerVersion)~System.Version"> <summary> Explicit conversion to .Net Version type </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ServerVersion.Major"> <summary> major version </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.ServerVersion.Minor"> <summary> minor version </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.SqlCeConnectionInfo.Copy"> <summary> Deep copy </summary> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.SqlConnectionInfo.IsAuthenticationKeywordSupported"> <summary> Checks whether "Authentication" is supported in the runtime environment The keyword "Authentication" is not supported until .Net4.6. If user uses a version of .Net less than 4.6, SSMS should avoid using "Authentication" </summary> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.SqlConnectionInfo.GetAuthenticationMethod(System.Data.SqlClient.SqlConnectionStringBuilder)"> <summary> Retrieve the Authentication value from SqlConnectionStringBuilder and convert it to SqlConnectionInfo.AuthenticationMethod </summary> <param name="connectionStringBuilder"></param> <returns>SqlConnectionInfo.AuthenticationMethod</returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.SqlConnectionInfo.#ctor(Microsoft.SqlServer.Management.Common.ServerConnection,Microsoft.SqlServer.Management.Common.ConnectionType)"> <summary> Initializes SqlConnectionInfo from ServerConnection object </summary> <param name="serverConnection"></param> <param name="connectionType"></param> </member> <member name="M:Microsoft.SqlServer.Management.Common.SqlConnectionInfo.Copy"> <summary> Deep copy </summary> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.SqlConnectionInfo.CreateConnectionObject"> <summary> Returns a new IDbConnection implementation. Callers should use this object and release the reference to it in a short amount of time, as the associated access token may have a limited lifetime. </summary> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.SqlConnectionInfo.IsApplicationIntentKeywordSupported"> <summary> Checks whether "ApplicationIntent" is supported in the runtime environment </summary> <returns></returns> <remarks> "ApplicationIntent" is not supported until .Net4.5</remarks> </member> <member name="P:Microsoft.SqlServer.Management.Common.SqlConnectionInfo.Authentication"> <summary> return SqlConnectionInfo.AuthenticationMethod </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.SqlConnectionInfo.ApplicationIntent"> <summary> ApplicationIntent for the connection </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.SqlConnectionInfo.TrustServerCertificate"> <summary> return whether to trust server certificate </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.SqlConnectionInfo.AccessToken"> <summary> The access token value to use for universal auth </summary> </member> <member name="T:Microsoft.SqlServer.Management.Common.SqlConnectionInfo.AuthenticationMethod"> <summary> The Authentication Method used to log in </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.SqlConnectionInfoWithConnection.Copy"> <summary> Deep copy </summary> <returns></returns> </member> <member name="T:Microsoft.SqlServer.Management.Common.SqlDirectConnection"> <summary> SqlDirectConnection is a simple ConnectionInfoBase that wraps a SqlConnection object. </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.SqlDirectConnection.#ctor"> <summary> Constructs a new SqlDirectConnection with no SqlConnection </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.SqlDirectConnection.#ctor(System.Data.SqlClient.SqlConnection)"> <summary> Constructs a new SqlDirectConnection whose properties are calculated from the given SqlConnection </summary> <param name="sqlConnection"></param> </member> <member name="M:Microsoft.SqlServer.Management.Common.SqlDirectConnection.Copy"> <summary> Deep copy </summary> <returns></returns> </member> <member name="P:Microsoft.SqlServer.Management.Common.SqlDirectConnection.ServerName"> <summary> Returns the ServerName from the wrapped SqlConnection </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.SqlDirectConnection.SqlConnection"> <summary> Returns the wrapped SqlConnection </summary> </member> <member name="T:Microsoft.SqlServer.Management.Common.CapturedSql"> <summary> </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.CapturedSql.#ctor"> <summary> constructor </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.CapturedSql.Add(System.String)"> <summary> Adds the string to the capture buffer. </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.CapturedSql.Clear"> <summary> Clears the capture buffer. </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.CapturedSql.Text"> <summary> Returns a copy of the string collection that contains the captured SQL statements. The buffer has to be explicitly cleared with Clear. NOTE: According to Dima, no memory will be copied over; will be handled by URT and therefore there is not added overhead. </summary> </member> <member name="T:Microsoft.SqlServer.Management.Common.StatementEventHandler"> <summary> Event Handler for Statements </summary> </member> <member name="T:Microsoft.SqlServer.Management.Common.StatementEventArgs"> <summary> This class contains the details of an executed Sql statement. </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.StatementEventArgs.#ctor(System.String,System.DateTime)"> <summary> TBD </summary> <param name="sqlStatement">statement executes</param> <param name="timeStamp">Execution time</param> </member> <member name="M:Microsoft.SqlServer.Management.Common.StatementEventArgs.ToString"> <summary> string representation </summary> <returns></returns> </member> <member name="P:Microsoft.SqlServer.Management.Common.StatementEventArgs.SqlStatement"> <summary> statement executed </summary> </member> <member name="P:Microsoft.SqlServer.Management.Common.StatementEventArgs.TimeStamp"> <summary> execution time </summary> </member> <member name="T:Microsoft.SqlServer.Management.Common.ServerMessageEventHandler"> <summary> the prototype of the callback method </summary> </member> <member name="T:Microsoft.SqlServer.Management.Common.ServerMessageEventArgs"> <summary> Arguments for the event handler </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ServerMessageEventArgs.#ctor(System.Data.SqlClient.SqlError)"> <summary> </summary> <param name="sqlError"></param> </member> <member name="M:Microsoft.SqlServer.Management.Common.ServerMessageEventArgs.ToString"> <summary> </summary> <returns></returns> </member> <member name="P:Microsoft.SqlServer.Management.Common.ServerMessageEventArgs.Error"> <summary> </summary> </member> <member name="T:Microsoft.SqlServer.Management.Common.ITransferMetadataProvider"> <summary> This interface abstracts the metadata provider - which is the component that computes the metadata needed in the transfer process </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ITransferMetadataProvider.SaveMetadata"> <summary> Save the metadata in the paths provided by the variables in the input list </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.ITransferMetadataProvider.GetOptions"> <summary> returns the options as a collection of named variables </summary> <returns></returns> </member> <member name="T:Microsoft.SqlServer.Management.Common.IDataTransferProvider"> <summary> This interface abstracts the data transfer mechanism </summary> </member> <member name="T:Microsoft.SqlServer.Management.Common.TransferException"> <summary> This is the exception that will be thrown by the transfer operation </summary> </member> <member name="T:Microsoft.SqlServer.Management.Common.WindowsCredential"> <summary> Enables storage and retrieval of passwords from Windows Credential Manager, keyed by connection type and user name </summary> </member> <member name="M:Microsoft.SqlServer.Management.Common.WindowsCredential.GetKey(System.String,System.String,System.Int32,System.String,System.Guid)"> <summary> Here are factors influencing the choice of key: 1. SSMS stores the list of saved connections in a versioned file, for both connection dialog and registered servers. If in SSMS 19 we decide we want to use the same credentials as 18, we can change this code to use the 18 instead of the SSMSMajorVersionString. Having a version allows us to change the semantic in the future, perhaps by encoding the entire blob in the store and enumerating all the credentials from there instead of from the BIN file. 2. There are multiple saved connection lists - SSMS registered servers, SqlRepl Ui registered servers, SSMS connection dialog. We have a repo name for each of those lists. 3. All the lists have groupings by server type, auth type, and user name. 4. We want it to be human readable so users can edit the passwords using the Windows ui if desired. Unfortunately the Windows UI truncates the key name in the display but that's beyond our control. The user has to hover over the name to see the full text in a tooltip. </summary> <param name="repo"></param> <param name="instance"></param> <param name="authType"></param> <param name="user"></param> <param name="serverType"></param> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.WindowsCredential.GetAdsKey(System.String,System.String,System.String,System.String)"> <summary> Returns a key for Azure Data Studio credential </summary> <param name="instance"></param> <param name="database"></param> <param name="authType"></param> <param name="user"></param> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.WindowsCredential.SetSqlSsmsCredential(System.String,System.Int32,System.String,System.Guid,System.Security.SecureString)"> <summary> Stores the password for the given SSMS saved connection in Windows Credential Manager </summary> <param name="instance">The server name</param> <param name="authType">The type of authentication used by the connection. The meaning of the value depends on the <paramref name="serverType"/></param> <param name="user">The user name</param> <param name="serverType">The type of server connection. The valid values are application dependent.</param> <param name="password">The password</param> <exception cref="T:System.ComponentModel.Win32Exception">Thrown when saving the password fails</exception> </member> <member name="M:Microsoft.SqlServer.Management.Common.WindowsCredential.SetSqlRegSvrCredential(System.String,System.Int32,System.String,System.Guid,System.Security.SecureString)"> <summary> Stores the password for the given RegSvr connection in Windows Credential Manager. Currently only used by SqlRepl UI, not to be confused with SSMS registered servers. </summary> <param name="instance">The server name</param> <param name="authType">The type of authentication used by the connection. The meaning of the value depends on the <paramref name="serverType"/></param> <param name="user">The user name</param> <param name="serverType">The type of server connection. The valid values are application dependent.</param> <param name="password">The password</param> <exception cref="T:System.ComponentModel.Win32Exception">Thrown when saving the password fails</exception> </member> <member name="M:Microsoft.SqlServer.Management.Common.WindowsCredential.GetSqlSsmsCredential(System.String,System.Int32,System.String,System.Guid)"> <summary> Returns the password from Windows Credential Manager for the given SSMS saved connection </summary> <param name="instance">The server name</param> <param name="authType">The type of authentication used by the connection. The meaning of the value depends on the <paramref name="serverType"/></param> <param name="user">The user name</param> <param name="serverType">The type of server connection. The valid values are application dependent.</param> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.WindowsCredential.GetSqlRegSvrCredential(System.String,System.Int32,System.String,System.Guid)"> <summary> Returns the password from Windows Credential Manager for the given RegSvr. Currently only used by SqlRepl UI, not to be confused with SSMS registered servers. </summary> <param name="instance">The server name</param> <param name="authType">The type of authentication used by the connection. The meaning of the value depends on the <paramref name="serverType"/></param> <param name="user">The user name</param> <param name="serverType">The type of server connection. The valid values are application dependent.</param> <returns></returns> </member> <member name="M:Microsoft.SqlServer.Management.Common.WindowsCredential.RemoveSsmsCredential(System.String,System.Int32,System.String,System.Guid)"> <summary> Removes the password of the given SSMS saved connection from Windows Credential Manager </summary> <param name="instance">The server name</param> <param name="authType">The type of authentication used by the connection. The meaning of the value depends on the <paramref name="serverType"/></param> <param name="user">The user name</param> <param name="serverType">The type of server connection. The valid values are application dependent.</param> </member> <member name="M:Microsoft.SqlServer.Management.Common.WindowsCredential.RemoveRegSvrCredential(System.String,System.Int32,System.String,System.Guid)"> <summary> Removes the password of the given registered server from Windows Credential Manager </summary> <param name="instance">The server name</param> <param name="authType">The type of authentication used by the connection. The meaning of the value depends on the <paramref name="serverType"/></param> <param name="user">The user name</param> <param name="serverType">The type of server connection. The valid values are application dependent.</param> </member> <member name="M:Microsoft.SqlServer.Management.Common.WmiMgmtScopeConnection.Copy"> <summary> Deep copy </summary> <returns></returns> </member> </members> </doc> |