SqlCeReplication.SnapshotTransferType 속성

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

[보안 중요]

스냅숏 파일이 배포자에서 IIS를 실행하는 컴퓨터로 전송되는 방법을 제어합니다. 스냅숏 파일은 HTTP 또는 FTP 프로토콜을 사용하여 전송될 수 있습니다.

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

구문

‘선언
Public Property SnapshotTransferType As SnapshotTransferType
    Get
    Set
‘사용 방법
Dim instance As SqlCeReplication
Dim value As SnapshotTransferType

value = instance.SnapshotTransferType

instance.SnapshotTransferType = value
public SnapshotTransferType SnapshotTransferType { get; set; }
public:
property SnapshotTransferType SnapshotTransferType {
    SnapshotTransferType get ();
    void set (SnapshotTransferType value);
}
member SnapshotTransferType : SnapshotTransferType with get, set
function get SnapshotTransferType () : SnapshotTransferType
function set SnapshotTransferType (value : SnapshotTransferType)

속성 값

유형: System.Data.SqlServerCe.SnapshotTransferType
SnapshotTransferType 값입니다.

참고 항목

참조

SqlCeReplication 클래스

System.Data.SqlServerCe 네임스페이스