Freigeben über


ApplicationDatabaseFileCollection.Remove Method (ApplicationDatabaseFile)

Removes the specified ApplicationDatabaseFile object from the collection.

Namespace: Microsoft.SqlServer.Management.Nmo
Assembly : Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Declaration
Public Sub Remove ( _
    applicationDatabaseFiles As ApplicationDatabaseFile _
)
public void Remove (
    ApplicationDatabaseFile applicationDatabaseFiles
)
public:
void Remove (
    ApplicationDatabaseFile^ applicationDatabaseFiles
)
public void Remove (
    ApplicationDatabaseFile applicationDatabaseFiles
)
public function Remove (
    applicationDatabaseFiles : ApplicationDatabaseFile
)

Parameter

Threadsicherheit

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

ApplicationDatabaseFileCollection Class
ApplicationDatabaseFileCollection Members
Microsoft.SqlServer.Management.Nmo Namespace

Andere Ressourcen

Definieren der Anwendungsdatenbank
Database Element (ADF)