AdoDotNetRootObjectSelector Class
Enables getting root object properties, namely data source connection properties and some ADO.NET DbConnection properties.
Namespace: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'宣言
Public Class AdoDotNetRootObjectSelector _
Inherits DataObjectSelector
'使用
Dim instance As AdoDotNetRootObjectSelector
public class AdoDotNetRootObjectSelector : DataObjectSelector
public ref class AdoDotNetRootObjectSelector : public DataObjectSelector
public class AdoDotNetRootObjectSelector extends DataObjectSelector
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Data.Framework.DataSiteableObject<IVsDataConnection>
Microsoft.VisualStudio.Data.Framework.DataObjectSelector
Microsoft.VisualStudio.Data.Framework.AdoDotNet.AdoDotNetRootObjectSelector
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.