Метод Helper.IsPrimitiveType
Indicates if a data type is a value type.
Пространство имен: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Сборка: Microsoft.SqlServer.WebServiceTask (в Microsoft.SqlServer.WebServiceTask.dll)
Синтаксис
'Декларация
Public Shared Function IsPrimitiveType ( _
typeName As String _
) As Boolean
'Применение
Dim typeName As String
Dim returnValue As Boolean
returnValue = Helper.IsPrimitiveType(typeName)
public static bool IsPrimitiveType(
string typeName
)
public:
static bool IsPrimitiveType(
String^ typeName
)
static member IsPrimitiveType :
typeName:string -> bool
public static function IsPrimitiveType(
typeName : String
) : boolean
Параметры
- typeName
Тип: System.String
The name of the type to verify the data type of.
Возвращаемое значение
Тип: System.Boolean
true if the data type is a value type; otherwise, false.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Dts.Tasks.WebServiceTask