UpdateCommand Propiedad
Espacio de nombres: Microsoft.SqlServer.Replication.BusinessLogicSupport
Ensamblado: Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Sintaxis
'Declaración
Public Property UpdateCommand As BusinessLogicCommand
Get
Set
'Uso
Dim instance As BusinessLogicDataAdapter
Dim value As BusinessLogicCommand
value = instance.UpdateCommand
instance.UpdateCommand = value
public BusinessLogicCommand UpdateCommand { get; set; }
public:
property BusinessLogicCommand^ UpdateCommand {
BusinessLogicCommand^ get ();
void set (BusinessLogicCommand^ value);
}
member UpdateCommand : BusinessLogicCommand with get, set
function get UpdateCommand () : BusinessLogicCommand
function set UpdateCommand (value : BusinessLogicCommand)
Valor de la propiedad
Tipo: Microsoft.SqlServer.Replication.BusinessLogicSupport. . :: . .BusinessLogicCommand