DataType.Time(Int32) Method

Definition

Creates a DataType of type SqlDataType.Time

public static Microsoft.SqlServer.Management.Smo.DataType Time (int scale);
static member Time : int -> Microsoft.SqlServer.Management.Smo.DataType
Public Shared Function Time (scale As Integer) As DataType

Parameters

scale
Int32

Returns

Applies to