Partager via


Interface IDatePart

Represents a date-part built-in function argument (for example, hh, iso_week, and so on).

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
Public Interface IDatePart _
    Inherits IMetadataObject
'Utilisation
Dim instance As IDatePart
public interface IDatePart : IMetadataObject
public interface class IDatePart : IMetadataObject
type IDatePart =  
    interface
        interface IMetadataObject
    end
public interface IDatePart extends IMetadataObject

Le type IDatePart expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Name Gets the name of the metadata object. (hérité de IMetadataObject.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (hérité de IMetadataObject.)

Haut de la page