DatabaseConnectionControl.ConnectionName Property
Namespace: Microsoft.VisualStudio.Data.Schema.Package.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property ConnectionName As String
Get
Set
'Usage
Dim instance As DatabaseConnectionControl
Dim value As String
value = instance.ConnectionName
instance.ConnectionName = value
[BrowsableAttribute(false)]
public string ConnectionName { get; set; }
[BrowsableAttribute(false)]
public:
property String^ ConnectionName {
String^ get ();
void set (String^ value);
}
[<BrowsableAttribute(false)>]
member ConnectionName : string with get, set
function get ConnectionName () : String
function set ConnectionName (value : String)
Property Value
Type: String
.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.
See Also
Reference
DatabaseConnectionControl Class