NameAttribute Constructor
Class constructor. Initializes a new instance of the NameAttribute class with the specified connection property name.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Sub New ( _
name As String _
)
public NameAttribute(
string name
)
public:
NameAttribute(
String^ name
)
new :
name:string -> NameAttribute
public function NameAttribute(
name : String
)
Parameters
- name
Type: System.String
The string literal name of a specified connection property.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.