SchemaCompareConnectionBasedModelCreator.ConnectionString Property
Gets or sets the connection string.
Namespace: Microsoft.Data.Schema.Tools.Compare.Schema
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public Property ConnectionString As String
public string ConnectionString { get; private set; }
public:
property String^ ConnectionString {
String^ get ();
private: void set (String^ value);
}
member ConnectionString : string with get, private set
function get ConnectionString () : String
private function set ConnectionString (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.