SystemDataTypeLookupBase.DateTimeOffset Method (Int32)
Gets the ISystemDataType object that represents the datetimeoffset data type and has the specified scale.
Namespace: Microsoft.SqlServer.Management.SqlParser.MetadataProvider
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
Public Function DateTimeOffset ( _
scale As Integer _
) As ISystemDataType
'Usage
Dim instance As SystemDataTypeLookupBase
Dim scale As Integer
Dim returnValue As ISystemDataType
returnValue = instance.DateTimeOffset(scale)
public ISystemDataType DateTimeOffset(
int scale
)
public:
ISystemDataType^ DateTimeOffset(
int scale
)
member DateTimeOffset :
scale:int -> ISystemDataType
public function DateTimeOffset(
scale : int
) : ISystemDataType
Parameters
- scale
Type: System.Int32
The scale of the data type.
Return Value
Type: Microsoft.SqlServer.Management.SqlParser.Metadata.ISystemDataType
The ISystemDataType object that represents the datetimeoffset data type.