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 | |
---|---|---|
Name | Gets the name of the metadata object. (Inherited from IMetadataObject.) |
Top
Methods
Name | Description | |
---|---|---|
Accept<T> | Accepts a visit from the specified IMetadataObjectVisitor<T> object. (Inherited from IMetadataObject.) |
Top