SqlElementDescriptor Class

Used to describe a SQL store element without instantiating it in the store.

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

Syntax

'Declaration
Public Class SqlElementDescriptor
'Usage
Dim instance As SqlElementDescriptor
public class SqlElementDescriptor
public ref class SqlElementDescriptor
public class SqlElementDescriptor
type SqlElementDescriptor =  class end

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.SqlElementDescriptor
    Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.SqlPotentialElementDescriptor

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

SqlElementDescriptor Members

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