Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit c61af2f

Browse files
Syntax highlight
1 parent 66a0672 commit c61af2f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/relational-databases/clr-integration-database-objects-user-defined-functions/clr-scalar-valued-functions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ End Class
8585

8686
[C#]
8787

88-
```
88+
```csharp
8989
using(SqlConnection conn = new SqlConnection("context connection=true"))
9090
{
9191
conn.Open();
@@ -97,7 +97,7 @@ using(SqlConnection conn = new SqlConnection("context connection=true"))
9797

9898
[Visual Basic]
9999

100-
```
100+
```vb
101101
Using conn As New SqlConnection("context connection=true")
102102
conn.Open()
103103
Dim cmd As New SqlCommand( _
@@ -130,7 +130,7 @@ vbc.exe /t:library /out:FirstUdf.dll FirstUdf.vb
130130
131131
The [!INCLUDE[tsql](../../includes/tsql-md.md)] query and a sample invocation to register the assembly and UDF are:
132132

133-
```
133+
```sql
134134
CREATE ASSEMBLY FirstUdf FROM 'FirstUdf.dll';
135135
GO
136136

0 commit comments

Comments
 (0)