ISqlOwnedObject Interface
Represents a SQL owned object.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Interface ISqlOwnedObject _
Inherits ISqlModelElement, IScriptSourcedElement, IModelElement, IModelPropertyContainer, _
IModelEntity, IModelAnnotationHolder
'Usage
Dim instance As ISqlOwnedObject
public interface ISqlOwnedObject : ISqlModelElement,
IScriptSourcedElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface class ISqlOwnedObject : ISqlModelElement,
IScriptSourcedElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface ISqlOwnedObject extends ISqlModelElement, IScriptSourcedElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
[<AbstractClassAttribute>]
type ISqlOwnedObject =
interface
interface ISqlModelElement
interface IScriptSourcedElement
interface IModelElement
interface IModelPropertyContainer
interface IModelEntity
interface IModelAnnotationHolder
end