Freigeben über


ClientProtocol.NetworkLibrary-Eigenschaft

Gets the network library file name for the referenced protocol.

Namespace:  Microsoft.SqlServer.Management.Smo.Wmi
Assembly:  Microsoft.SqlServer.SqlWmiManagement (in Microsoft.SqlServer.SqlWmiManagement.dll)

Syntax

'Declaration
Public ReadOnly Property NetworkLibrary As String 
    Get
'Usage
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

Eigenschaftswert

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

Beispiele

Verwalten von Diensten und Netzwerkeinstellungen durch die Nutzung von WMI-Anbieter

Siehe auch

Verweis

ClientProtocol Klasse

Microsoft.SqlServer.Management.Smo.Wmi-Namespace

Andere Ressourcen

WMI and SQL Server

Herstellen einer Verbindung zum SQL Server-Datenbankmodul