Proprietà ClientProtocol.NetworkLibrary
Gets the network library file name for the referenced protocol.
Spazio dei nomi Microsoft.SqlServer.Management.Smo.Wmi
Assembly: Microsoft.SqlServer.SqlWmiManagement (in Microsoft.SqlServer.SqlWmiManagement.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property NetworkLibrary As String
Get
'Utilizzo
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
Valore proprietà
Tipo: System.String
A String value that specifies the network library file name for the referenced protocol.
Esempi
Gestione di servizi e di impostazioni di rete tramite il provider WMI
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.Smo.Wmi