Share via


BatchUpgradeOptions.TestOnly Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public Property TestOnly As Boolean 
    Get 
    Set
'Usage
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)

Property Value

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

See Also

Reference

BatchUpgradeOptions Class

Microsoft.SqlServer.Dts.Runtime Namespace