NetLibInfo propriété
Gets the network library information file for the referenced protocol.
Espace de noms : Microsoft.SqlServer.Management.Smo.Wmi
Assembly : Microsoft.SqlServer.SqlWmiManagement (dans Microsoft.SqlServer.SqlWmiManagement.dll)
Syntaxe
'Déclaration
Public ReadOnly Property NetLibInfo As NetLibInfo
Get
'Utilisation
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
Valeur de la propriété
Type : Microsoft.SqlServer.Management.Smo.Wmi. . :: . .NetLibInfo
A NetLibInfo object value that specifies the network library information file.
Voir aussi