다음을 통해 공유


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 네임스페이스