Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.