Condividi tramite


Proprietà SchemaDeploymentOptions.VerifyDeployment

Ottiene o imposta un valore che indica se verificare la distribuzione una volta completata.

Spazio dei nomi:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
Public Property VerifyDeployment As Boolean
    Get
    Set
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)

Valore proprietà

Tipo: System.Boolean
true per verificare la distribuzione; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SchemaDeploymentOptions Classe

Spazio dei nomi Microsoft.Data.Schema.Build