Partilhar via


Propriedade do RDL NetLibInfo.Date

Gets the date and time when the network library file was created.

Namespace:  Microsoft.SqlServer.Management.Smo.Wmi
Assembly:  Microsoft.SqlServer.SqlWmiManagement (em Microsoft.SqlServer.SqlWmiManagement.dll)

Sintaxe

'Declaração
Public ReadOnly Property Date As DateTime 
    Get
'Uso
Dim instance As NetLibInfo 
Dim value As DateTime 

value = instance.Date
public DateTime Date { get; }
public:
property DateTime Date {
    DateTime get ();
}
member Date : DateTime
function get Date () : DateTime

Valor da propriedade

Tipo: System.DateTime
A DateTime system object value that specifies the date and time when the network library file was created.

Exemplos

Gerenciando serviços e configurações de rede através do provedor do WMI

Consulte também

Referência

NetLibInfo Classe

Namespace Microsoft.SqlServer.Management.Smo.Wmi

Outros recursos

WMI and SQL Server

Conectando ao Mecanismo de Banco de Dados do SQL Server