INonSchemaCompareDocData.Database2 Property
Gets the second database.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
ReadOnly Property Database2 As Object
Get
'Usage
Dim instance As INonSchemaCompareDocData
Dim value As Object
value = instance.Database2
Object Database2 { get; }
property Object^ Database2 {
Object^ get ();
}
function get Database2 () : Object
abstract Database2 : Object
Property Value
Type: System.Object
.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
INonSchemaCompareDocData Interface
INonSchemaCompareDocData Members
Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare Namespace