ClientProtocol.NetLibInfo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the network library information file for the referenced protocol.
public:
property Microsoft::SqlServer::Management::Smo::Wmi::NetLibInfo ^ NetLibInfo { Microsoft::SqlServer::Management::Smo::Wmi::NetLibInfo ^ get(); };
public Microsoft.SqlServer.Management.Smo.Wmi.NetLibInfo NetLibInfo { get; }
member this.NetLibInfo : Microsoft.SqlServer.Management.Smo.Wmi.NetLibInfo
Public ReadOnly Property NetLibInfo As NetLibInfo
Property Value
A NetLibInfo object value that specifies the network library information file.
Examples
Managing Services and Network Settings by Using WMI Provider