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

做為此執行個體之密碼的安全字串。

適用於