ModelStore.IsBuiltInPropertyType-Methode
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Shared Function IsBuiltInPropertyType ( _
type As Type _
) As Boolean
public static bool IsBuiltInPropertyType(
Type type
)
public:
static bool IsBuiltInPropertyType(
Type^ type
)
static member IsBuiltInPropertyType :
type:Type -> bool
public static function IsBuiltInPropertyType(
type : Type
) : boolean
Parameter
- type
Typ: System.Type
Rückgabewert
Typ: System.Boolean
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.