About the Illustration.Diagram xml Column

The Diagram kolumna of the Illustration tabela stores diagrams as XML diagrams and shows how a specific manufacturing task is performed.Następujące diagramy określone w instrukcji produkcji, przechowywane w ProductModel.Instructions kolumna.

W tej kolumnie jest bez typu XML.Nie ma związku z tym nie schematu związanych z tej kolumna.

Przykładowe XML wystąpienie

Uruchomić tę kwerendę w przypadku próby XML:

USE AdventureWorks;
GO
SELECT Diagram
FROM Production.Illustration;

See Also

Concepts