NameAttribute Constructor

Initializes a new instance of NameAttribute, specifying the connection property name.

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

Syntax

'宣言
Public Sub New ( _
    name As String _
)
'使用
Dim name As String

Dim instance As New NameAttribute(name)
public NameAttribute(
    string name
)
public:
NameAttribute(
    String^ name
)
public function NameAttribute(
    name : String
)

Parameters

  • name
    Type: System.String

    The string literal name of a specified connection property.

Permissions

See Also

Reference

NameAttribute Class

NameAttribute Members

Microsoft.VisualStudio.Data.Framework Namespace