ClientProtocol.NetLibInfo Property
Gets the network library information file for the referenced protocol.
Namespace: Microsoft.SqlServer.Management.Smo.Wmi
Assembly: Microsoft.SqlServer.SqlWmiManagement (in Microsoft.SqlServer.SqlWmiManagement.dll)
Syntax
'Declaration
Public ReadOnly Property NetLibInfo As NetLibInfo
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Management.Smo.Wmi.NetLibInfo
A NetLibInfo object value that specifies the network library information file.
Examples
Managing Services and Network Settings by Using WMI Provider
See Also
Reference
Microsoft.SqlServer.Management.Smo.Wmi Namespace