Metodo ServiceContractMapping.MarkForDrop

Removes the ServiceContractMapping object.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo.Broker
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Sub MarkForDrop ( _
    dropOnAlter As Boolean _
)
'Utilizzo
Dim instance As ServiceContractMapping 
Dim dropOnAlter As Boolean

instance.MarkForDrop(dropOnAlter)
public void MarkForDrop(
    bool dropOnAlter
)
public:
virtual void MarkForDrop(
    bool dropOnAlter
) sealed
abstract MarkForDrop : 
        dropOnAlter:bool -> unit  
override MarkForDrop : 
        dropOnAlter:bool -> unit
public final function MarkForDrop(
    dropOnAlter : boolean
)

Parametri

  • dropOnAlter
    Tipo: System.Boolean
    A Boolean value that specifies whether to remove the object when the Alter method of the parent object is run.If True, the object is removed when the Alter method of the parent object is run.If False, the object is not removed when the Alter method of the parent object is run.

Implementa

IMarkForDrop.MarkForDrop(Boolean)

Esempi

Readme_ServiceBrokerConfiguration

Vedere anche

Riferimento

ServiceContractMapping Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo.Broker

Altre risorse

Sviluppo (Service Broker)

Gestione di Service Broker

Panoramica (Service Broker)