This topic has not yet been rated - Rate this topic

TraceReader.TranslateSubclass Method

Translates the sub class.

Namespace: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfo (in microsoft.sqlserver.connectioninfo.dll)
public string TranslateSubclass (
	string eventClass,
	string column,
	int subclass
)
public String TranslateSubclass (
	String eventClass, 
	String column, 
	int subclass
)
public function TranslateSubclass (
	eventClass : String, 
	column : String, 
	subclass : int
) : String

Parameters

eventClass

A String value that specifies the event class.

column

A String value that specifies the column.

subclass

An Int32 value that specifies the sub class.

Return Value

A String value that specifies the sub class translation.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.


Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.