Propriedade do RDL TestOnly
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
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