ISqlSchemaViewHierarchyProvider.GetStructure Method
Returns an XML document that describes the new schema view structure.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Sql.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package.Sql (in Microsoft.VisualStudio.Data.Schema.Package.Sql.dll)
Syntax
'Declaration
Function GetStructure As XmlDocument
XmlDocument GetStructure()
XmlDocument^ GetStructure()
abstract GetStructure : unit -> XmlDocument
function GetStructure() : XmlDocument
Return Value
Type: System.Xml.XmlDocument
The XML document.
.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
ISqlSchemaViewHierarchyProvider Interface
Microsoft.VisualStudio.Data.Schema.Package.Sql.Project Namespace