Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.