Partager via


Propriété ClientProtocol.NetworkLibrary

Gets the network library file name 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 NetworkLibrary As String 
    Get
'Utilisation
Dim instance As ClientProtocol 
Dim value As String 

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

Valeur de propriété

Type : System.String
A String value that specifies the network library file name for the referenced protocol.

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