Поделиться через


Свойство BatchUpgradeOptions.TestOnly

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

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

Пространство имен:  Microsoft.SqlServer.Dts.Runtime
Сборка:  Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)

Синтаксис

'Декларация
Public Property TestOnly As Boolean 
    Get 
    Set
'Применение
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)

Значение свойства

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

См. также

Справочник

BatchUpgradeOptions Класс

Пространство имен Microsoft.SqlServer.Dts.Runtime