SqlSmoObject.IsTouched 속성

Gets the Boolean property value that specifies whether the object properties have been updated but not yet persisted on the server.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Protected ReadOnly Property IsTouched As Boolean 
    Get
‘사용 방법
Dim value As Boolean 

value = Me.IsTouched
protected bool IsTouched { get; }
protected:
property bool IsTouched {
    bool get ();
}
member IsTouched : bool
function get IsTouched () : boolean

속성 값

유형: System.Boolean
A Boolean value that specifies whether the object properties have been updated.If True, the properties have been updated. Otherwise, False (default).

속성 설정

참고 항목

참조

SqlSmoObject 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스