Delen via


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.