Compartilhar via


Propriedade do RDL LogProviderBase.Version

Gets the version of the log provider.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
Public Overridable ReadOnly Property Version As Integer 
    Get
'Uso
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

Valor da propriedade

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

Comentários

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

Consulte também

Referência

LogProviderBase Classe

Namespace Microsoft.SqlServer.Dts.Runtime