ProtocolFormat Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the analysis service protocol format.
public enum ProtocolFormat
type ProtocolFormat =
Public Enum ProtocolFormat
- Inheritance
-
ProtocolFormat
Fields
Name | Value | Description |
---|---|---|
Default | 0 | The default protocol format. |
Xml | 1 | The protocol format is XML. |
Binary | 2 | The protocol format is binary. |