DatabaseConnectionAddedOrRemovedEventArgs.ConnectionName Property
The connection that was added or removed.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Property ConnectionName As String
public string ConnectionName { get; private set; }
public:
property String^ ConnectionName {
String^ get ();
private: void set (String^ value);
}
member ConnectionName : string with get, private set
function get ConnectionName () : String
private function set ConnectionName (value : String)
Property Value
Type: System.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.