다음을 통해 공유


DataType 생성자 (SqlDataType, Int32)

Initializes a new instance of the DataType class based on a specified SQL Server data type with specified precision or maximum length.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
Public Sub New ( _
    sqlDataType As SqlDataType, _
    precisionOrMaxLengthOrScale As Integer _
)
‘사용 방법
Dim sqlDataType As SqlDataType
Dim precisionOrMaxLengthOrScale As Integer

Dim instance As New DataType(sqlDataType, _
    precisionOrMaxLengthOrScale)
public DataType(
    SqlDataType sqlDataType,
    int precisionOrMaxLengthOrScale
)
public:
DataType(
    SqlDataType sqlDataType, 
    int precisionOrMaxLengthOrScale
)
new : 
        sqlDataType:SqlDataType * 
        precisionOrMaxLengthOrScale:int -> DataType
public function DataType(
    sqlDataType : SqlDataType, 
    precisionOrMaxLengthOrScale : int
)

매개 변수