ConnectionSecurityContext.SecureSqlStandardPassword 屬性

定義

使用 SQL Server 認證時,會取得或設定密碼。

public:
 property System::Security::SecureString ^ SecureSqlStandardPassword { System::Security::SecureString ^ get(); void set(System::Security::SecureString ^ value); };
public System.Security.SecureString SecureSqlStandardPassword { get; set; }
member this.SecureSqlStandardPassword : System.Security.SecureString with get, set
Public Property SecureSqlStandardPassword As SecureString

屬性值

使用 SQL Server 認證時的密碼。

實作

適用於