IDTSApplication150.GetServerVersionEx Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void GetServerVersionEx(System::String ^ bstrServerName, [Runtime::InteropServices::Out] System::UInt32 % pdwEditionID, [Runtime::InteropServices::Out] Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSProductLevel % peSsisEditionID, [Runtime::InteropServices::Out] System::String ^ % pbstrProductVersion, [Runtime::InteropServices::Out] System::String ^ % pbstrProductLevel);
[System.Runtime.InteropServices.DispId(65)]
public void GetServerVersionEx (string bstrServerName, out uint pdwEditionID, out Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSProductLevel peSsisEditionID, out string pbstrProductVersion, out string pbstrProductLevel);
[<System.Runtime.InteropServices.DispId(65)>]
abstract member GetServerVersionEx : string * uint32 * DTSProductLevel * string * string -> unit
Public Sub GetServerVersionEx (bstrServerName As String, ByRef pdwEditionID As UInteger, ByRef peSsisEditionID As DTSProductLevel, ByRef pbstrProductVersion As String, ByRef pbstrProductLevel As String)
Parameters
- bstrServerName
- String
- pdwEditionID
- UInt32
- peSsisEditionID
- DTSProductLevel
- pbstrProductVersion
- String
- pbstrProductLevel
- String
Implements
- Attributes