PlanGenerationOptions.VerifyDeployment Property

Gets or sets whether to verify deployment.

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

Syntax

'Declaration
Public Property VerifyDeployment As Boolean
    Get
    Set
'Usage
Dim instance As PlanGenerationOptions
Dim value As Boolean

value = instance.VerifyDeployment

instance.VerifyDeployment = value
public bool VerifyDeployment { get; set; }
public:
property bool VerifyDeployment {
    bool get ();
    void set (bool value);
}
function get VerifyDeployment () : boolean
function set VerifyDeployment (value : boolean)
member VerifyDeployment : bool with get, set

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

PlanGenerationOptions Class

PlanGenerationOptions Members

Microsoft.Data.Schema.Build Namespace