{ "cells": [ { "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": [ "连接数据库\n", "============================== " ] }, { "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": [ "连接到SQL Server,并操作数据。" ] }, { "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": [ "## 引用操作类库" ] }, { "cell_type": "code", "execution_count": 1, "metadata": { "dotnet_interactive": { "language": "csharp" }, "polyglot_notebook": { "kernelName": "csharp" } }, "outputs": [ { "data": { "text/html": [ "
This extension adds support for connecting to Microsoft SQL Server databases using the #!connect mssql
magic command. For more information, run a cell using the #!sql
magic command.