ProtocolFormat Enumeration

 

Applies To: SQL Server (starting with 2016)

Enumerates the analysis service protocol format.

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

Syntax

public enum ProtocolFormat
public enum class ProtocolFormat
type ProtocolFormat
Public Enumeration ProtocolFormat

Members

Member name Description
Binary

The protocol format is binary.

Default

The default protocol format.

Xml

The protocol format is XML.

See Also

Microsoft.AnalysisServices Namespace

Return to top