IDatePart Interface

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

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Public Interface IDatePart _
    Inherits IMetadataObject
'Usage
Dim instance As IDatePart
public interface IDatePart : IMetadataObject
public interface class IDatePart : IMetadataObject
type IDatePart =  
    interface 
        interface IMetadataObject 
    end
public interface IDatePart extends IMetadataObject

The IDatePart type exposes the following members.

Properties

  Name Description
Public property Name Gets the name of the metadata object. (Inherited from IMetadataObject.)

Top

Methods

  Name Description
Public method Accept<T> Accepts a visit from the specified IMetadataObjectVisitor<T> object. (Inherited from IMetadataObject.)

Top

See Also

Reference

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace