SqlElementDescriptor Constructor (SqlElementDescriptor.DescriptorVolatility, Type, IEnumerable<String>)
Initializes a new instance of the SqlElementDescriptor class.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Sub New ( _
volatility As SqlElementDescriptor..::..DescriptorVolatility, _
elementType As Type, _
identifiers As IEnumerable(Of String) _
)
'Usage
Dim volatility As SqlElementDescriptor..::..DescriptorVolatility
Dim elementType As Type
Dim identifiers As IEnumerable(Of String)
Dim instance As New SqlElementDescriptor(volatility, _
elementType, identifiers)
public SqlElementDescriptor(
SqlElementDescriptor..::..DescriptorVolatility volatility,
Type elementType,
IEnumerable<string> identifiers
)
public:
SqlElementDescriptor(
SqlElementDescriptor..::..DescriptorVolatility volatility,
Type^ elementType,
IEnumerable<String^>^ identifiers
)
public function SqlElementDescriptor(
volatility : SqlElementDescriptor..::..DescriptorVolatility,
elementType : Type,
identifiers : IEnumerable<String>
)
new :
volatility:SqlElementDescriptor..::..DescriptorVolatility *
elementType:Type *
identifiers:IEnumerable<string> -> SqlElementDescriptor
Parameters
- volatility
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.SqlElementDescriptor.DescriptorVolatility
The value for the temporary status of the object
- elementType
Type: System.Type
The class of the element
- 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.