Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This class and its members are reserved for internal use and are not intended to be used in your code. Represents VSDBCmd services.
Inheritance Hierarchy
System.Object
Microsoft.Data.Schema.Build.VSDBCmdServices
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Class VSDBCmdServices _
Implements IExtensionInformation, IExtension
public class VSDBCmdServices : IExtensionInformation,
IExtension
public ref class VSDBCmdServices : IExtensionInformation,
IExtension
type VSDBCmdServices =
class
interface IExtensionInformation
interface IExtension
end
public class VSDBCmdServices implements IExtensionInformation, IExtension
The VSDBCmdServices type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
VSDBCmdServices | Initializes a new instance of the VSDBCmdServices class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
ConnectionString | Gets or sets a connection string. |
![]() |
ExtensionHandle | Gets an extension handle. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
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.) |
![]() |
GetDeployPropertyUsage | |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetImportPropertyUsage | |
![]() |
GetSetableDeployProperties | Returns a list of the deployment properties that can be set on the specified target type. |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
OnGetAdditionalDeploymentOptions | Returns null. |
![]() |
OnGetDeployPropertyUsage | Returns null. |
![]() |
OnGetImportSchemaPropertyUsage | Returns null. |
![]() |
OnGetReferenceDBSchema | Returns null. |
![]() |
OnIncludeDeployProperty | Returns False. |
![]() |
OnIncludeImportSchemaProperty | Returns False. |
![]() |
OnInitializeConstructor(ReverseEngineerConstructor) | Used to initialize the reverse engineering constructor. |
![]() |
OnInitializeConstructor(SchemaDeploymentConstructor) | Used to initialize the schema deployment constructor. |
![]() |
OnInitializeSchemaDeploymentOptions | Override to allow initialization of options for VSDBCMD-specific usage. |
![]() |
OnPostProcessImportedModel | Does nothing. |
![]() |
OnSetAdditionalDeploymentOptions | Override this method to process additional deployment options that might have been specified for the command line of a database schema provider. |
![]() |
SetExtensionHandle | Sets the extension handle. |
![]() ![]() |
SetProperties | Helper method that uses reflection to set properties dynamically. |
![]() |
ToString | Returns a string that represents the current object. (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.