Classe NetLibInfo
The NetLibInfo object represents information regarding a network library file.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Management.Smo.Wmi.NetLibInfo
Namespace: Microsoft.SqlServer.Management.Smo.Wmi
Assembly: Microsoft.SqlServer.SqlWmiManagement (em Microsoft.SqlServer.SqlWmiManagement.dll)
Sintaxe
'Declaração
Public NotInheritable Class NetLibInfo
'Uso
Dim instance As NetLibInfo
public sealed class NetLibInfo
public ref class NetLibInfo sealed
[<SealedAttribute>]
type NetLibInfo = class end
public final class NetLibInfo
O tipo NetLibInfo expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
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ício
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Comentários
Thread Safety
Qualquer membro público estático (Compartilhado no Microsoft Visual Basic) desse tipo é seguro para operações multi-threaded. Não há garantia de que qualquer membro de instância seja seguro para threads.
Exemplos
Gerenciando serviços e configurações de rede através do provedor do WMI
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.Smo.Wmi