Metodo SqlSchemaModel.IsOwnedObjectType
Restituisce un valore che indica se un tipo è un oggetto associato allo schema.
Spazio dei nomi: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Sintassi
'Dichiarazione
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
Parametri
- type
Tipo: System.Type
Valore restituito
Tipo: System.Boolean
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.