PolybaseConfigSettings Class
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.
Represents the polybase configuration settings.
public ref class PolybaseConfigSettings : Microsoft::SqlServer::Configuration::Settings
public class PolybaseConfigSettings : Microsoft.SqlServer.Configuration.Settings
type PolybaseConfigSettings = class
inherit Settings
Public Class PolybaseConfigSettings
Inherits Settings
- Inheritance
Constructors
| PolybaseConfigSettings() |
Initializes a new instance of the PolybaseConfigSettings class. |
| PolybaseConfigSettings(ServiceContainer) |
Initializes a new instance of the PolybaseConfigSettings. |
Properties
| PbPortRange |
Gets or Sets the Port Range for Polybase Config Settings. |
| PbScaleOut |
Gets or sets a value whether the polybase scale is out. |
Methods
| Calculate() |
Calculates all the configuration settings. (Inherited from Settings) |
| CreateProperty<T>(String) |
Creates a property for the configuration settings. (Inherited from Settings) |
| Equals(Settings) |
Determines whether two object instances are equal. (Inherited from Settings) |
| GetHashCode() |
Serves as the default hash function. (Inherited from Settings) |
| ValidateSettings() |
Returns the state of the validation settings for this instance. |