MetadataSerializationContext.Host 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 and sets a host that implements the IMetadataSerializationHost in order to be notified of events during on-going serialization activity.
public Microsoft.AnalysisServices.Tabular.Serialization.IMetadataSerializationHost Host { get; set; }
member this.Host : Microsoft.AnalysisServices.Tabular.Serialization.IMetadataSerializationHost with get, set
Public Property Host As IMetadataSerializationHost
Property Value
An IMetadataSerializationHost that represents the serialization host.