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
- 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.