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입니다.

적용 대상