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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.