SqlConnectionStringBuilder.WorkstationID 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定連接至 SQL Server 的工作站名稱。
public:
property System::String ^ WorkstationID { System::String ^ get(); void set(System::String ^ value); };
public string WorkstationID { get; set; }
member this.WorkstationID : string with get, set
Public Property WorkstationID As String
屬性值
WorkstationID 屬性的值,如未提供任何值,則為 String.Empty
。
例外狀況
若要將值設定為 null,請使用 Value。
備註
此屬性會對應至連接字串內的 "Workstation ID" 和 "wsid" 索引鍵。
識別碼必須是 128 個字元或更少。