Propriété Time
Gets the data type specification for the time data type.
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
Public Shared ReadOnly Property Time As DataTypeSpec
Get
'Utilisation
Dim value As DataTypeSpec
value = DataTypeSpec.Time
public static DataTypeSpec Time { get; }
public:
static property DataTypeSpec^ Time {
DataTypeSpec^ get ();
}
static member Time : DataTypeSpec
static function get Time () : DataTypeSpec
Valeur de propriété
Type : Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .DataTypeSpec
The DataTypeSpec object that contains the time data type specification.
Voir aussi