PolybaseDmsServiceConfigSettings 類別

定義

代表服務設定。

public ref class PolybaseDmsServiceConfigSettings : Microsoft::SqlServer::Configuration::ServiceConfigSettings
public class PolybaseDmsServiceConfigSettings : Microsoft.SqlServer.Configuration.ServiceConfigSettings
type PolybaseDmsServiceConfigSettings = class
    inherit ServiceConfigSettings
Public Class PolybaseDmsServiceConfigSettings
Inherits ServiceConfigSettings
繼承
PolybaseDmsServiceConfigSettings

建構函式

名稱 Description
PolybaseDmsServiceConfigSettings()

初始化 PolybaseDmsServiceConfigSettings 類別的新執行個體。

欄位

名稱 Description
name

指定服務名稱。

(繼承來源 ServiceConfigSettings)
password

指定服務密碼。

(繼承來源 ServiceConfigSettings)
serviceDisplayName

指定服務的顯示名稱。

(繼承來源 ServiceConfigSettings)
startMode

指定服務的啟動模式。

(繼承來源 ServiceConfigSettings)
userName

指定服務的使用者名稱。

(繼承來源 ServiceConfigSettings)

屬性

名稱 Description
IsNameEnabled

會取得或設定一個值,指示服務名稱是否啟用。

(繼承來源 ServiceConfigSettings)
IsPasswordEnabled

取得或設定一個值,指示是否啟用服務密碼。

(繼承來源 ServiceConfigSettings)
IsStartModeEnabled

取得或設定一個值,指示啟動模式是否啟用。

(繼承來源 ServiceConfigSettings)
IsUserNameEnabled

取得或設定一個值,指示使用者名稱是否啟用。

(繼承來源 ServiceConfigSettings)
Name

取得或設定服務名稱。

(繼承來源 ServiceConfigSettings)
Password

取得或設定服務密碼。

(繼承來源 ServiceConfigSettings)
PasswordBindingKey

會取得設定密碼。

ServiceDisplayName

取得或設定服務的顯示名稱。

(繼承來源 ServiceConfigSettings)
StartMode

取得或設定服務的啟動模式。

(繼承來源 ServiceConfigSettings)
StartModeBindingKey

拿到啟動模式綁定鍵。

UserName

取得或設定服務的使用者名稱。

(繼承來源 ServiceConfigSettings)
UserNameBindingKey

取得物件用戶名綁定鍵的 PolybaseDmsServiceConfigSettings 字串。

方法

名稱 Description
Calculate()

計算所有設定。

(繼承來源 Settings)
CreateProperty<T>(String)

建立一個設定屬性。

(繼承來源 Settings)
Equals(Settings)

判斷兩個物件實例是否相等。

(繼承來源 Settings)
GetHashCode()

做為預設哈希函式。

(繼承來源 Settings)
InitializeProperties()

初始化 PolybaseDmsServiceConfigSettings 物件。

ValidateSettings()

取得驗證的設定。

(繼承來源 Settings)

適用於