ApplicationClass.GetServerVersionEx メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
インストールされている SSIS のバージョンを示すエディション、製品レベル、およびその他の値を返します。
public:
virtual 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) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication130::GetServerVersionEx;
public:
virtual 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) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication150::GetServerVersionEx;
[System.Runtime.InteropServices.DispId(65)]
public virtual 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
override this.GetServerVersionEx : string * uint32 * DTSProductLevel * string * string -> unit
Public Overridable 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
このメソッドが戻るとき、DTSProductLevel 列挙のいずれかの値が含まれています。 このパラメーターは初期化せずに渡されます。
- pbstrProductVersion
- String
このメソッドが戻るとき、ビルド番号が含まれています。 このパラメーターは初期化せずに渡されます。
- pbstrProductLevel
- String
このメソッドが戻るとき、SSIS サーバーのサービス パック レベルが含まれています。 このパラメーターは初期化せずに渡されます。
実装
- 属性