Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指定 UltraLite 数据库在 Windows 桌面平台上的路径和文件名。
Public Property DatabaseOnDesktop As String
public string DatabaseOnDesktop {get;set;}
ArgumentException 值包含分号,或以单引号或双引号开头。
指定数据库绝对或相对路径的字符串。如果值为空值引用(在 Visual Basic 中为 Nothing),则会使用数据库 ulstore.udb。在 C# 中,必须对路径中的任何反斜线字符进行转义,或在字符串文字两边加上 @。缺省值为空值引用(在 Visual Basic 中是 Nothing)。