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
'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.