Sdílet prostřednictvím


SqlElementDescriptor – konstruktor (Type, array<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, _
    ParamArray identifiers As String() _
)
public SqlElementDescriptor(
    Type elementType,
    params string[] identifiers
)
public:
SqlElementDescriptor(
    Type^ elementType, 
    ... array<String^>^ identifiers
)
new : 
        elementType:Type * 
        identifiers:string[] -> SqlElementDescriptor
public function SqlElementDescriptor(
    elementType : Type, 
    ... identifiers : String[]
)

Parametry

  • elementType
    Typ: System.Type
    Třída prvků (slouží pouze k IdentifiedElement).
  • identifiers
    Typ: array<System.String[]
    Identifikátory název prvku.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

SqlElementDescriptor Třída

SqlElementDescriptor – přetížení

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