Location 構造体

Represents the location of the source of the error in the Transact-SQL input files to the DAC compilation unit.

名前空間:  Microsoft.SqlServer.Management.Dac
アセンブリ:  Microsoft.SqlServer.Management.Dac (Microsoft.SqlServer.Management.Dac.dll)

構文

'宣言

Public Structure Location _
    Implements (Of Location)
'使用

Dim instance As Location
public struct Location : <Location>
public value class Location : <Location>
[<>]
type Location =  
    struct
        interface <Location>
    end
JScript は構造体の使用をサポートしていますが、新規の宣言はサポートしていません。

Location 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ ColumnNumber Gets the column number of the location.
パブリック プロパティ LineNumber Gets the line number of the location.

先頭に戻る

メソッド

  名前 説明
パブリック メソッド CompareTo Compares two Location objects and returns the difference in the line numbers.
パブリック メソッド ( から継承されています。)
プロテクト メソッド ( から継承されています。)
パブリック メソッド ( から継承されています。)
パブリック メソッド ( から継承されています。)
プロテクト メソッド ( から継承されています。)
パブリック メソッド ToString Returns a string representation of the location. ( をオーバーライドします。)

先頭に戻る

説明

If a compilation operation results in errors, the start and the end of the cause of the error are represented in this structure

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.SqlServer.Management.Dac 名前空間