Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Marks the referenced object to be dropped next time its parent object is altered by the Alter method.
Namespace: Microsoft.SqlServer.Management.Common
Assembly : Microsoft.SqlServer.ConnectionInfo (in microsoft.sqlserver.connectioninfo.dll)
Syntax
'Declaration
Sub MarkForDrop ( _
dropOnAlter As Boolean _
)
void MarkForDrop (
bool dropOnAlter
)
void MarkForDrop (
bool dropOnAlter
)
void MarkForDrop (
boolean dropOnAlter
)
function MarkForDrop (
dropOnAlter : boolean
)
Parameter
dropOnAlter
A Boolean value that specifies whether to drop an object when its parent object is altered with the Alter method.If True, the object is dropped when the Alter method is run on the parent object.
If False, the object is dropped immediately.
Hinweise
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
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
IMarkForDrop Interface
IMarkForDrop Members
Microsoft.SqlServer.Management.Common Namespace