Propriedade do RDL BatchUpgradeOptions.TestOnly
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets or sets whether the upgrade options are for testing only.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.Boolean
True if the upgrade options are for testing only; otherwise, false.