TestOnly Propiedad
Esta API admite la infraestructura de y no está prevista su utilización directa desde el código.
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