AlterAssemblyStatement.DropFiles-Eigenschaft

Ruft Dateien ab, die in der DROP FILE-Klausel angegeben sind.

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)
    Get
public IList<Literal> DropFiles { get; }
public:
property IList<Literal^>^ DropFiles {
    IList<Literal^>^ get ();
}
member DropFiles : IList<Literal>
function get DropFiles () : IList<Literal>

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

AlterAssemblyStatement Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace