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 | |
---|---|---|
UserDefinedTableTypeResolver | Initializes a new instance of the UserDefinedTableTypeResolver class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Resolve | Gets an object that resolves the table specified by the parameters. | |
ResolveUrn | Gets an object that resolves the table specified by an Urn. | |
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.