MetadataSerializationContext.Item[String] Property

Definition

Gets the metadata document that is indexed by the specified logical-path.

public Microsoft.AnalysisServices.Tabular.Serialization.MetadataDocument this[string logicalPath] { get; }
member this.Item(string) : Microsoft.AnalysisServices.Tabular.Serialization.MetadataDocument
Default Public ReadOnly Property Item(logicalPath As String) As MetadataDocument

Parameters

logicalPath
String

The logical-path of the requested document.

Property Value

A MetadataDocument with the content of the requested document.

Exceptions

The specified path is a null reference (Nothing in Visual Basic) or empty.

The specified path does match any of the documents in the context.

Applies to