Condividi tramite


Proprietà Version

Gets the version of the log provider.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public Overridable ReadOnly Property Version As Integer
    Get
'Utilizzo
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

Valore proprietà

Tipo: System. . :: . .Int32
The integer version information for a log provider.

Osservazioni

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