Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a list of the drop clustered constraint options.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property DropClusteredConstraintOptions As IList(Of DropClusteredConstraintOption)
'Usage
Dim instance As AlterTableDropTableElement
Dim value As IList(Of DropClusteredConstraintOption)
value = instance.DropClusteredConstraintOptions
public IList<DropClusteredConstraintOption> DropClusteredConstraintOptions { get; }
public:
property IList<DropClusteredConstraintOption^>^ DropClusteredConstraintOptions {
IList<DropClusteredConstraintOption^>^ get ();
}
public function get DropClusteredConstraintOptions () : IList<DropClusteredConstraintOption>
Property Value
Type: System.Collections.Generic.IList<DropClusteredConstraintOption>
Remarks
May have zero elements.
.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.
See Also
Reference
AlterTableDropTableElement Class