Share via


SqlElementDescriptor Constructor (array<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 ( _
    ParamArray identifiers As String() _
)
public SqlElementDescriptor(
    params string[] identifiers
)
public:
SqlElementDescriptor(
    ... array<String^>^ identifiers
)
new : 
        identifiers:string[] -> SqlElementDescriptor
public function SqlElementDescriptor(
    ... identifiers : String[]
)

Parameters

  • identifiers
    Type: array<System.String[]
    The identifiers for the name of the element.

.NET Framework Security

See Also

Reference

SqlElementDescriptor Class

SqlElementDescriptor Overload

Microsoft.Data.Schema.Sql.SchemaModel Namespace