Skip to content

Commit

Permalink
Fix file map link to absolute path (#581)
Browse files Browse the repository at this point in the history
  • Loading branch information
live1206 authored Jun 2, 2020
1 parent b3a3205 commit 7dedda5
Show file tree
Hide file tree
Showing 21 changed files with 263 additions and 263 deletions.
12 changes: 6 additions & 6 deletions doc/snippets/Microsoft.Data.Sql/SqlNotificationRequest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This class provides low-level access to the query notification services exposed
]]></format>
</remarks>
<related type="Article" href="~/docs/framework/data/adonet/sql/query-notifications-in-sql-server.md">Using Query Notifications</related>
<related type="Article" href="/dotnet/framework/data/adonet/sql/query-notifications-in-sql-server">Using Query Notifications</related>
</SqlNotificationRequest>
<ctor1>
<summary>Creates a new instance of the <see cref="T:Microsoft.Data.Sql.SqlNotificationRequest" /> class with default values.</summary>
Expand All @@ -23,7 +23,7 @@ If the parameterless constructor is used to create a <xref:Microsoft.Data.Sql.Sq
]]></format>
</remarks>
<related type="Article" href="~/docs/framework/data/adonet/sql/query-notifications-in-sql-server.md">Using Query Notifications</related>
<related type="Article" href="/dotnet/framework/data/adonet/sql/query-notifications-in-sql-server">Using Query Notifications</related>
</ctor1>
<ctor2>
<param name="userData">A string that contains an application-specific identifier for this notification. It is not used by the notifications infrastructure, but it allows you to associate notifications with the application state. The value indicated in this parameter is included in the Service Broker queue message.</param>
Expand All @@ -40,7 +40,7 @@ This constructor allows you to initialize a new <xref:Microsoft.Data.Sql.SqlNoti
</remarks>
<exception cref="T:System.ArgumentNullException">The value of the <paramref name="options" /> parameter is NULL.</exception>
<exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="options" /> or <paramref name="userData" /> parameter is longer than <see langword="uint16.MaxValue" /> or the value in the <paramref name="timeout" /> parameter is less than zero.</exception>
<related type="Article" href="~/docs/framework/data/adonet/sql/query-notifications-in-sql-server.md">Using Query Notifications</related>
<related type="Article" href="/dotnet/framework/data/adonet/sql/query-notifications-in-sql-server">Using Query Notifications</related>
</ctor2>
<Options>
<summary>Gets or sets the SQL Server Service Broker service name where notification messages are posted.</summary>
Expand All @@ -64,7 +64,7 @@ The SQL Server Service Broker service must be previously configured on the serve
</remarks>
<exception cref="T:System.ArgumentNullException">The value is NULL.</exception>
<exception cref="T:System.ArgumentException">The value is longer than <see langword="uint16.MaxValue" />.</exception>
<related type="Article" href="~/docs/framework/data/adonet/sql/query-notifications-in-sql-server.md">Using Query Notifications</related>
<related type="Article" href="/dotnet/framework/data/adonet/sql/query-notifications-in-sql-server">Using Query Notifications</related>
</Options>
<Timeout>
<summary>Gets or sets a value that specifies how long SQL Server waits for a change to occur before the operation times out.</summary>
Expand All @@ -78,7 +78,7 @@ After the time-out period expires, the notification is sent even if no change ta
]]></format>
</remarks>
<exception cref="T:System.ArgumentOutOfRangeException">The value is less than zero.</exception>
<related type="Article" href="~/docs/framework/data/adonet/sql/query-notifications-in-sql-server.md">Using Query Notifications</related>
<related type="Article" href="/dotnet/framework/data/adonet/sql/query-notifications-in-sql-server">Using Query Notifications</related>
</Timeout>
<UserData>
<summary>Gets or sets an application-specific identifier for this notification.</summary>
Expand All @@ -92,7 +92,7 @@ This value is not used by the notifications infrastructure. Instead, it is a mec
]]></format>
</remarks>
<exception cref="T:System.ArgumentException">The value is longer than <see langword="uint16.MaxValue" />.</exception>
<related type="Article" href="~/docs/framework/data/adonet/sql/query-notifications-in-sql-server.md">Using Query Notifications</related>
<related type="Article" href="/dotnet/framework/data/adonet/sql/query-notifications-in-sql-server">Using Query Notifications</related>
</UserData>
</members>
</docs>
20 changes: 10 additions & 10 deletions doc/snippets/Microsoft.Data.SqlClient.Server/SqlMetaData.xml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ The following are the default values assigned to `dbType`, depending on the `Sql
<format type="text/markdown"><![CDATA[
## Remarks
For more information, see [Table-Valued Parameters](~/docs/framework/data/adonet/sql/table-valued-parameters.md).
For more information, see [Table-Valued Parameters](/dotnet/framework/data/adonet/sql/table-valued-parameters).
]]></format>
</remarks>
Expand All @@ -236,7 +236,7 @@ For more information, see [Table-Valued Parameters](~/docs/framework/data/adonet
<format type="text/markdown"><![CDATA[
## Remarks
For more information, see [Table-Valued Parameters](~/docs/framework/data/adonet/sql/table-valued-parameters.md).
For more information, see [Table-Valued Parameters](/dotnet/framework/data/adonet/sql/table-valued-parameters).
]]></format>
</remarks>
Expand All @@ -255,7 +255,7 @@ For more information, see [Table-Valued Parameters](~/docs/framework/data/adonet
<format type="text/markdown"><![CDATA[
## Remarks
For more information, see [Table-Valued Parameters](~/docs/framework/data/adonet/sql/table-valued-parameters.md).
For more information, see [Table-Valued Parameters](/dotnet/framework/data/adonet/sql/table-valued-parameters).
]]></format>
</remarks>
Expand Down Expand Up @@ -321,7 +321,7 @@ The following are the default values assigned to `dbType`, depending on the `Sql
<format type="text/markdown"><![CDATA[
## Remarks
For more information, see [Table-Valued Parameters](~/docs/framework/data/adonet/sql/table-valued-parameters.md).
For more information, see [Table-Valued Parameters](/dotnet/framework/data/adonet/sql/table-valued-parameters).
]]></format>
</remarks>
Expand All @@ -341,7 +341,7 @@ For more information, see [Table-Valued Parameters](~/docs/framework/data/adonet
<format type="text/markdown"><![CDATA[
## Remarks
For more information, see [Table-Valued Parameters](~/docs/framework/data/adonet/sql/table-valued-parameters.md).
For more information, see [Table-Valued Parameters](/dotnet/framework/data/adonet/sql/table-valued-parameters).
]]></format>
</remarks>
Expand All @@ -361,7 +361,7 @@ For more information, see [Table-Valued Parameters](~/docs/framework/data/adonet
<format type="text/markdown"><![CDATA[
## Remarks
For more information, see [Table-Valued Parameters](~/docs/framework/data/adonet/sql/table-valued-parameters.md).
For more information, see [Table-Valued Parameters](/dotnet/framework/data/adonet/sql/table-valued-parameters).
]]></format>
</remarks>
Expand All @@ -384,7 +384,7 @@ For more information, see [Table-Valued Parameters](~/docs/framework/data/adonet
<format type="text/markdown"><![CDATA[
## Remarks
For more information, see [Table-Valued Parameters](~/docs/framework/data/adonet/sql/table-valued-parameters.md).
For more information, see [Table-Valued Parameters](/dotnet/framework/data/adonet/sql/table-valued-parameters).
]]></format>
</remarks>
Expand Down Expand Up @@ -692,7 +692,7 @@ The default is `FALSE`.
This property can only be set in one of the <xref:Microsoft.Data.SqlClient.Server.SqlMetaData> constructors.
For more information, see [Table-Valued Parameters](~/docs/framework/data/adonet/sql/table-valued-parameters.md).
For more information, see [Table-Valued Parameters](/dotnet/framework/data/adonet/sql/table-valued-parameters).
]]></format>
</remarks>
Expand Down Expand Up @@ -777,7 +777,7 @@ Returns 0 if the scale of the underlying column type is not defined.
## Remarks
This property can only be set in one of the <xref:Microsoft.Data.SqlClient.Server.SqlMetaData> constructors.
For more information, see [Table-Valued Parameters](~/docs/framework/data/adonet/sql/table-valued-parameters.md).
For more information, see [Table-Valued Parameters](/dotnet/framework/data/adonet/sql/table-valued-parameters).
]]></format>
</remarks>
Expand All @@ -793,7 +793,7 @@ The default is 1.
This property can only be set in one of the <xref:Microsoft.Data.SqlClient.Server.SqlMetaData> constructors.
For more information, see [Table-Valued Parameters](~/docs/framework/data/adonet/sql/table-valued-parameters.md).
For more information, see [Table-Valued Parameters](/dotnet/framework/data/adonet/sql/table-valued-parameters).
]]></format>
</remarks>
Expand Down
Loading

0 comments on commit 7dedda5

Please sign in to comment.