Share via


DBDeployTask.DeploymentExtensions Property

Gets or sets the deployment extensions string.

Namespace:  Microsoft.Data.Schema.Tasks
Assembly:  Microsoft.Data.Schema.Tasks (in Microsoft.Data.Schema.Tasks.dll)

Syntax

'Declaration
Public Property DeploymentExtensions As String
public string DeploymentExtensions { get; set; }
public:
property String^ DeploymentExtensions {
    String^ get ();
    void set (String^ value);
}
member DeploymentExtensions : string with get, set
function get DeploymentExtensions () : String
function set DeploymentExtensions (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

DBDeployTask Class

Microsoft.Data.Schema.Tasks Namespace