言語

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 です。

適用対象