IConnectionSecurityContext.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

屬性值

SecureString

使用 SQL Server 驗證時的密碼。

適用於