ClientProtocol.NetworkLibrary Propiedad
Gets the network library file name for the referenced protocol.
Espacio de nombres: Microsoft.SqlServer.Management.Smo.Wmi
Ensamblado: Microsoft.SqlServer.SqlWmiManagement (en Microsoft.SqlServer.SqlWmiManagement.dll)
Sintaxis
'Declaración
Public ReadOnly Property NetworkLibrary As String
Get
'Uso
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
Valor de la propiedad
Tipo: System.String
A String value that specifies the network library file name for the referenced protocol.
Ejemplos
Administrar servicios y configuración de red utilizando el proveedor WMI
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Smo.Wmi