TextModificationStatement.Timestamp, propriété
Obtient ou définit l'horodatage.
Espace de noms : Microsoft.Data.Schema.ScriptDom.Sql
Assembly : Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntaxe
'Déclaration
Public Property Timestamp As Literal
Get
Set
public Literal Timestamp { get; set; }
public:
property Literal^ Timestamp {
Literal^ get ();
void set (Literal^ value);
}
member Timestamp : Literal with get, set
function get Timestamp () : Literal
function set Timestamp (value : Literal)
Valeur de propriété
Type : Microsoft.Data.Schema.ScriptDom.Sql.Literal
Notes
Facultatif. Littéral de type binaire.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.