SourceInfo クラス

The Microsoft.SqlServer.Management.DAC.SourceInfo class represents a location in a DAC source file that has thrown an exception.

継承階層

  Microsoft.SqlServer.Management.Dac.SourceInfo

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

構文

'宣言

Public Class SourceInfo
'使用

Dim instance As SourceInfo
public class SourceInfo
public ref class SourceInfo
type SourceInfo =  class end
public class SourceInfo

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

プロパティ

  名前 説明
パブリック プロパティ End Gets the line and column number of the end location in the source file in which an exception was thrown.
パブリック プロパティ Filename Gets the name of source file in which the exception was thrown.
パブリック プロパティ Start Gets the line and column numbers of the start location in the source file in which an exception was thrown.

先頭に戻る

メソッド

  名前 説明
パブリック メソッド ( から継承されています。)
プロテクト メソッド ( から継承されています。)
パブリック メソッド ( から継承されています。)
パブリック メソッド ( から継承されています。)
プロテクト メソッド ( から継承されています。)
パブリック メソッド ( から継承されています。)

先頭に戻る

説明

This class defines properties that get information about the specific points in the source file that triggered the exception.

スレッド セーフ

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

関連項目

参照

Microsoft.SqlServer.Management.Dac 名前空間