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
Public method SchemaCustomResolver Initializes a new instance of the SchemaCustomResolver 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 Resolves the object identified by the instance parameter and the parameters array.
Public methodStatic member ResolveUrn Resolves the Urn object specified by the instance parameter and the parameters array.
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.