Schema Class
Inheritance Hierarchy
System..::..Object
Microsoft.Data.Tools.Model.Simple..::..ModelObject
Microsoft.Data.Tools.Model.Simple..::..ModelElement
Microsoft.Data.Tools.Model.Simple..::..NameableModelElement
Microsoft.Data.Tools.Model.Simple..::..Schema
Namespace: Microsoft.Data.Tools.Model.Simple
Assembly: Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)
Syntax
'Declaration
Public Class Schema _
Inherits NameableModelElement _
Implements ISchema, IReferenceableModelObject, IModelElement, IModelObject
'Usage
Dim instance As Schema
public class Schema : NameableModelElement, ISchema,
IReferenceableModelObject, IModelElement, IModelObject
public ref class Schema : public NameableModelElement,
ISchema, IReferenceableModelObject, IModelElement, IModelObject
type Schema =
class
inherit NameableModelElement
interface ISchema
interface IReferenceableModelObject
interface IModelElement
interface IModelObject
end
public class Schema extends NameableModelElement implements ISchema, IReferenceableModelObject, IModelElement, IModelObject
The Schema type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
Schema(IRelationalModel) | Initializes a new instance of the Schema class. |
![]() |
Schema(IRelationalModel, String) | Initializes a new instance of the Schema class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
ChildNodes | Gets {insert text here}. (Overrides ModelObject..::..ChildNodes.) |
![]() |
Identifier | Gets {insert text here}. (Inherited from NameableModelElement.) |
![]() |
Model | Gets {insert text here}. (Inherited from ModelObject.) |
![]() |
Name | Gets {insert text here}. (Inherited from NameableModelElement.) |
![]() |
ParentNode | Gets {insert text here}. (Inherited from ModelObject.) |
![]() |
Tables | Gets {insert text here}. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
AddAnnotation | (Inherited from ModelObject.) |
![]() |
CreateScript | (Inherited from ModelObject.) |
![]() |
CreateTable(String) | |
![]() |
CreateTable(IQualifiedIdentifier) | |
![]() |
Delete | (Inherited from ModelElement.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetAncestor< (Of < <' (T> ) > > ) | (Inherited from ModelObject.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetReferencesToObject | (Inherited from NameableModelElement.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
TryGetAnnotation | (Inherited from ModelObject.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)
.gif)