Share via


SqlDeployTask.DBProduct Property

Supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace: Microsoft.VisualStudio.TeamSystem.Data.Tasks
Assembly: Microsoft.VisualStudio.TeamSystem.Data.Tasks (in microsoft.visualstudio.teamsystem.data.tasks.dll)

Syntax

'Declaration
Public Property DBProduct As String
'Usage
Dim instance As SqlDeployTask
Dim value As String

value = instance.DBProduct

instance.DBProduct = value
public string DBProduct { get; set; }
public:
property String^ DBProduct {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_DBProduct ()

/** @property */
public void set_DBProduct (String value)
public function get DBProduct () : String

public function set DBProduct (value : String)

See Also

Reference

SqlDeployTask Class
SqlDeployTask Members
Microsoft.VisualStudio.TeamSystem.Data.Tasks Namespace