IUdtMember.UserDefinedType Property

 

Applies To: SQL Server 2016 Preview

Gets the CLR type of this user-defined type member.

Namespace:   Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

IClrDataType UserDefinedType { get; }
property IClrDataType^ UserDefinedType {
    IClrDataType^ get();
}
abstract UserDefinedType : IClrDataType with get
ReadOnly Property UserDefinedType As IClrDataType

Property Value

Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IClrDataType

The IClrDataType object that represents the CLR type of this member.

See Also

IUdtMember Interface
Microsoft.SqlServer.Management.SqlParser.Metadata Namespace

Return to top