UserDefinedTableTypeResolver Class

Resolves the type of a user defined table to an Object.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Smo.UserDefinedTableTypeResolver

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Class UserDefinedTableTypeResolver
'Usage
Dim instance As UserDefinedTableTypeResolver
public class UserDefinedTableTypeResolver
public ref class UserDefinedTableTypeResolver
type UserDefinedTableTypeResolver =  class end
public class UserDefinedTableTypeResolver

The UserDefinedTableTypeResolver type exposes the following members.

Constructors

  Name Description
Public method UserDefinedTableTypeResolver Initializes a new instance of the UserDefinedTableTypeResolver class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public methodStatic member Resolve Gets an object that resolves the table specified by the parameters.
Public methodStatic member ResolveUrn Gets an object that resolves the table specified by an Urn.
Public method ToString (Inherited from Object.)

Top

Thread Safety

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