MiningStructurePermission.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 mining structure permission.

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

Syntax

void IMajorObject.WriteRef(
    XmlWriter writer
)
private:
virtual void WriteRef(
    XmlWriter^ writer
) sealed = IMajorObject::WriteRef
private abstract WriteRef : 
        writer:XmlWriter -> unit
private override WriteRef : 
        writer:XmlWriter -> unit
Private Sub WriteRef (
    writer As XmlWriter
)
    Implements IMajorObject.WriteRef

Parameters

Implements

IMajorObject.WriteRef(XmlWriter)

See Also

MiningStructurePermission Class
Microsoft.AnalysisServices Namespace

Return to top