다음을 통해 공유


ApplicationClass.GetServerInfo(String, String) 메서드

정의

대상 서버에 설치된 SQL Server 제품의 SQL Server 버전 번호를 반환합니다.

public:
 virtual void GetServerInfo(System::String ^ bstrMachineName, [Runtime::InteropServices::Out] System::String ^ % serverVersion) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication130::GetServerInfo;
public:
 virtual void GetServerInfo(System::String ^ bstrMachineName, [Runtime::InteropServices::Out] System::String ^ % serverVersion) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication150::GetServerInfo;
[System.Runtime.InteropServices.DispId(40)]
public virtual void GetServerInfo (string bstrMachineName, out string serverVersion);
[<System.Runtime.InteropServices.DispId(40)>]
abstract member GetServerInfo : string * string -> unit
override this.GetServerInfo : string * string -> unit
Public Overridable Sub GetServerInfo (bstrMachineName As String, ByRef serverVersion As String)

매개 변수

bstrMachineName
String

SQL Server 제품 버전을 확인할 서버 하드웨어의 이름입니다.

serverVersion
String

이 메서드가 반환될 때 SQL Server 제품의 버전 번호가 포함됩니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.

구현

특성

적용 대상