Sdílet prostřednictvím


SqlElementDescriptor – konstruktor (Type, IEnumerable<String>)

Inicializuje novou instanci SqlElementDescriptor Třída

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
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>
)

Parametry

  • elementType
    Typ: System.Type
    Třída prvků (slouží pouze k IdentifiedElement).

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

SqlElementDescriptor Třída

SqlElementDescriptor – přetížení

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů