Date propriété
Gets the date and time when the network library file was created.
Espace de noms : Microsoft.SqlServer.Management.Smo.Wmi
Assembly : Microsoft.SqlServer.SqlWmiManagement (dans Microsoft.SqlServer.SqlWmiManagement.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Date As DateTime
Get
'Utilisation
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
Valeur de la propriété
Type : System. . :: . .DateTime
A DateTime system object value that specifies the date and time when the network library file was created.
Voir aussi