MultiServerSqlConnectionInfo.WorkstationId プロパティ

定義

Transact-SQL バッチを送信するクライアント マシンの名前を取得または設定します。

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

プロパティ値

クライアント マシンの名前を含む String

適用対象