Udostępnij za pośrednictwem


Właściwość BatchUpgradeOptions.TestOnly

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Runtime
Zestaw:  Microsoft.SqlServer.ManagedDTS (w Microsoft.SqlServer.ManagedDTS.dll)

Składnia

'Deklaracja
Public Property TestOnly As Boolean
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: System.Boolean