Поделиться через


Свойство LogProviderBase.Version

Gets the version of the log provider.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime
Сборка:  Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)

Синтаксис

'Декларация
Public Overridable ReadOnly Property Version As Integer 
    Get
'Применение
Dim instance As LogProviderBase 
Dim value As Integer 

value = instance.Version
public virtual int Version { get; }
public:
virtual property int Version {
    int get ();
}
abstract Version : int 
override Version : int
function get Version () : int

Значение свойства

Тип: System.Int32
The integer version information for a log provider.

Замечания

You use this property to provide version information for your log provider. This property is used in conjunction with the CanUpdate and Update methods.

См. также

Справочник

LogProviderBase Класс

Пространство имен Microsoft.SqlServer.Dts.Runtime