Condividi tramite


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

Valore restituito

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SqlSchemaModel Classe

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel