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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.