SqlElementDescriptor Constructor (Type, IEnumerable<String>)
Initializes a new instance of the SqlElementDescriptor class.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
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>
)
Parameters
- elementType
Type: System.Type
The class of the element (used only for IdentifiedElement).
- identifiers
Type: System.Collections.Generic.IEnumerable<String>
The identifiers for the name of the element.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.