Compartir a través de


BatchUpgradeOptions.TestOnly Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets whether the upgrade options are for testing only.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public Property TestOnly As Boolean 
    Get 
    Set
'Uso
Dim instance As BatchUpgradeOptions 
Dim value As Boolean 

value = instance.TestOnly

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

Valor de la propiedad

Tipo: System.Boolean
True if the upgrade options are for testing only; otherwise, false.

Vea también

Referencia

BatchUpgradeOptions Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime