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 | |
---|---|---|
UnitTestingDesignService | Initializes a new instance of the UnitTestingDesignService class. |
Top
Methods
Name | Description | |
---|---|---|
CanGenerateScript | ||
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GenerateTestScript | ||
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnHandleSet | ||
ScriptGenerationSupported | ||
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IExtensionInformation.ExtensionHandle | ||
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.