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.