Share via


SchemaDeploymentOptions.VerifyDeployment Property

Gets or sets a value that indicates whether to verify the deployment after it is completed.

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

Syntax

'Declaration
Public Property VerifyDeployment As Boolean
public bool VerifyDeployment { get; set; }
public:
property bool VerifyDeployment {
    bool get ();
    void set (bool value);
}
member VerifyDeployment : bool with get, set
function get VerifyDeployment () : boolean
function set VerifyDeployment (value : boolean)

Property Value

Type: System.Boolean
true to verify the deployment; otherwise, false.

.NET Framework Security

See Also

Reference

SchemaDeploymentOptions Class

Microsoft.Data.Schema.Build Namespace