Partager via


DeleteCommand propriété

Espace de noms :  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly :  Microsoft.SqlServer.Replication.BusinessLogicSupport (dans Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntaxe

'Déclaration
Public Property DeleteCommand As BusinessLogicCommand
    Get
    Set
'Utilisation
Dim instance As BusinessLogicDataAdapter
Dim value As BusinessLogicCommand

value = instance.DeleteCommand

instance.DeleteCommand = value
public BusinessLogicCommand DeleteCommand { get; set; }
public:
property BusinessLogicCommand^ DeleteCommand {
    BusinessLogicCommand^ get ();
    void set (BusinessLogicCommand^ value);
}
member DeleteCommand : BusinessLogicCommand with get, set
function get DeleteCommand () : BusinessLogicCommand
function set DeleteCommand (value : BusinessLogicCommand)