AdoDotNetConnectionSupport.CreateParameterCore 方法

用接口 IVsDataProvider创建新的数据参数。

命名空间:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
程序集:  Microsoft.VisualStudio.Data.Framework(在 Microsoft.VisualStudio.Data.Framework.dll 中)

语法

声明
Protected Overridable Function CreateParameterCore As IVsDataParameter
protected virtual IVsDataParameter CreateParameterCore()
protected:
virtual IVsDataParameter^ CreateParameterCore()
abstract CreateParameterCore : unit -> IVsDataParameter 
override CreateParameterCore : unit -> IVsDataParameter 
protected function CreateParameterCore() : IVsDataParameter

返回值

类型:Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataParameter
IVsDataProvider 对象实例。

备注

如果数据提供程序是 nullnull 引用(在 Visual Basic 中为 Nothing),返回 InvalidOperationException 异常。

.NET Framework 安全性

请参见

参考

AdoDotNetConnectionSupport 类

Microsoft.VisualStudio.Data.Framework.AdoDotNet 命名空间