Delen via


AlterAssemblyStatement.DropFiles Property

Gets or sets the files specified in DROP FILE clause.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public ReadOnly Property DropFiles As IList(Of Literal)
    Get
'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 ();
}
member DropFiles : IList<Literal>
function get DropFiles () : IList<Literal>

Property Value

Type: System.Collections.Generic.IList<Literal>
The files specified in DROP FILE clause.

See Also

Reference

AlterAssemblyStatement Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace