Propriedade do RDL ClientProtocol.NetworkLibrary
Gets the network library file name for the referenced protocol.
Namespace: Microsoft.SqlServer.Management.Smo.Wmi
Assembly: Microsoft.SqlServer.SqlWmiManagement (em Microsoft.SqlServer.SqlWmiManagement.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.String
A String value that specifies the network library file name for the referenced protocol.
Exemplos
Gerenciando serviços e configurações de rede através do provedor do WMI
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.Smo.Wmi