ClientProtocol.NetworkLibrary Property
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
Property Value
Type: System.String
A String value that specifies the network library file name for the referenced protocol.
Examples
Managing Services and Network Settings by Using WMI Provider
See Also
Reference
Microsoft.SqlServer.Management.Smo.Wmi Namespace