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 네임스페이스