Classe NetLibInfo
The NetLibInfo object represents information regarding a network library file.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.Management.Smo.Wmi.NetLibInfo
Spazio dei nomi Microsoft.SqlServer.Management.Smo.Wmi
Assembly: Microsoft.SqlServer.SqlWmiManagement (in Microsoft.SqlServer.SqlWmiManagement.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class NetLibInfo
'Utilizzo
Dim instance As NetLibInfo
public sealed class NetLibInfo
public ref class NetLibInfo sealed
[<SealedAttribute>]
type NetLibInfo = class end
public final class NetLibInfo
Nel tipo NetLibInfo sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
Date | Gets the date and time when the network library file was created. |
![]() |
FileName | Gets the name of the network library file. |
![]() |
Size | Gets the size of the network library file in bytes. |
![]() |
Version | Gets the version information for the network library file. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
ToString | Ereditato da Object. |
In alto
Osservazioni
Thread Safety
Tutti i membri statici pubblici (Shared in Microsoft Visual Basic) di questo tipo sono sicuri per le operazioni a thread multipli. Non è invece garantita la sicurezza dei membri dell'istanza.
Esempi
Gestione di servizi e di impostazioni di rete tramite il provider WMI
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.Smo.Wmi