DataParameter.Name Property

Gets or sets the string literal name of the current parameter.

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

Syntax

'宣言
Public Property Name As String
'使用
Dim instance As DataParameter
Dim value As String

value = instance.Name

instance.Name = value
public string Name { get; set; }
public:
virtual property String^ Name {
    String^ get () sealed;
    void set (String^ value) sealed;
}
public final function get Name () : String
public final function set Name (value : String)

Property Value

Type: System.String

The name of the parameter.

Implements

IVsDataParameter.Name

Permissions

See Also

Reference

DataParameter Class

DataParameter Members

Microsoft.VisualStudio.Data.Framework Namespace

SetNameCore