SchemaCustomResolver Class
Represents a diagram of a COM-based resolver.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Smo.SchemaCustomResolver
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Class SchemaCustomResolver
'Usage
Dim instance As SchemaCustomResolver
public class SchemaCustomResolver
public ref class SchemaCustomResolver
type SchemaCustomResolver = class end
public class SchemaCustomResolver
The SchemaCustomResolver type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SchemaCustomResolver | Initializes a new instance of the SchemaCustomResolver 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 | Resolves the object identified by the instance parameter and the parameters array. | |
ResolveUrn | Resolves the Urn object specified by the instance parameter and the parameters array. | |
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.