Freigeben über


ApplicationClass.GetServerInfo-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Returns the SQL Server version number of the SQL Server product installed on the target server.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Public Overridable Sub GetServerInfo ( _
    bstrMachineName As String, _
    <OutAttribute> ByRef serverVersion As String _
)
'Usage
Dim instance As ApplicationClass 
Dim bstrMachineName As String 
Dim serverVersion As String

instance.GetServerInfo(bstrMachineName, _
    serverVersion)
public virtual void GetServerInfo(
    string bstrMachineName,
    out string serverVersion
)
public:
virtual void GetServerInfo(
    [InAttribute] String^ bstrMachineName, 
    [OutAttribute] String^% serverVersion
)
abstract GetServerInfo : 
        bstrMachineName:string * 
        serverVersion:string byref -> unit  
override GetServerInfo : 
        bstrMachineName:string * 
        serverVersion:string byref -> unit
public function GetServerInfo(
    bstrMachineName : String, 
    serverVersion : String
)

Parameter

  • bstrMachineName
    Typ: System.String
    The name of the server hardware to check for the SQL Server product version.
  • serverVersion
    Typ: System.String%
    When this method returns, contains the version number of the SQL Server product. This parameter is passed uninitialized.

Implementiert

IDTSApplication100.GetServerInfo(String, String%)

Siehe auch

Verweis

ApplicationClass Klasse

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace