mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-22 09:35:38 -05:00
111 lines
4.8 KiB
HTML
111 lines
4.8 KiB
HTML
<!DOCTYPE html>
|
|
<!--[if IE]><![endif]-->
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<title>SQL Tools Service </title>
|
|
<meta name="viewport" content="width=device-width">
|
|
<meta name="title" content="SQL Tools Service ">
|
|
|
|
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
|
|
<link rel="stylesheet" href="styles/docfx.vendor.css">
|
|
<link rel="stylesheet" href="styles/main.css">
|
|
<link rel="stylesheet" href="styles/docfx.css">
|
|
<link rel="stylesheet" href="styles/style.css">
|
|
<meta property="docfx:navrel" content="toc.html">
|
|
<meta property="docfx:tocrel" content="toc.html">
|
|
<!--
|
|
<script>
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
|
|
ga('create', 'UA-63735192-1', 'auto');
|
|
ga('send', 'pageview');
|
|
</script>
|
|
-->
|
|
</head> <body data-spy="scroll" data-target="#affix">
|
|
<div id="wrapper">
|
|
<header>
|
|
|
|
<nav class="navbar navbar-inverse">
|
|
<div class="container">
|
|
<a href=""><img height="50px" src="images/sqlserver.png" style="float:right;"></a>
|
|
<div class="navbar-header ">
|
|
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
|
|
<span class="sr-only">Toggle navigation</span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
</button>
|
|
<a class="navbar-brand" href=""><span class="dotnet">SQL Tools Service</span></a>
|
|
</div>
|
|
<div id="navbar" class="collapse navbar-collapse">
|
|
</div><!--/.nav-collapse -->
|
|
</div>
|
|
</nav>
|
|
|
|
<div class="subnav navbar navbar-default">
|
|
<div class="container hide-when-search" id="breadcrumb">
|
|
<ul class="breadcrumb">
|
|
<li></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
<div role="main" class="container body-content">
|
|
<div class="article row grid">
|
|
<div class="col-md-10">
|
|
<article class="content wrap" id="_content">
|
|
<a href="https://github.com/Microsoft/sqltoolsservice/blob/master/docs/index.md/#L1" class="pull-right mobile-hide"><span class="fa fa-github"></span> Improve this Doc</a>
|
|
<h1 id="sql-tools-service">SQL Tools Service</h1>
|
|
|
|
<p>SQL Tools Service provides core functionality for build SQL Server tools.</p>
|
|
<h2 id="user-guideguideintroductionmd"><a href="guide/introduction.html">User Guide</a></h2>
|
|
<p>The User Guide describes the high level design of this project and gives
|
|
guidance on how to use it.</p>
|
|
<h2 id="api-referenceapiindexmd"><a href="api/index.html">API Reference</a></h2>
|
|
<p>The API Reference contains details about the .NET API.</p>
|
|
<h2 id="getting-help">Getting Help</h2>
|
|
<p>Please feel free to file an issue on our
|
|
<a href="https://github.com/Microsoft/sqltoolsservice/issues">GitHub issue tracker page</a>.</p>
|
|
<h2 id="contributing">Contributing</h2>
|
|
<p>We would love to incorporate community contributions into this project. If you would like to
|
|
contribute code, documentation, tests, or bug reports, please read our Contribution Guide to learn more.</p>
|
|
|
|
</article>
|
|
</div>
|
|
|
|
<div class="hidden-sm col-md-2" role="complementary">
|
|
<div class="sideaffix">
|
|
<div class="contribution">
|
|
<ul class="nav">
|
|
<li>
|
|
<a href="https://github.com/Microsoft/sqltoolsservice/blob/master/docs/index.md/#L1" class="contribution-link">Improve this Doc</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
|
|
<!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
|
|
</nav>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<footer>
|
|
<div class="inner-footer">
|
|
<p>© Microsoft // Generated with <a href="https://github.com/dotnet/docfx">DocFX</a></p>
|
|
</div>
|
|
</footer>
|
|
</div>
|
|
|
|
<script type="text/javascript" src="styles/docfx.vendor.js"></script>
|
|
<script type="text/javascript" src="styles/docfx.js"></script>
|
|
<script type="text/javascript" src="styles/main.js"></script>
|
|
</body>
|
|
</html>
|