다음을 통해 공유


SqlCeConnectionFactory.DatabaseDirectory 속성

정의

SQL Server Compact Edition에서 데이터베이스 파일을 만들거나 읽을 때 사용하는 파일 이름을 형성하기 위해 데이터베이스 이름 앞에 추가할 경로입니다. 기본값은 "|DataDirectory|"로, 파일이 지정된 데이터 디렉터리에 배치됨을 의미합니다.

public string DatabaseDirectory { get; }
member this.DatabaseDirectory : string
Public ReadOnly Property DatabaseDirectory As String

속성 값

적용 대상