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

Commit 6b11dc5

Browse files
authored
Merge pull request #14515 from TimShererWithAquent/us1612395e
1612395 Missing meta description issue (4 of 4)
2 parents 09b502f + b4cd9ad commit 6b11dc5

16 files changed

Lines changed: 16 additions & 1 deletion

docs/relational-databases/clr-integration-database-objects-user-defined-types/accessing-user-defined-types-in-ado-net.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Accessing User-Defined Types in ADO.NET | Microsoft Docs"
3+
description: UDTs, written in .NET Framework CLR languages, allow a SQL Server database to store objects and custom data structures. In ADO.NET, a provider exposes UDTs.
34
ms.custom: ""
45
ms.date: "03/14/2017"
56
ms.prod: sql

docs/relational-databases/clr-integration-database-objects-user-defined-types/accessing-user-defined-types-retrieving-udt-data.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Retrieving UDT Data | Microsoft Docs"
3+
description: This article describes how to access UDTs in a SQL Server database.
34
ms.custom: ""
45
ms.date: "03/14/2017"
56
ms.prod: sql

docs/relational-databases/clr-integration-database-objects-user-defined-types/accessing-user-defined-types-updating-udt-columns-with-dataadapters.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Updating UDT Columns with DataAdapters | Microsoft Docs"
3+
description: UDTs in a SQL Server database are supported by using System.Data.DataSet and System.Data.SqlClient.SqlDataAdapter to retrieve and modify data.
34
ms.custom: ""
45
ms.date: "03/14/2017"
56
ms.prod: sql

docs/relational-databases/clr-integration-database-objects-user-defined-types/clr-user-defined-types.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "CLR User-Defined Types | Microsoft Docs"
3+
description: This article describes the process for creating user-defined types (UDTs) to store CLR objects in a SQL Server database.
34
ms.custom: ""
45
ms.date: "03/16/2017"
56
ms.prod: sql

docs/relational-databases/clr-integration-database-objects-user-defined-types/creating-user-defined-types-coding.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Coding User-Defined Types | Microsoft Docs"
3+
description: This example shows how to implement a UDT to use in a SQL Server database. It implements the UDT as a structure.
34
ms.custom: ""
45
ms.date: "03/16/2017"
56
ms.prod: sql

docs/relational-databases/clr-integration-database-objects-user-defined-types/creating-user-defined-types-requirements.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "User-Defined Type Requirements | Microsoft Docs"
3+
description: This article describes important design decisions you need to make when you create a UDT to install on SQL Server.
34
ms.custom: ""
45
ms.date: "03/16/2017"
56
ms.prod: sql

docs/relational-databases/clr-integration-database-objects-user-defined-types/creating-user-defined-types.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Creating a User-Defined Type | Microsoft Docs"
3+
description: To create a UDT to install in SQL Server, first create a class in a .NET Framework programming language, which conforms to the specifications for creating UDTs.
34
ms.custom: ""
45
ms.date: "03/16/2017"
56
ms.prod: sql

docs/relational-databases/clr-integration-database-objects-user-defined-types/registering-user-defined-types-in-sql-server.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Registering User-Defined Types in SQL Server | Microsoft Docs"
3+
description: You must register a UDT before you install it in SQL Server. You must register the assembly and create the type in the database where you wish to use it.
34
ms.custom: ""
45
ms.date: "03/16/2017"
56
ms.prod: sql

docs/relational-databases/clr-integration-database-objects-user-defined-types/working-with-user-defined-types-defining-udt-tables-and-columns.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Defining UDT Tables and Columns | Microsoft Docs"
3+
description: After you register the assembly that contains a UDT definition, you can use it in a column definition.
34
ms.custom: ""
45
ms.date: "12/05/2019"
56
ms.prod: sql

docs/relational-databases/clr-integration-database-objects-user-defined-types/working-with-user-defined-types-in-sql-server.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Working with User-Defined Types in SQL Server | Microsoft Docs"
3+
description: You can access UDT functionality in SQL Server from the Transact-SQL language using regular query syntax. Define UDT tables and columns and manipulate UDT data.
34
ms.custom: ""
45
ms.date: "03/14/2017"
56
ms.prod: sql

0 commit comments

Comments
 (0)