DatabaseEngineSecuritySettings.SaPwd 屬性

定義

取得或設定此實例所用的安全字串密碼。

public:
 property Microsoft::SqlServer::Common::SqlSecureString ^ SaPwd { Microsoft::SqlServer::Common::SqlSecureString ^ get(); void set(Microsoft::SqlServer::Common::SqlSecureString ^ value); };
public Microsoft.SqlServer.Common.SqlSecureString SaPwd { get; set; }
member this.SaPwd : Microsoft.SqlServer.Common.SqlSecureString with get, set
Public Property SaPwd As SqlSecureString

屬性值

Microsoft.SqlServer.Common.SqlSecureString

這個實例用的安全字串作為密碼。

適用於