SqlElementDescriptor – konstruktor (Type, SqlElementDescriptorVolatility, 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, _
volatility As SqlElementDescriptorVolatility, _
ParamArray identifiers As String() _
)
public SqlElementDescriptor(
Type elementType,
SqlElementDescriptorVolatility volatility,
params string[] identifiers
)
public:
SqlElementDescriptor(
Type^ elementType,
SqlElementDescriptorVolatility volatility,
... array<String^>^ identifiers
)
new :
elementType:Type *
volatility:SqlElementDescriptorVolatility *
identifiers:string[] -> SqlElementDescriptor
public function SqlElementDescriptor(
elementType : Type,
volatility : SqlElementDescriptorVolatility,
... identifiers : String[]
)
Parametry
- elementType
Typ: System.Type
Třída prvků (slouží pouze k IdentifiedElement).
- volatility
Typ: Microsoft.Data.Schema.Sql.SchemaModel.SqlElementDescriptorVolatility
Hodnota pro dočasný stav objektu.
- 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.