VSDBCmdServices Class

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
Public method VSDBCmdServices Initializes a new instance of the VSDBCmdServices class.

Top

Properties

  Name Description
Public property ConnectionString Gets or sets a connection string.
Public property ExtensionHandle Gets an extension handle.

Top

Methods

  Name Description
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 GetDeployPropertyUsage
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetImportPropertyUsage
Public method GetSetableDeployProperties Returns a list of the deployment properties that can be set on the specified target type.
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 OnGetAdditionalDeploymentOptions Returns null.
Protected method OnGetDeployPropertyUsage Returns null.
Protected method OnGetImportSchemaPropertyUsage Returns null.
Protected method OnGetReferenceDBSchema Returns null.
Protected method OnIncludeDeployProperty Returns False.
Protected method OnIncludeImportSchemaProperty Returns False.
Protected method OnInitializeConstructor(ReverseEngineerConstructor) Used to initialize the reverse engineering constructor.
Protected method OnInitializeConstructor(SchemaDeploymentConstructor) Used to initialize the schema deployment constructor.
Protected method OnInitializeSchemaDeploymentOptions Override to allow initialization of options for VSDBCMD-specific usage.
Protected method OnPostProcessImportedModel Does nothing.
Protected method OnSetAdditionalDeploymentOptions Override this method to process additional deployment options that might have been specified for the command line of a database schema provider.
Public method SetExtensionHandle Sets the extension handle.
Public methodStatic member SetProperties Helper method that uses reflection to set properties dynamically.
Public method 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.

See Also

Reference

Microsoft.Data.Schema.Build Namespace