Share via


SqlCeChangeTracking.DisableTracking 메서드

이 유형에는 .NET Framework for Silverlight 클래스 라이브러리에서 내부적으로만 사용할 수 있도록 제한하는 SecurityCriticalAttribute 특성이 있습니다. 이러한 유형의 멤버를 사용하는 응용 프로그램 코드에서 MethodAccessException이 발생합니다.

[보안 중요]

지정된 테이블에서 추적을 해제합니다.

네임스페이스:  System.Data.SqlServerCe
어셈블리:  System.Data.SqlServerCe(System.Data.SqlServerCe.dll)

구문

‘선언
Public Sub DisableTracking ( _
    tableName As String _
)
‘사용 방법
Dim instance As SqlCeChangeTracking
Dim tableName As String

instance.DisableTracking(tableName)
public void DisableTracking(
    string tableName
)
public:
void DisableTracking(
    String^ tableName
)
member DisableTracking : 
        tableName:string -> unit 
public function DisableTracking(
    tableName : String
)

매개 변수

  • tableName
    유형: System.String
    변경 내용 추적을 해제할 테이블의 이름입니다.

참고 항목

참조

SqlCeChangeTracking 클래스

System.Data.SqlServerCe 네임스페이스