AdoDotNetParameter.SetTypeImpl 方法

尝试分析字符串类型到 DbType 枚举值使用 Enum.Parse,因此,如果此操作失败假定 DbType.Object 为正确的 DbType

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

语法

声明
Protected Overrides Sub SetTypeImpl ( _
    value As String _
)
protected override void SetTypeImpl(
    string value
)
protected:
virtual void SetTypeImpl(
    String^ value
) override
abstract SetTypeImpl : 
        value:string -> unit 
override SetTypeImpl : 
        value:string -> unit 
protected override function SetTypeImpl(
    value : String
)

参数

.NET Framework 安全性

请参见

参考

AdoDotNetParameter 类

Microsoft.VisualStudio.Data.AdoDotNet 命名空间

GetTypeImpl