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
)
매개 변수
- userDefinedDataType
유형: Microsoft.SqlServer.Management.Smo.UserDefinedDataType
A UserDefinedDataTypeCollection object variable that specifies a user-defined data type.
주의
A user-defined data type is a type based on SQL Server data types.