AlterAssemblyStatement.DropFiles Property
Gets files specified in the 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)
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>
.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.