AdoDotNetParameter.SetNameImpl Method

Sets the name of the parameter.

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

Syntax

'宣言
Protected Overrides Sub SetNameImpl ( _
    value As String _
)
'使用
Dim value As String

Me.SetNameImpl(value)
protected override void SetNameImpl(
    string value
)
protected:
virtual void SetNameImpl(
    String^ value
) override
protected override function SetNameImpl(
    value : String
)

Parameters

Remarks

The base implementation of this method does nothing.

Permissions

See Also

Reference

AdoDotNetParameter Class

AdoDotNetParameter Members

Microsoft.VisualStudio.Data.AdoDotNet Namespace

Name

GetNameImpl