Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reads the content referenced by the ObjectReference object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub ReadContent ( _
reader As XmlReader _
)
'Usage
Dim instance As ObjectReference
Dim reader As XmlReader
instance.ReadContent(reader)
public void ReadContent(
XmlReader reader
)
public:
void ReadContent(
XmlReader^ reader
)
member ReadContent :
reader:XmlReader -> unit
public function ReadContent(
reader : XmlReader
)
Parameters
- reader
Type: System.Xml.XmlReader
An xmlReader for reading the referenced content.