Bagikan melalui


UnitTestingDesignService Class

Provides the base class for database schema providers to generate scripts for objects in their project system. This class is not intended to be implemented except as part of the implementation of a database schema provider.

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.UnitTesting.UnitTestingDesignService

Namespace:  Microsoft.Data.Schema.UnitTesting
Assembly:  Microsoft.Data.Schema.UnitTesting (in Microsoft.Data.Schema.UnitTesting.dll)

Syntax

'Declaration
Public MustInherit Class UnitTestingDesignService _
    Implements IExtensionInformation, IExtension
public abstract class UnitTestingDesignService : IExtensionInformation, 
    IExtension
public ref class UnitTestingDesignService abstract : IExtensionInformation, 
    IExtension
[<AbstractClass>]
type UnitTestingDesignService =  
    class
        interface IExtensionInformation
        interface IExtension
    end
public abstract class UnitTestingDesignService implements IExtensionInformation, IExtension

The UnitTestingDesignService type exposes the following members.

Constructors

  Name Description
Protected method UnitTestingDesignService Initializes a new instance of the UnitTestingDesignService class.

Top

Methods

  Name Description
Public method CanGenerateScript
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GenerateTestScript
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method OnHandleSet
Public method ScriptGenerationSupported
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property IExtensionInformation.ExtensionHandle
Explicit interface implemetationPrivate method IExtensionInformation.SetExtensionHandle

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.

See Also

Reference

Microsoft.Data.Schema.UnitTesting Namespace