CollectorConfigStore.ISfcDomainLite.GetLogicalVersion メソッド

このプロパティは、内部でのみ使用されます。

名前空間:  Microsoft.SqlServer.Management.Collector
アセンブリ:  Microsoft.SqlServer.Management.Collector (Microsoft.SqlServer.Management.Collector.dll)

構文

'宣言
Private Function GetLogicalVersion As Integer 
    Implements ISfcDomainLite.GetLogicalVersion
'使用
Dim instance As CollectorConfigStore 
Dim returnValue As Integer 

returnValue = CType(instance, ISfcDomainLite).GetLogicalVersion()
int ISfcDomainLite.GetLogicalVersion()
private:
virtual int GetLogicalVersion() sealed = ISfcDomainLite::GetLogicalVersion
private abstract GetLogicalVersion : unit -> int  
private override GetLogicalVersion : unit -> int
JScript は明示的なインターフェイス実装の使用をサポートしていますが、新規の宣言はサポートしていません。

戻り値

型: System.Int32
Int32 値を返します。

実装

ISfcDomainLite.GetLogicalVersion()

関連項目

参照

CollectorConfigStore クラス

Microsoft.SqlServer.Management.Collector 名前空間