IMajorObject.WriteRef Method (XmlWriter)

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

Writes a reference for the IMajorObject.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

void WriteRef(
    XmlWriter writer
)
void WriteRef(
    XmlWriter^ writer
)
abstract WriteRef : 
        writer:XmlWriter -> unit
Sub WriteRef (
    writer As XmlWriter
)

Parameters

See Also

IMajorObject Interface
Microsoft.AnalysisServices Namespace

Return to top