SqlElementSource Class

Represents the SQL model element source.

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

Syntax

'Declaration
Public Class SqlElementSource _
    Inherits ElementSource
'Usage
Dim instance As SqlElementSource
public class SqlElementSource : ElementSource
public ref class SqlElementSource : public ElementSource
public class SqlElementSource extends ElementSource
type SqlElementSource =  
    class
        inherit ElementSource
    end

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.SchemaModel.ElementSource
    Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.SqlElementSource

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.

See Also

Reference

SqlElementSource Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace

ISqlView

ISqlProcedure