Partilhar via


Propriedade do RDL ServerSelectionAdapter.VersionMinor

Gets an Int32 value that contains the minor digits of the version number.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public ReadOnly Property VersionMinor As Integer 
    Get
'Uso
Dim instance As ServerSelectionAdapter 
Dim value As Integer 

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

Valor da propriedade

Tipo: System.Int32
An Int32 value that contains the minor digits of the version number.

Implementa

IServerSelectionFacet.VersionMinor

Consulte também

Referência

ServerSelectionAdapter Classe

Namespace Microsoft.SqlServer.Management.Smo