Timestamp Propiedad
Gets a data type that specifies the TimeStamp definition used in the data type.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Shared ReadOnly Property Timestamp As DataType
Get
'Uso
Dim value As DataType
value = DataType.Timestamp
public static DataType Timestamp { get; }
public:
static property DataType^ Timestamp {
DataType^ get ();
}
static member Timestamp : DataType
static function get Timestamp () : DataType
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .DataType
A DataType object value that specifies a TimeStamp definition in the data type.
Vea también