MetadataSerializationContext.Item[String] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.