SqlCeException.Source 属性
获取生成错误的 OLE DB 提供程序的名称。
命名空间: System.Data.SqlServerCe
程序集: System.Data.SqlServerCe(在 System.Data.SqlServerCe.dll 中)
语法
声明
Public Overrides ReadOnly Property Source As String
Get
用法
Dim instance As SqlCeException
Dim value As String
value = instance.Source
public override string Source { get; }
public:
virtual property String^ Source {
String^ get () override;
}
abstract Source : string
override Source : string
override function get Source () : String
属性值
类型:System.String
生成错误的 OLE DB 提供程序的名称。
实现
注释
这与 SqlCeErrorCollection 中第一个 SqlCeError 的 Source 属性相同。