SqlConnectionStringBuilder.UserID 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定連接至 SQL Server 時要使用的使用者 ID。
public:
property System::String ^ UserID { System::String ^ get(); void set(System::String ^ value); };
public string UserID { get; set; }
member this.UserID : string with get, set
Public Property UserID As String
屬性值
UserID 屬性的值,如未提供任何值,則為 String.Empty
。
例外狀況
若要將值設定為 null,請使用 Value。
備註
此屬性會對應至連接字串內的 "User ID"、"user" 和 "uid" 索引鍵。
適用於
另請參閱
- ADO.NET 中的連接字串
- ADO.NET 概觀 \(部分機器翻譯\)