IDTSApplication100.GetServerVersionEx 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
void GetServerVersionEx(System::String ^ bstrServerName, [Runtime::InteropServices::Out] System::UInt32 % pdwEditionID, [Runtime::InteropServices::Out] Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::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.Sql2014.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)
參數
- bstrServerName
- String
- pdwEditionID
- UInt32
- peSsisEditionID
- DTSProductLevel
- pbstrProductVersion
- String
- pbstrProductLevel
- String
- 屬性