This topic has not yet been rated - Rate this topic

DataType Constructor (UserDefinedType)

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public DataType(
	UserDefinedType userDefinedType
)

Parameters

userDefinedType
Type: Microsoft.SqlServer.Management.Smo.UserDefinedType
A UserDefinedType object variable that specifies a user-defined type.

A user-defined type is a type based on Microsoft .NET Framework types.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.