xSQL Schema Compare SDK for SQL Server version 12
GetByUserTypeId Method


The id of the table type to locate.
Returns the table type with the specified type id. The type id should match the SQL Server type id in sys.types.
Syntax
'Declaration
 
Public Function GetByUserTypeId( _
   ByVal userTypeId As System.Integer _
) As SqlUserDefinedTableType
public SqlUserDefinedTableType GetByUserTypeId( 
   System.int userTypeId
)
public: SqlUserDefinedTableType* GetByUserTypeId( 
   System.int userTypeId
) 

Parameters

userTypeId
The id of the table type to locate.

Return Value

A SqlUserDefinedTableType with the specified type id.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SqlUserDefinedTableTypeCollection Class
SqlUserDefinedTableTypeCollection Members

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback