Server.StartXmlaRequest Method (XmlaRequestType)

 

Applies To: SQL Server 2016 Preview

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

Syntax

public XmlWriter StartXmlaRequest(
    XmlaRequestType type
)
public:
XmlWriter^ StartXmlaRequest(
    XmlaRequestType type
)
member StartXmlaRequest : 
        type:XmlaRequestType -> XmlWriter
Public Function StartXmlaRequest (
    type As XmlaRequestType
) As XmlWriter

Parameters

Return Value

Type: System.Xml.XmlWriter

See Also

Server Class
Microsoft.AnalysisServices Namespace

Return to top