DataType 생성자 (UserDefinedDataType)

Initializes a new instance of the DataType class based on a specified user-defined data type.

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

구문

‘선언
Public Sub New ( _
    userDefinedDataType As UserDefinedDataType _
)
‘사용 방법
Dim userDefinedDataType As UserDefinedDataType 

Dim instance As New DataType(userDefinedDataType)
public DataType(
    UserDefinedDataType userDefinedDataType
)
public:
DataType(
    UserDefinedDataType^ userDefinedDataType
)
new : 
        userDefinedDataType:UserDefinedDataType -> DataType
public function DataType(
    userDefinedDataType : UserDefinedDataType
)

매개 변수

주의

A user-defined data type is a type based on SQL Server data types.

데이터 형식 사용

참고 항목

참조

DataType 클래스

DataType 오버로드

Microsoft.SqlServer.Management.Smo 네임스페이스