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 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.