ConnectionSecurityContext.SqlStandardPassword 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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。