Dela via


AlterAssemblyStatement.DropFiles Property

Gets files specified in DROP FILE clause

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property DropFiles As IList(Of Literal)
'Usage
Dim instance As AlterAssemblyStatement 
Dim value As IList(Of Literal)

value = instance.DropFiles
public IList<Literal> DropFiles { get; }
public:
property IList<Literal^>^ DropFiles {
    IList<Literal^>^ get ();
}
public function get DropFiles () : IList<Literal>

Property Value

Type: System.Collections.Generic.IList<Literal>

.NET Framework Security

See Also

Reference

AlterAssemblyStatement Class

AlterAssemblyStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace