Partilhar via


Propriedade 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.