SqlElementDescriptor Constructor (SqlElementDescriptor.DescriptorVolatility, array<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, _
ParamArray identifiers As String() _
)
'Usage
Dim volatility As SqlElementDescriptor..::..DescriptorVolatility
Dim identifiers As String()
Dim instance As New SqlElementDescriptor(volatility, _
identifiers)
public SqlElementDescriptor(
SqlElementDescriptor..::..DescriptorVolatility volatility,
params string[] identifiers
)
public:
SqlElementDescriptor(
SqlElementDescriptor..::..DescriptorVolatility volatility,
... array<String^>^ identifiers
)
public function SqlElementDescriptor(
volatility : SqlElementDescriptor..::..DescriptorVolatility,
... identifiers : String[]
)
new :
volatility:SqlElementDescriptor..::..DescriptorVolatility *
identifiers:string[] -> SqlElementDescriptor
Parameters
- volatility
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.SqlElementDescriptor.DescriptorVolatility
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.