Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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
Espace de noms Microsoft.SqlServer.Management.Smo.Wmi