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
- 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.