MsDeployProviderInfo Class

Class used to define the command line parameters for the provider.

Inheritance Hierarchy

System..::..Object
  DeploymentProviderSettingInfo
    Microsoft.Data.Tools.Schema.MsDeploy..::..MsDeployProviderInfo

Namespace:  Microsoft.Data.Tools.Schema.MsDeploy
Assembly:  Microsoft.Data.Tools.Schema.DbSqlPackage (in Microsoft.Data.Tools.Schema.DbSqlPackage.dll)

Syntax

'Declaration
Public NotInheritable Class MsDeployProviderInfo _
    Inherits DeploymentProviderSettingInfo
'Usage
Dim instance As MsDeployProviderInfo
public sealed class MsDeployProviderInfo : DeploymentProviderSettingInfo
public ref class MsDeployProviderInfo sealed : public DeploymentProviderSettingInfo
[<SealedAttribute>]
type MsDeployProviderInfo =  
    class
        inherit DeploymentProviderSettingInfo
    end
public final class MsDeployProviderInfo extends DeploymentProviderSettingInfo

The MsDeployProviderInfo type exposes the following members.

Constructors

  Name Description
Public method MsDeployProviderInfo Initializes a new instance of the MsDeployProviderInfo class.

Top

Properties

  Name Description
Public property Description Gets {insert text here}. (Overrides DeploymentProviderSettingInfoDescription()()()().)
Public property ExampleOrDetail (Inherited from DeploymentProviderSettingInfo.)
Public property FriendlyName Gets {insert text here}. (Overrides DeploymentProviderSettingInfoFriendlyName()()()().)
Public property Name Gets {insert text here}. (Overrides DeploymentProviderSettingInfoName()()()().)
Public property Type Gets {insert text here}. (Overrides DeploymentProviderSettingInfoType()()()().)

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 method ToString (Inherited from Object.)
Public method Validate (Inherited from DeploymentProviderSettingInfo.)

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.Tools.Schema.MsDeploy Namespace