SqlElementDescriptor Constructor (Type, IEnumerable<String>)

Initializes a new instance of the SqlElementDescriptor class.

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

Syntax

'Declaration
Public Sub New ( _
    elementType As Type, _
    identifiers As IEnumerable(Of String) _
)
'Usage
Dim elementType As Type
Dim identifiers As IEnumerable(Of String)

Dim instance As New SqlElementDescriptor(elementType, _
    identifiers)
public SqlElementDescriptor(
    Type elementType,
    IEnumerable<string> identifiers
)
public:
SqlElementDescriptor(
    Type^ elementType, 
    IEnumerable<String^>^ identifiers
)
public function SqlElementDescriptor(
    elementType : Type, 
    identifiers : IEnumerable<String>
)
new : 
        elementType:Type * 
        identifiers:IEnumerable<string> -> SqlElementDescriptor

Parameters

  • elementType
    Type: System.Type
    The class of the element

.NET Framework Security

See Also

Reference

SqlElementDescriptor Class

SqlElementDescriptor Members

SqlElementDescriptor Overload

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