Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Indicates if a data type is a value type.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
Sintassi
'Dichiarazione
Public Shared Function IsPrimitiveType ( _
typeName As String _
) As Boolean
'Utilizzo
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
Parametri
- typeName
Tipo: System.String
The name of the type to verify the data type of.
Valore restituito
Tipo: System.Boolean
true if the data type is a value type; otherwise, false.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WebServiceTask