TraceTable.InitializeAsReader メソッド
トレース データの読み取り用に TraceTable クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.SqlServer.Management.Trace
アセンブリ: Microsoft.SqlServer.ConnectionInfoExtended (Microsoft.SqlServer.ConnectionInfoExtended.dll)
構文
'宣言
Public Sub InitializeAsReader ( _
serverConnInfo As ConnectionInfoBase, _
tableName As String, _
tableOwner As String _
)
'使用
Dim instance As TraceTable
Dim serverConnInfo As ConnectionInfoBase
Dim tableName As String
Dim tableOwner As String
instance.InitializeAsReader(serverConnInfo, _
tableName, tableOwner)
public void InitializeAsReader(
ConnectionInfoBase serverConnInfo,
string tableName,
string tableOwner
)
public:
void InitializeAsReader(
ConnectionInfoBase^ serverConnInfo,
String^ tableName,
String^ tableOwner
)
member InitializeAsReader :
serverConnInfo:ConnectionInfoBase *
tableName:string *
tableOwner:string -> unit
public function InitializeAsReader(
serverConnInfo : ConnectionInfoBase,
tableName : String,
tableOwner : String
)
パラメーター
- serverConnInfo
型: Microsoft.SqlServer.Management.Common.ConnectionInfoBase
トレース テーブルを含む Microsoft SQL Server のインスタンスとの接続を確立するために必要な情報を示す SqlConnectionInfo オブジェクトの値です。
- tableName
型: System.String
トレース テーブルの名前を示す String 値です。
- tableOwner
型: System.String
トレース テーブルが属するスキーマを示す String 値です。
使用例
関連項目
参照
Microsoft.SqlServer.Management.Trace 名前空間