Freigeben über


ExtendedProperty.MarkForDrop Method

Marks the object so that it will be dropped the next time the Alter method is called for its parent object.

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

Syntax

'Declaration
Public Sub MarkForDrop ( _
    dropOnAlter As Boolean _
)
public void MarkForDrop (
    bool dropOnAlter
)
public:
virtual void MarkForDrop (
    bool dropOnAlter
) sealed
public final void MarkForDrop (
    boolean dropOnAlter
)
public final function MarkForDrop (
    dropOnAlter : boolean
)

Parameter

  • dropOnAlter
    A Boolean value that specifies whether the ExtendedProperty object and the extended property it represents are dropped when the Alter method is run on the parent object or not.

    If True, the extended property is dropped when the Alter method is run on the parent object.

    If False, the extended property is not dropped when the Alter method is run on the parent object.

Hinweise

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Beispiel

How to: Get and Set a Property in Visual Basic .NET

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

ExtendedProperty Class
ExtendedProperty Members
Microsoft.SqlServer.Management.Smo Namespace

Andere Ressourcen

Setting Properties