Поделиться через


AlterAssemblyStatement.DropFiles - свойство

Получает файлы, указанные в предложении DROP FILE.

Пространство имен:  Microsoft.Data.Schema.ScriptDom.Sql
Сборка:  Microsoft.Data.Schema.ScriptDom.Sql (в Microsoft.Data.Schema.ScriptDom.Sql.dll)

Синтаксис

'Декларация
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>

Значение свойства

Тип: System.Collections.Generic.IList<Literal>

Безопасность платформы .NET Framework

См. также

Ссылки

AlterAssemblyStatement Класс

Microsoft.Data.Schema.ScriptDom.Sql - пространство имен