UIConnectionInfo.ServerType 속성

정의

코드에서 직접 이 구성원을 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. 연결이 사용하는 서버 유형을 식별하는 guid를 가져오거나 설정합니다.

public:
 property Guid ServerType { Guid get(); void set(Guid value); };
public Guid ServerType { get; set; }
member this.ServerType : Guid with get, set
Public Property ServerType As Guid

속성 값

연결이 사용하는 서버 유형을 식별하는 guid입니다.

적용 대상