Partager via


Propriété NetLibInfo.Version

Gets the version information for the network library file.

Espace de noms :  Microsoft.SqlServer.Management.Smo.Wmi
Assembly :  Microsoft.SqlServer.SqlWmiManagement (en Microsoft.SqlServer.SqlWmiManagement.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Version As String 
    Get
'Utilisation
Dim instance As NetLibInfo 
Dim value As String 

value = instance.Version
public string Version { get; }
public:
property String^ Version {
    String^ get ();
}
member Version : string
function get Version () : String

Valeur de propriété

Type : System.String
A String value that specifies version information for the network library file.

Exemples

Gestion des services et des paramètres réseau à l'aide du fournisseur WMI

Voir aussi

Référence

NetLibInfo Classe

Espace de noms Microsoft.SqlServer.Management.Smo.Wmi

Autres ressources

WMI and SQL Server

Connexion au moteur de base de données SQL Server