SchemaCompareInformationCreator.CreateModelInformation Method
Creates a SchemaCompareModelInformation object that is specific to a particular database schema provider.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.SchemaCompare
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Overridable Function CreateModelInformation ( _
projectNode As IDatabaseProjectNode _
) As SchemaCompareModelInformation
public virtual SchemaCompareModelInformation CreateModelInformation(
IDatabaseProjectNode projectNode
)
public:
virtual SchemaCompareModelInformation^ CreateModelInformation(
IDatabaseProjectNode^ projectNode
)
abstract CreateModelInformation :
projectNode:IDatabaseProjectNode -> SchemaCompareModelInformation
override CreateModelInformation :
projectNode:IDatabaseProjectNode -> SchemaCompareModelInformation
public function CreateModelInformation(
projectNode : IDatabaseProjectNode
) : SchemaCompareModelInformation
Parameters
- projectNode
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.IDatabaseProjectNode
Return Value
Type: Microsoft.Data.Schema.Tools.Compare.Schema.SchemaCompareModelInformation
Remarks
This method can be overridden by database schema providers.
.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
SchemaCompareInformationCreator Class
Microsoft.VisualStudio.Data.Schema.Package.SchemaCompare Namespace