PolybaseEngineServiceConfigSettings Class

 

Represents the polybase engine service configuration settings.

Namespace:   Microsoft.SqlServer.Configuration
Assembly:  Microsoft.SqlServer.Configuration (in Microsoft.SqlServer.Configuration.dll)

System::Object
  Microsoft.SqlServer.Configuration::Settings
    Microsoft.SqlServer.Configuration::ServiceConfigSettings
      Microsoft.SqlServer.Configuration::PolybaseEngineServiceConfigSettings

public ref class PolybaseEngineServiceConfigSettings : ServiceConfigSettings

NameDescription
System_CAPS_pubmethodPolybaseEngineServiceConfigSettings()

Initializes a new instance of the PolybaseEngineServiceConfigSettings class.

NameDescription
System_CAPS_pubpropertyIsNameEnabled

Gets or sets a value that indicates whether service name is enabled.(Inherited from ServiceConfigSettings.)

System_CAPS_pubpropertyIsPasswordEnabled

Gets or sets a value that indicates whether service password is enabled.(Inherited from ServiceConfigSettings.)

System_CAPS_pubpropertyIsStartModeEnabled

Gets or sets a value that indicates whether start mode is enabled.(Inherited from ServiceConfigSettings.)

System_CAPS_pubpropertyIsUserNameEnabled

Gets or sets a value that indicates whether user name is enabled.(Inherited from ServiceConfigSettings.)

System_CAPS_pubpropertyName

Gets or sets the name for the service.(Inherited from ServiceConfigSettings.)

System_CAPS_pubpropertyPassword

Gets or sets the password for the service.(Inherited from ServiceConfigSettings.)

System_CAPS_pubpropertyPasswordBindingKey

Gets the password binding key of the PolybaseEngineServiceConfigSettings object.(Overrides ServiceConfigSettings::PasswordBindingKey.)

System_CAPS_pubpropertyServiceDisplayName

Gets or sets the display name of the service.(Inherited from ServiceConfigSettings.)

System_CAPS_pubpropertyStartMode

Gets or sets the start mode of the service.(Inherited from ServiceConfigSettings.)

System_CAPS_pubpropertyStartModeBindingKey

Gets the start mode binding key for the service configuration settings.(Overrides ServiceConfigSettings::StartModeBindingKey.)

System_CAPS_pubpropertyUserName

Gets or sets the user name for the service.(Inherited from ServiceConfigSettings.)

System_CAPS_pubpropertyUserNameBindingKey

Gets the username binding key.(Overrides ServiceConfigSettings::UserNameBindingKey.)

NameDescription
System_CAPS_pubmethodCalculate()

Calculates all the configuration settings.(Inherited from Settings.)

System_CAPS_protmethodCreateProperty<T>(String^)

Creates a property for the configuration settings.(Inherited from Settings.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodEquals(Settings^)

Determines whether two object instances are equal.(Inherited from Settings.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function.(Inherited from Settings.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodInitializeProperties()

Performs initialization on the settings when overridden in a derived class.(Overrides ServiceConfigSettings::InitializeProperties().)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodValidateSettings()

Gets the settings for the validation.(Inherited from Settings.)

NameDescription
System_CAPS_protfieldname

Specifies the name for the service.(Inherited from ServiceConfigSettings.)

System_CAPS_protfieldpassword

Specifies the password for the service.(Inherited from ServiceConfigSettings.)

System_CAPS_protfieldserviceDisplayName

Specifies the display name of the service.(Inherited from ServiceConfigSettings.)

System_CAPS_protfieldstartMode

Specifies the start mode of the service.(Inherited from ServiceConfigSettings.)

System_CAPS_protfielduserName

Specifies the user name for the service.(Inherited from ServiceConfigSettings.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: