Partager via


Propriété ClientProtocol.NetLibInfo

Gets the network library information file for the referenced protocol.

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

Syntaxe

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

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

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo.Wmi.NetLibInfo
A NetLibInfo object value that specifies the network library information file.

Exemples

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

Voir aussi

Référence

ClientProtocol 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