DeployedDac.DeployedDate Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l’heure et la date du déploiement du package DAC sur l’instance de SQL Server.
public:
property DateTime DeployedDate { DateTime get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)]
public DateTime DeployedDate { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)>]
member this.DeployedDate : DateTime
Public ReadOnly Property DeployedDate As DateTime
Valeur de propriété
Une valeur qui spécifie le répertoire cache où les fichiers temporaires peuvent être stockés lors du DateTime déploiement sur l’instance de SQL Server.
- Attributs
Exemples
VC#
System.Console.WriteLine(deployedDac.DeployedDate);
VB
System.Console.WriteLine(deployedDac.DeployedDate)
Powershell
Write-Host $deployedDac.DeployedDate