IUdtMember.UserDefinedType Property
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
'Declaration
ReadOnly Property UserDefinedType As IClrDataType
Get
'Usage
Dim instance As IUdtMember
Dim value As IClrDataType
value = instance.UserDefinedType
IClrDataType UserDefinedType { get; }
property IClrDataType^ UserDefinedType {
IClrDataType^ get ();
}
abstract UserDefinedType : IClrDataType
function get UserDefinedType () : IClrDataType
Property Value
Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IClrDataType
The IClrDataType object that represents the CLR type of this member.