Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a15827b

Browse files
authored
removed header from cdata block
1 parent bac390e commit a15827b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

xml/ns-Microsoft.SqlServer.Server.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
<summary>The <see cref="N:Microsoft.SqlServer.Server" /> namespace contains classes, interfaces, and enumerations that are specific to the integration of the Microsoft .NET Framework common language runtime (CLR) into Microsoft SQL Server, and the SQL Server database engine process execution environment.</summary>
44
<remarks>
55
<format type="text/markdown"><![CDATA[
6-
7-
## Remarks
6+
87
Using the attribute classes in the <xref:Microsoft.SqlServer.Server> namespace, you can create stored procedures, triggers, user-defined types, user-defined functions (both scalar and table-valued), and user-defined aggregate functions in any supported .NET Framework language. You can also register them in SQL Server.
98
109
Query the <xref:Microsoft.SqlServer.Server.SqlContext> class to determine whether the currently executing code is running in the SQL Server database engine process. This also provides the caller's context when a user calls a managed stored procedure or function on the server, or when a user's action fires a managed code trigger.
@@ -16,4 +15,4 @@
1615
]]></format>
1716
</remarks>
1817
</Docs>
19-
</Namespace>
18+
</Namespace>

0 commit comments

Comments
 (0)