ConnectionSecurityContext.SqlStandardPassword 屬性

定義

取得或設定 SQL Server 驗證所需的登入密碼。

public:
 property System::String ^ SqlStandardPassword { System::String ^ get(); void set(System::String ^ value); };
public string SqlStandardPassword { get; set; }
member this.SqlStandardPassword : string with get, set
Public Property SqlStandardPassword As String

屬性值

一個String指定 SQL Server 驗證所需登入密碼的值。

實作

備註

盡可能使用 Windows 驗證。

此命名空間、類別或成員僅支援於 .NET Framework 2.0。

適用於