xSQL Schema Compare SDK for SQL Server version 12
GetSystemType(DataTypeEnum) Method


The enum value that indicates the system type to create.
Creates and returns the SqlSystemDataType type that corresponds the specified enum value.
Syntax
'Declaration
 
Public Overloads Shared Function GetSystemType( _
   ByVal dataType As DataTypeEnum _
) As SqlSystemDataType
public static SqlSystemDataType GetSystemType( 
   DataTypeEnum dataType
)
public: static SqlSystemDataType* GetSystemType( 
   DataTypeEnum dataType
) 

Parameters

dataType
The enum value that indicates the system type to create.

Return Value

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

SqlSystemDataType Class
SqlSystemDataType Members
Overload List

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback