Propriedade do RDL NetLibInfo
Gets the network library information file 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 NetLibInfo As NetLibInfo
Get
'Uso
Dim instance As ClientProtocol
Dim value As NetLibInfo
value = instance.NetLibInfo
public NetLibInfo NetLibInfo { get; }
public:
property NetLibInfo^ NetLibInfo {
NetLibInfo^ get ();
}
member NetLibInfo : NetLibInfo
function get NetLibInfo () : NetLibInfo
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo.Wmi. . :: . .NetLibInfo
A NetLibInfo object value that specifies the network library information file.
Consulte também