SqlElementDescriptor Constructor (Type, SqlElementDescriptorVolatility, 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 ( _
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[]
)
Parameters
- elementType
Type: System.Type
The class of the element (used only for IdentifiedElement).
- volatility
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlElementDescriptorVolatility
The value for the temporary status of the object.
- 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.