SqlSchemaModel.IsOwnedObjectType-Methode

Gibt einen Wert zurück, der angibt, ob es sich bei einem Typ um ein schemagebundenes Objekt handelt.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Shared Function IsOwnedObjectType ( _
    type As Type _
) As Boolean
public static bool IsOwnedObjectType(
    Type type
)
public:
static bool IsOwnedObjectType(
    Type^ type
)
static member IsOwnedObjectType : 
        type:Type -> bool 
public static function IsOwnedObjectType(
    type : Type
) : boolean

Parameter

Rückgabewert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

SqlSchemaModel Klasse

Microsoft.Data.Schema.Sql.SchemaModel-Namespace