次の方法で共有


AdoDotNetConnectionSupport.CurrentCommand Property

Gets the DbCommand object currently being used by the current connection support instance.

Namespace:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'宣言
Protected Property CurrentCommand As DbCommand
'使用
Dim value As DbCommand

value = Me.CurrentCommand

Me.CurrentCommand = value
protected DbCommand CurrentCommand { get; set; }
protected:
property DbCommand^ CurrentCommand {
    DbCommand^ get ();
    void set (DbCommand^ value);
}
protected function get CurrentCommand () : DbCommand
protected function set CurrentCommand (value : DbCommand)

Property Value

Type: System.Data.Common.DbCommand

A DbCommand object instance.

Permissions

See Also

Reference

AdoDotNetConnectionSupport Class

AdoDotNetConnectionSupport Members

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace