Share via


SqlElementDescriptor Constructor (Type, IEnumerable<String>)

Initializes a new instance of the SqlElementDescriptor class.

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

Syntax

'Declaration
Public Sub New ( _
    elementType As Type, _
    identifiers As IEnumerable(Of String) _
)
public SqlElementDescriptor(
    Type elementType,
    IEnumerable<string> identifiers
)
public:
SqlElementDescriptor(
    Type^ elementType, 
    IEnumerable<String^>^ identifiers
)
new : 
        elementType:Type * 
        identifiers:IEnumerable<string> -> SqlElementDescriptor
public function SqlElementDescriptor(
    elementType : Type, 
    identifiers : IEnumerable<String>
)

Parameters

  • elementType
    Type: System.Type
    The class of the element (used only for IdentifiedElement).

.NET Framework Security

See Also

Reference

SqlElementDescriptor Class

SqlElementDescriptor Overload

Microsoft.Data.Schema.Sql.SchemaModel Namespace